9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
language: go
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- go: 1.10.3
|
||||||
|
script:
|
||||||
|
- go fmt $(go list ./... | grep -v vendor) | wc -l | grep 0
|
||||||
|
- go vet $(go list ./... | grep -v vendor)
|
||||||
|
- go test $(go list ./... | grep -v vendor)
|
||||||
|
|
7
cmd/external-snapshotter/main.go
Normal file
7
cmd/external-snapshotter/main.go
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("vim-go")
|
||||||
|
}
|
Reference in New Issue
Block a user