After compiling, my beego source code turns to Hex?

New to golang-- about 2 weeks. Running through the beego tutorial (https://beego.me/quickstart)
When I compile the first “Simple Example” sublime reloads and the source code changes to a very long hex string (694,000+ lines of unreadable code actually).
I don’t see this with any of the other projects I’ve done. The code still works, and re-building the code is still successful, but obviously I cant read the source code anymore.

Ha because I was overwriting the hello.go file with the -o command. Nevermind

3 Likes

Haha I feel like I remember doing that when I was learning C a long time ago :stuck_out_tongue:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.