Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage instructions unclear #53

Open
scirpter opened this issue Mar 27, 2023 · 0 comments
Open

Usage instructions unclear #53

scirpter opened this issue Mar 27, 2023 · 0 comments

Comments

@scirpter
Copy link

scirpter commented Mar 27, 2023

1

go get -u github.com/unixpickle/gobfuscate

Worked.

2

gobfuscate ./src ./bin

'gobfuscate' is not recognized as an internal or external command,
operable program or batch file.

Tried using the compiled binary via go install:

C:\Users\0\Desktop$\dev\Go\Gobfuscate> .\gobfuscate ./src ./bin
2023/03/27 21:48:07 Copying GOPATH...
Failed to copy into a new GOPATH: import "./src": import relative to unknown directory
Note: Setting GO111MODULE env variable to off may resolve the above error.

Set the GO111MODULE to off via set GO111MODULE=off

C:\Users\0\Desktop$\dev\Go\Gobfuscate> .\gobfuscate ./src ./bin
2023/03/27 21:48:07 Copying GOPATH...
Failed to copy into a new GOPATH: import "./src": import relative to unknown directory
Note: Setting GO111MODULE env variable to off may resolve the above error.

How?

@scirpter scirpter changed the title Installation instructions unclear Usage instructions unclear Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant