unixpickle / gobfuscate

Obfuscate Go binaries and packages
BSD 2-Clause "Simplified" License
1.45k stars 157 forks source link

How does this work? #11

Closed hook-s3c closed 5 years ago

hook-s3c commented 5 years ago

Maybe provide an example, because I have a project sitting in my gopath and I just get "failed to build import graph" each time

hook-s3c commented 5 years ago

so I had to move my project in to the GOPATH, following the structure of the other deps;

gobfuscate github.com/user/project ./something_out

I had problems with a CGO library, so maybe this isn't for me