Files
JenkinsGoTest/main.go
Bram Prieshof cd9c307d06
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good
release
Testr
2021-01-05 04:02:26 +00:00

12 lines
264 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 Rel")
}