3 lines
222 B
Batchfile
3 lines
222 B
Batchfile
@echo off
|
|
protoc -I . -I ./pb --proto_path=. --proto_path=C:\Users\lenovo\go\src --go_out=./pb/container --go-triple_out=./pb/container --govalidators_out=./pb/container --go-meta_out=./pb/container ./pb/container.proto
|