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.

18 satır
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