conduit/main.go
2025-09-20 18:14:42 -04:00

8 lines
79 B
Go

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