Compare commits

..

No commits in common. "25cf1465ea0bdd47db737831d304e99d074a3d05" and "2afe0809a4e3d75022c5ce6c7cfe2020d1ee4832" have entirely different histories.

2 changed files with 0 additions and 13 deletions

View File

@ -1,6 +0,0 @@
pipeline:
build:
image: golang:1.9
commands:
- go build
- go test

View File

@ -1,7 +0,0 @@
package main
import "fmt"
func main() {
fmt.Println("vim-go")
}