浏览代码

x/crypto => crypto

master
jimzhan 10 年前
父节点
当前提交
9c85ac7ae7
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. +1
    -0
      .travis.yml
  2. +1
    -1
      env_test.go

+ 1
- 0
.travis.yml 查看文件

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 查看文件

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


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



正在加载...
取消
保存