Skip to content

Instantly share code, notes, and snippets.

@tebeka
Last active November 23, 2023 06:46
Show Gist options
  • Save tebeka/9d5ed7e6152f3465d812dedb0d2270f2 to your computer and use it in GitHub Desktop.
Save tebeka/9d5ed7e6152f3465d812dedb0d2270f2 to your computer and use it in GitHub Desktop.
syntax = "proto3";
import "google/protobuf/timestamp.proto";
message User {
int64 id = 1;
google.protobuf.Timestamp created = 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment