All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good
7 lines
75 B
Go
7 lines
75 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello World 123")
|
|
} |