-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
You can see the source code of the compiled file. #29420
Comments
Which files ? How do we get such a file ? Please give us specific instructions. |
This is a file of mys. After the tail, I can see the package I imported or some other things. If you need this file I can provide you with a temporary file download address. I also found this kind of situation in other documents, maybe you can also test it. |
This is related to #19226 (and a few others), and it is expected.
In theory you could use the |
Yes, so in #19226, the user is using |
I don't think this is completely true; I see a fair amount of plain-text when I |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Use the tail tool to print files
tail file
What did you expect to see?
How can I not expose the source code?
What did you see instead?
When I used tail to print binary files, I exposed the source code.
OS : UNIX/LINUX/MAC OS
use : tail file
The text was updated successfully, but these errors were encountered: