First post


This is my first post to this new iteration of my blog. I will eventually deploy it on my personal domain and upload all of my old posts, hopefully they haven’t aged too poorly… :)

Go code:

package main

import "fmt"

func main() {
  fmt.Println("Hello World! New Blog Who dis?")
}