Skip to content

Instantly share code, notes, and snippets.

@mgravell
Created June 4, 2017 19:22
Show Gist options
  • Save mgravell/f3ddf6a0edd9115d7fa9db8070027b34 to your computer and use it in GitHub Desktop.
Save mgravell/f3ddf6a0edd9115d7fa9db8070027b34 to your computer and use it in GitHub Desktop.
syntax = "proto3";
import "google/protobuf/timestamp.proto";
import "google/protobuf/duration.proto";
message HazWellKnownTypes {
google.protobuf.Timestamp x = 1;
google.protobuf.Duration y = 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment