swh:1:snp:e77894886b450c6109aac4a3cdd519d6ed38b51f
Raw File
Tip revision: 826657c14602a3f36263f3d6769451af0a75d18a authored by shibuiwilliam on 20 August 2018, 02:36:42 UTC
Corrected typos in hyperband example yml (#146)
Tip revision: 826657c
build.sh
docker run -it --rm -v $PWD:$(pwd) -w $(pwd) znly/protoc --python_out=plugins=grpc:./python --go_out=plugins=grpc:. -I. api.proto
back to top