소스 검색

x/crypto => crypto

master
jimzhan 9 년 전
부모
커밋
9c85ac7ae7
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      .travis.yml
  2. +1
    -1
      env_test.go

+ 1
- 0
.travis.yml 파일 보기

@@ -3,6 +3,7 @@ language: go
install:
- go get github.com/smartystreets/goconvey
- go get github.com/goanywhere/fs
- go get github.com/goanywhere/crypto

go:
- 1.4

+ 1
- 1
env_test.go 파일 보기

@@ -6,7 +6,7 @@ import (
"os"
"testing"

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


Loading…
취소
저장