← home

I want to learn go for security - it's apparently very quick and portable to compile and whatnot.

To compile a go file, simply run go build [file].go then execute the binary.

Resources

Project initialization

Random Tips

← home