mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
新增go modules支持,自行管理第三方包依赖,方便开发者使用
This commit is contained in:
10
third/github.com/Shopify/sarama/dev.yml
Normal file
10
third/github.com/Shopify/sarama/dev.yml
Normal file
@ -0,0 +1,10 @@
|
||||
name: sarama
|
||||
|
||||
up:
|
||||
- go:
|
||||
version: '1.9'
|
||||
|
||||
commands:
|
||||
test:
|
||||
run: make test
|
||||
desc: 'run unit tests'
|
||||
Reference in New Issue
Block a user