選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

11 行
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