I have no idea what I'm doing This is basically just a test page to see how this all works. package main import ( "os" ) func main() { os.Exit(100) } Testing code formatting 2021-11-05 /posts/i-have-no-idea-what-im-doing/ Elliot Courant