您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

11 行
163 B

  1. help:
  2. @echo "Available targets:"
  3. @echo "- test: run tests"
  4. @echo "- deps: installs dependencies with glide"
  5. deps:
  6. glide up
  7. test: deps
  8. go test -i && go test