1
0
forked from tildetown/town
town/cmd/contrib/main.go
2022-07-31 12:05:43 +00:00

11 lines
114 B
Go

package main
import "fmt"
const dbpath = "/town/var/commands.db"
func main() {
// TODO
fmt.Println("TODO")
}