Skip to content
Snippets Groups Projects
Commit dcb6d848 authored by Josh Brooks's avatar Josh Brooks
Browse files

Add comment to generateProto.sh

parent 395fa282
No related branches found
No related tags found
3 merge requests!510Release,!216Xx 3895/authenticated connection,!207WIP: Client Restructure
#!/bin/bash #!/bin/bash
# This script will generate the protobuf Golang file (pb.go) out of the protobuf file (.proto).
# This is meant to be called from the top level of the repo.
protoc --go_out=paths=source_relative:. connections/authenticated/authenticated.proto protoc --go_out=paths=source_relative:. connections/authenticated/authenticated.proto
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment