ソースを参照

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"
) )



読み込み中…
キャンセル
保存