Files
JenkinsGoTest/main.go
Bram Prieshof 9c47960d0a
Some checks failed
GiteaTest/JenkinsGoTest/pipeline/head There was a failure building this commit
Fixed error and updated jenkinsfile
2021-01-05 01:15:36 +01:00

8 lines
108 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello World 123")
fmt.Println("This is a test")
}