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