cherry/main.go

10 lines
92 B
Go
Raw Normal View History

2025-02-11 18:27:13 -06:00
package main
import (
"git.cherry.town/town/cherry/cmd"
)
func main() {
cmd.Execute()
}