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

https://github.com/tggcs/test-go-package

test-go-package
https://github.com/tggcs/test-go-package

Last synced: 2 months ago
JSON representation

test-go-package

Awesome Lists containing this project

README

        

# test-go-package
test-go-package

tutorial: https://zhuanlan.zhihu.com/p/556830618

1. 创建test-go-package仓库
2. `cd ./test-go-package` && `go mod init github.com/tggcs/test-go-package`
3. `mkdir ./myfunc && cd ./myfunc && touch myfunc_test.go && touch myfunc.go`
4. 添加代码