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
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