2 Commits

Author SHA1 Message Date
brammp 60cf96c80f Update 'main.go'
GiteaTest/JenkinsGoTest/pipeline/pr-master This commit looks good
2021-01-05 04:19:48 +00:00
brammp 033df5f171 Update 'main.go'
GiteaTest/JenkinsGoTest/pipeline/pr-master There was a failure building this commit
2021-01-05 04:18:50 +00:00
+1 -2
View File
@@ -9,6 +9,5 @@ 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("Update counter 2") fmt.Println("Pull requestTest")
fmt.Println("mainTest")
} }