Skip to content
/ gohanzi Public

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

License

Notifications You must be signed in to change notification settings

glxxyz/gohanzi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

750d244 · May 4, 2021

History

25 Commits
May 4, 2021
Jun 9, 2020
Nov 12, 2020
Jun 9, 2020
Feb 3, 2021
Jun 9, 2020
Feb 3, 2021
Feb 3, 2021
Mar 26, 2021
Jun 9, 2020
Mar 26, 2021

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published