All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m38s
7 lines
71 B
Go
7 lines
71 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Running...")
|
|
}
|