An open API service indexing awesome lists of open source software.

https://github.com/ripta/unihan

Unihan Database (UCD v16.0.0) for Go 😬
https://github.com/ripta/unihan

Last synced: 7 months ago
JSON representation

Unihan Database (UCD v16.0.0) for Go 😬

Awesome Lists containing this project

README

          

unihan: Go library for Unihan Reading UCD database

To use:

```
go get github.com/ripta/unihan
```

To update:

```
git clone https://github.com/ripta/unihan
cd unihan

make download build
```