1.0.0
This commit is contained in:
1
main.go
1
main.go
@@ -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()
|
||||||
|
Reference in New Issue
Block a user