...

Text file src/github.com/bazelbuild/bazel-gazelle/language/go/testdata/protos_explicit_default/foo.proto

Documentation: github.com/bazelbuild/bazel-gazelle/language/go/testdata/protos_explicit_default

     1syntax = "proto2";
     2
     3option go_package = "example.com/repo/protos_explicit_default";
     4
     5import "google/protobuf/any.proto";
     6import "protos/sub/sub.proto";

View as plain text