Golang Highlighting
			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)
}