mirror of
https://github.com/guonaihong/gout
synced 2025-12-24 12:58:00 +08:00
5 lines
101 B
Makefile
5 lines
101 B
Makefile
protobuf:
|
|
protoc --go_out=. --go_opt=paths=source_relative testdata/test.proto
|
|
test:
|
|
go test ./...
|