Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 434 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 434 Bytes

gohanzi

Rewrite of my Python hanzi analysis tool in Go

Getting Started

Run a test server from project root then navigate to http://localhost:8080/

go run main.go

Working endpoints:

Tests

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