package
0.0.0-20230317063020-a87c1ff2f19e
Repository: https://github.com/du2016/learn-code.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

编译归档文件

cd x_src && go build -o x.a -i

拷贝到归档目录

mv x.a $GOPATH/pkg/darwin_amd64/github.com/du2016/learn-code/binary-pkg/

运行

go run main.go