Change greeting.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Jacob 2018-02-13 01:56:47 +01:00
parent 25cf1465ea
commit a9d1dee654
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ package main
import "fmt"
func main() {
fmt.Println("vim-go")
fmt.Println("Hello drone!")
}