hooklift / gowsdl

WSDL2Go code generation as well as its SOAP proxy
Mozilla Public License 2.0
1.15k stars 389 forks source link

Dir option #183

Closed soh335 closed 3 years ago

soh335 commented 3 years ago

Hi. I want to add -dir option for specifying path for package directory will be created. so after that, we can execute go run ./cmd/gowsdl/main.go -p gen -o gen.go -d example ./fixtures/stock.wsdl

c4milo commented 3 years ago

LGTM! Thanks!

soh335 commented 3 years ago

thanks !