conduit/main.go
2025-09-19 14:59:07 -04:00

8 lines
79 B
Go

package main
import "reichard.io/conduit/cmd"
func main() {
cmd.Execute()
}