Skip to content

Commit fcefd64

Browse files
committed
add gofmt to travis
1 parent 0a6b164 commit fcefd64

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: go
22
script:
33
- go vet
4+
- gofmt -l .
45
- go test -v ./...
56
- go build
67
go:
7-
- 1.6.x
8-
- 1.7.x
9-
- 1.8.x
8+
- 1.10.x

ishell.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818

1919
"github.com/abiosoft/readline"
2020
"github.com/fatih/color"
21-
"github.com/flynn-archive/go-shlex"
21+
shlex "github.com/flynn-archive/go-shlex"
2222
)
2323

2424
const (

0 commit comments

Comments
 (0)