Merge pull request 'Update 'main.go'' (#1) from brammp-patch-1 into master
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2021-01-05 03:50:57 +00:00

View File

@@ -7,4 +7,5 @@ func main() {
fmt.Println("This is a test") fmt.Println("This is a test")
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")
} }