ContainerImage.Pinniped/cmd/placeholder-name/main.go
2020-07-02 17:05:59 -07:00

11 lines
149 B
Go

package main
import (
"fmt"
"github.com/suzerain-io/placeholder-name/pkg/hello"
)
func main() {
fmt.Println(hello.NewHelloSayer().SayHello())
}