Closed ericburns closed 5 years ago
It seems like protoc-gen-go
were not added properly to the project tools.
Please, pull the latest changes and retry after running retool build
again.
Works 😎 . Sorry I didn't submit a PR for this, but the versions I tried weren't generating the same code, so I knew I must have had the wrong version.
Go Version: go1.12.9 darwin/amd64 OS: osx 10.14.5
retool build
retool do protoc --proto_path=$GOPATH/src:. --twirp_out=. --go_out=. ./rpc/user/service.proto
This error is thrown:
It looks like retool doesn't clean up the
/bin/
dir on sync or build, so when reproducing, you'd probably want to nuke that folder.