Files
JenkinsGoTest/main.go
Bram Prieshof c79cffca2c
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good
fixed intentional error
2021-01-05 02:35:52 +01:00

10 lines
193 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")
}