1 Commits

Author SHA1 Message Date
ce00f3379c Update 'main.go'
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/pr-master This commit looks good
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good
2021-01-05 04:12:15 +00:00

View File

@@ -9,5 +9,6 @@ func main() {
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")
fmt.Println("Pull requestTest") fmt.Println("Update counter 2")
fmt.Println("mainTest")
} }