First post. This is where the musings live.

Here’s some Go to confirm syntax highlighting is working:

package main

import "fmt"

func main() {
    fmt.Println("hello, ammonslabs")
}

More to come.