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

This commit is contained in:
2021-01-05 04:19:48 +00:00
parent 033df5f171
commit 60cf96c80f

View File

@@ -9,5 +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("Pull requestTest fmt.Println("Pull requestTest")
} }