setup-ko/main.go
2021-04-28 21:13:37 -04:00

8 lines
66 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello")
}