ContainerImage.Pinniped/cmd/placeholder-name/main.go

11 lines
149 B
Go
Raw Normal View History

2020-07-03 00:05:59 +00:00
package main
import (
"fmt"
"github.com/suzerain-io/placeholder-name/pkg/hello"
)
func main() {
fmt.Println(hello.NewHelloSayer().SayHello())
}