Comment on Show HN: Embed your source code in PNG filesparentComments−latchkey4yLooking at the makefile, it is possible to strip out a decent amount of a golang binary size with go build -ldflags '-w -s'...https://stackoverflow.com/a/22276273/253773
Comments
Looking at the makefile, it is possible to strip out a decent amount of a golang binary size with go build -ldflags '-w -s'...
https://stackoverflow.com/a/22276273/253773