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
I am trying to generate the sql interfaces for my custom protobuf - yet it fails with the error
protoc --sql_out=. control_panel_api.proto
github.com/travisjeffery/proto-go-sql/sql.proto: File not found.
control_panel_api.proto:10:1: Import "github.com/travisjeffery/proto-go-sql/sql.proto" was not found or had errors.
I wonder what is the proper way to use it?
The text was updated successfully, but these errors were encountered:
I am trying to generate the sql interfaces for my custom protobuf - yet it fails with the error
I wonder what is the proper way to use it?
The text was updated successfully, but these errors were encountered: