You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to bother you, I have another issue. I just tried the example and it fails on gogo.proto. I've tried to install it but it seems to be not effective.
❯ go get -u github.com/gogo/protobuf/proto
go: found github.com/gogo/protobuf/proto in github.com/gogo/protobuf v1.3.1
❯ ~/go/bin/gen --sqltype=postgres \
--connstr "user=postgres dbname=postgres sslmode=disable password=pass port=5432 host=127.0.0.1" \
--database main \
--json \
--gorm \
--guregu \
--rest \
--out ./example \
--module example.com/rest/example \
--mod \
--server \
--makefile \
--json-fmt=snake \
--generate-dao \
--generate-proj \
--overwrite
Generating code for the following tables (3)
[0] goose_db_version
[1] orders
[2] products
github.com/gogo/protobuf/gogoproto/gogo.proto does not exist on path - install with
go get -u github.com/gogo/protobuf/proto
The text was updated successfully, but these errors were encountered:
Sorry to bother you, I have another issue. I just tried the example and it fails on gogo.proto. I've tried to install it but it seems to be not effective.
The text was updated successfully, but these errors were encountered: