We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! While my code is running, a new directory is created in tmp but when my code is completed directory removes. What am i doing wrong?
$ gobfuscate -verbose main/cmd /home/usr/trash 2023/05/29 23:21:13 Copying GOPATH... 2023/05/29 23:21:16 Obfuscating package names... 2023/05/29 23:21:23 Obfuscating strings... 2023/05/29 23:21:23 Obfuscating symbols... Renamed 2 occurrences in 2 files in 2 packages. [Verbose] Temporary path: /tmp/1839736580 [Verbose] Go build command: go build -trimpath -ldflags -s -w -extldflags '-static' -tags -o /home/usr/trash cfkfigmeokpclafjihmk/epcebkljdhffppecbgko [Verbose] Environment variables: GO111MODULE=off GOROOT=/home/usr GOARCH=amd64 GOOS=linux GOPATH=/tmp/1839736580 PATH=/home/usr/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/go/bin:/home/usr/goworkspace/bin GOCACHE=/tmp/1839736580/cache $
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! While my code is running, a new directory is created in tmp but when my code is completed directory removes. What am i doing wrong?
The text was updated successfully, but these errors were encountered: