Songmu / goxz

Just do cross building and archiving go tools conventionally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trimpath and other arguments

sterchelen opened this issue · comments

Hi,

I have a use case where I need to use -trimpath https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies

I am wondering if it would be possible to implement this feature in goxz?
Either adding a generic additional-tags passed to go build or a specific trimpath argument on goxz?

Thank you.