Browse Source

x/crypto => crypto

master
jimzhan 9 years ago
parent
commit
9c85ac7ae7
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      .travis.yml
  2. +1
    -1
      env_test.go

+ 1
- 0
.travis.yml View File

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

+ 1
- 1
env_test.go View File

"os" "os"
"testing" "testing"


"github.com/goanywhere/x/crypto"
"github.com/goanywhere/crypto"
. "github.com/smartystreets/goconvey/convey" . "github.com/smartystreets/goconvey/convey"
) )



Loading…
Cancel
Save