add main.go

main
zggsong 2 years ago
parent dd37e5099b
commit 8328852fe1

@ -3,13 +3,7 @@ kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go test
- name: build
- name: run
image: golang
commands:
- go build

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 KiB

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("hello world")
}
Loading…
Cancel
Save