mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-04 09:17:32 -05:00
7459e2c5ef
* Chore: remove protoc-gen-gofast * Fix: loop dependency * Chore: regenerate VLESS pb.go file * Fix: compare test
6 lines
215 B
Go
6 lines
215 B
Go
package core
|
|
|
|
//go:generate go install -v google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
|
//go:generate go install -v google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
|
//go:generate go run ./infra/vprotogen/
|