This commit is contained in:
Hidetake Iwata
2018-08-28 09:30:11 +09:00
parent 69bcb16e26
commit 72bc19bc10
11 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
- run: go get github.com/golang/lint/golint
- run: golint
- run: go build -v
- run: make -C integration-test/testdata
- run: make -C e2e/testdata
- run: go test -v ./...
release:
+1 -1
View File
@@ -1,4 +1,4 @@
package integration
package e2e
import (
"crypto/rand"
@@ -1,4 +1,4 @@
package integration
package e2e
import (
"context"
@@ -1,4 +1,4 @@
package integration
package e2e
import (
"html/template"