/gohanzi

Rewrite of my Python hanzi analysis tool in Go for better performance and lower memory usage.

Primary LanguageGoMIT LicenseMIT

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