All checks were successful
GiteaTest/JenkinsGoTest/pipeline/pr-master This commit looks good
13 lines
305 B
Go
13 lines
305 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("Pull requestTest")
|
|
} |