2017-12-23 17:45:54 -05:00
|
|
|
package core
|
|
|
|
|
2020-10-03 21:56:45 -04:00
|
|
|
//go:generate go install -v google.golang.org/protobuf/cmd/protoc-gen-go
|
|
|
|
//go:generate go install -v google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
|
|
|
//go:generate go install -v github.com/gogo/protobuf/protoc-gen-gofast
|
|
|
|
//go:generate go run ./infra/vprotogen/main.go
|
2020-10-03 22:05:00 -04:00
|
|
|
|
|
|
|
// ProtoFilesUsingProtocGenGoFast is the map of Proto files
|
|
|
|
// that use `protoc-gen-gofast` to generate pb.go files
|
|
|
|
var ProtoFilesUsingProtocGenGoFast = map[string]bool{"proxy/vless/encoding/addons.proto": true}
|