taehoio / protoc-gen-go-ddl

Protoc Plugin for generating DDL and Golang database models
Apache License 2.0
10 stars 0 forks source link

Fix to support source relative paths #3

Closed xissy closed 2 years ago

xissy commented 2 years ago

now we can use like protoc -I=. --go_out ../gen/go/ --go_opt paths=source_relative --go-ddl_out ../gen/go/ --go-ddl_opt paths=source_relative ./**/*.proto.