本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
289B

  1. install:
  2. go install ./...
  3. test: install
  4. go test -v
  5. toml-test toml-test-decoder
  6. toml-test -encoder toml-test-encoder
  7. fmt:
  8. gofmt -w *.go */*.go
  9. colcheck *.go */*.go
  10. tags:
  11. find ./ -name '*.go' -print0 | xargs -0 gotags > TAGS
  12. push:
  13. git push origin master
  14. git push github master
上海开阖软件有限公司 沪ICP备12045867号-1