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

This commit is contained in:
2021-01-05 04:04:18 +00:00
parent 9bd1c16489
commit 981c100866

View File

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