Update 'main.go'
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good
GiteaTest/JenkinsGoTest/pipeline/pr-master This commit looks good

This commit is contained in:
2021-01-05 03:49:14 +00:00
parent d506e23adb
commit 00d1dbd826

View File

@@ -7,4 +7,5 @@ func main() {
fmt.Println("This is a test")
fmt.Println("See if this stiks")
fmt.Println("This nice missing end, Fixed it")
fmt.Println("Added on new branch")
}