added moar text
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good

This commit is contained in:
2021-01-05 02:07:51 +01:00
parent c6e232184d
commit 67f9a1fd6a

View File

@@ -5,4 +5,5 @@ import "fmt"
func main() { func main() {
fmt.Println("Hello World 123") fmt.Println("Hello World 123")
fmt.Println("This is a test") fmt.Println("This is a test")
fmt.Println("See if this stiks")
} }