Rewrite of my Python hanzi analysis tool in Go
Run a test server from project root then navigate to http://localhost:8080/
go run main.go
Working endpoints:
Run unit tests and display coverage, from project root:
go test github.com/glxxyz/gohanzi/containers -coverprofile=c.out && go tool cover -html=c.out