selfpass/services/cmd/spc/main.go

10 lines
116 B
Go

package main
import (
"github.com/mitchell/selfpass/services/cli/commands"
)
func main() {
commands.Execute()
}