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

314 B

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

go install -buildmode=shared -linkshared std
go install -buildmode=shared -linkshared base14

Now you can use

go build -linkshared ...