fixed intentional error
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good

This commit is contained in:
2021-01-05 02:35:52 +01:00
parent db7efced06
commit c79cffca2c

View File

@@ -6,5 +6,5 @@ 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") fmt.Println("See if this stiks")
fmt.Println("This nice missing end fmt.Println("This nice missing end, Fixed it")
} }