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

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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