proto.go 492 B

12345678910
  1. package core
  2. //go:generate go install -v google.golang.org/protobuf/cmd/protoc-gen-go
  3. //go:generate go install -v google.golang.org/grpc/cmd/protoc-gen-go-grpc
  4. //go:generate go install -v github.com/gogo/protobuf/protoc-gen-gofast
  5. //go:generate go run ./infra/vprotogen/main.go
  6. // ProtoFilesUsingProtocGenGoFast is the map of Proto files
  7. // that use `protoc-gen-gofast` to generate pb.go files
  8. var ProtoFilesUsingProtocGenGoFast = map[string]bool{"proxy/vless/encoding/addons.proto": true}