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

14 lines
333 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello World 123")
fmt.Println("This is a test")
fmt.Println("See if this stiks")
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 2")
fmt.Println("mainTest")
}