This commit is contained in:
2024-08-10 00:36:46 +02:00
parent 92d83468f7
commit e86aadac02

View File

@@ -39,6 +39,7 @@ var (
weightService *WeightService weightService *WeightService
) )
// TODO: Embed food.ddl and create DB if no exists
func main() { func main() {
dbpath := flag.String("db", "food.db", "Path to the database file") dbpath := flag.String("db", "food.db", "Path to the database file")
flag.Parse() flag.Parse()