Skip to content

Instantly share code, notes, and snippets.

@nvinayshetty
Created April 4, 2021 07:48
Show Gist options
  • Select an option

  • Save nvinayshetty/cd0cb1de87d58909d4f5db16d3278cd9 to your computer and use it in GitHub Desktop.

Select an option

Save nvinayshetty/cd0cb1de87d58909d4f5db16d3278cd9 to your computer and use it in GitHub Desktop.
syntax = "proto3";
import "google/protobuf/duration.proto";
message MyMessage {
google.protobuf.Duration duration = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment