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

This commit is contained in:
2021-01-05 01:09:37 +01:00
parent 06e25aa871
commit 1a57818a80

View File

@@ -3,5 +3,5 @@ package main
import "fmt" import "fmt"
func main() { func main() {
fmt.Println("Hello World") fmt.Println("Hello World 123")
} }