Golang Highlighting

Posted on Oct 18, 2022
tl;dr:

Playing with hugo.

This should be some pretty formatted gocode ….

package main

import (
	"crypto/rand"
	"log"
	"math/big"
	"net"
	"time"
)

type foo struct {
   name string 
}

func main() {
	var i int
    time.Sleep(5 * time.Millisecond)
}