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
'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?
The text was updated successfully, but these errors were encountered:
scirpter
changed the title
Installation instructions unclear
Usage instructions unclear
Mar 27, 2023
1
Worked.
2
'gobfuscate' is not recognized as an internal or external command,
operable program or batch file.
Tried using the compiled binary via go install:
Set the GO111MODULE to off via set GO111MODULE=off
How?
The text was updated successfully, but these errors were encountered: