| install: | install: | ||||
| - go get github.com/smartystreets/goconvey | - go get github.com/smartystreets/goconvey | ||||
| - go get github.com/goanywhere/fs | - go get github.com/goanywhere/fs | ||||
| - go get github.com/goanywhere/crypto | |||||
| go: | go: | ||||
| - 1.4 | - 1.4 |
| "os" | "os" | ||||
| "testing" | "testing" | ||||
| "github.com/goanywhere/x/crypto" | |||||
| "github.com/goanywhere/crypto" | |||||
| . "github.com/smartystreets/goconvey/convey" | . "github.com/smartystreets/goconvey/convey" | ||||
| ) | ) | ||||