1
0
mirror of https://github.com/fumiama/go-base16384.git synced 2026-06-10 04:50:32 +08:00
Files
go-base16384/README.md
源文雨 851f9f8666 new api
2022-03-19 19:34:32 +08:00

17 lines
314 B
Markdown

# go-base16384
base16384 interface of golang
# Usage
## As package
Just import it in your project.
## As lib
Copy this repo to `$GOPATH/src`, then execute
```bash
go install -buildmode=shared -linkshared std
go install -buildmode=shared -linkshared base14
```
Now you can use
```bash
go build -linkshared ...
```