...

Text file src/github.com/bazelbuild/bazel-gazelle/language/go/testdata/service_gogo/service.proto

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

     1syntax = "proto2";
     2
     3option go_package = "example.com/repo/service_gogo";
     4
     5import "google/protobuf/any.proto";
     6import "service/sub/sub.proto";
     7
     8service TestService {}

View as plain text