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

18 行
426B

  1. language: go
  2. install:
  3. - go get github.com/smartystreets/goconvey
  4. - go get github.com/Sirupsen/logrus
  5. - go get github.com/codegangsta/cli
  6. - go get github.com/gorilla/mux
  7. - go get github.com/gorilla/schema
  8. - go get github.com/gorilla/websocket
  9. - go get github.com/goanywhere/crypto
  10. - go get github.com/goanywhere/env
  11. - go get github.com/goanywhere/fs
  12. - go get github.com/goanywhere/cmd
  13. go:
  14. - 1.4
  15. - tip