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

This commit is contained in:
2021-01-05 04:10:41 +00:00
parent 82bab86e4f
commit ebf15e1389

View File

@@ -9,5 +9,5 @@ func main() {
fmt.Println("This nice missing end, Fixed it")
fmt.Println("Added on new branch")
fmt.Println("Added on new branch main")
fmt.Println("Update counter 1")
fmt.Println("Update counter 2")
}