https://github.com/cnych/stardust
a tooset for golang in daily development~~~
https://github.com/cnych/stardust
golang toolset
Last synced: about 2 months ago
JSON representation
a tooset for golang in daily development~~~
- Host: GitHub
- URL: https://github.com/cnych/stardust
- Owner: cnych
- License: mit
- Created: 2017-10-30T05:15:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T13:14:26.000Z (over 5 years ago)
- Last Synced: 2025-04-03T23:51:12.558Z (3 months ago)
- Topics: golang, toolset
- Language: Go
- Homepage:
- Size: 1.26 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stardust
[](https://travis-ci.org/cnych/starjazz)
stardust for go, this is a tooset for golang in daily development~
## 自动生成代码
利用`go generate`特性可以自动生成代码,如执行下面脚本调用`python`脚本生成`useragent`列表:
```shell
source gen_useragent.sh
```## 测试
可以安装`gotests`插件自动生成测试代码
```shell
go get -u -v github.com/cweill/gotests/...
```