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.

11 line
167B

  1. language: go
  2. install:
  3. - go get github.com/Sirupsen/logrus
  4. - go get github.com/smartystreets/goconvey
  5. - go get github.com/fsnotify/fsnotify
  6. go:
  7. - 1.4
  8. - tip