https://github.com/lflxp/generate
学习使用golang generate
https://github.com/lflxp/generate
Last synced: about 1 year ago
JSON representation
学习使用golang generate
- Host: GitHub
- URL: https://github.com/lflxp/generate
- Owner: lflxp
- Created: 2020-08-28T03:59:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T04:00:54.000Z (almost 6 years ago)
- Last Synced: 2025-06-10T10:10:16.527Z (about 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 介绍
学习使用go generate
# 运行
```
go generate -v
go test -v pill_test.go
```
# 参考文档
> https://www.jianshu.com/p/baee606f1056