Skip to content

Instantly share code, notes, and snippets.

View zandercodes's full-sized avatar

Julan Zander (ZanderCodes) zandercodes

View GitHub Profile
@zandercodes
zandercodes / reduce-binary-size.md
Created November 29, 2022 10:25
Golang Reduce Binary Size

Initial state

$ go version

go version go1.13 linux/amd64

$ mkdir /tmp/helloworld; cd /tmp/helloworld;
$ cat > main.go <<EOF
package main