mirror of
https://github.com/fumiama/go-base16384.git
synced 2026-06-10 04:50:32 +08:00
17 lines
314 B
Markdown
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 ...
|
|
```
|