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 install gobfuscate in the following way : go get -u github.com/unixpickle/gobfuscate
I run the following command : /home/user/go/bin/gobfuscate -tags GOOS=windows -verbose -tags GOARCH=amd64 mydir outdir
And, Ihave the following error :
Error : flag provided but not defined: -trimpath
usage: build [-o output] [-i] [build flags] [packages]
Run 'go help build' for details.
Failed to compile: exit status 2
What is wrong with the trimpath option ?
The text was updated successfully, but these errors were encountered:
I install gobfuscate in the following way : go get -u github.com/unixpickle/gobfuscate
I run the following command : /home/user/go/bin/gobfuscate -tags GOOS=windows -verbose -tags GOARCH=amd64 mydir outdir
And, Ihave the following error :
What is wrong with the trimpath option ?
The text was updated successfully, but these errors were encountered: