Explorar el Código

x/crypto => crypto

master
jimzhan hace 9 años
padre
commit
9c85ac7ae7
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. +1
    -0
      .travis.yml
  2. +1
    -1
      env_test.go

+ 1
- 0
.travis.yml Ver fichero

@@ -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 Ver fichero

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

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


Cargando…
Cancelar
Guardar