#
golang
Notes/cheatsheet for when you need to code stuff in go.
#
installing
sudo apt install golang-go
#
compiling programs
go build exploit.go