Files
JenkinsGoTest/main.go
Bram Prieshof e1a6c2de2e
Some checks failed
GiteaTest/JenkinsGoTest/pipeline/head There was a failure building this commit
added typo to error out jenkins
2021-01-05 01:12:56 +01:00

8 lines
107 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello World 123")
fmt.Println("Hello World 123
}