better status message in init-db

This commit is contained in:
or-else
2023-03-01 11:26:08 -08:00
parent 16d03af452
commit 52b2ff6aed

View File

@ -403,7 +403,7 @@ func genDb(data *Data) {
}
}
log.Println("All done.")
log.Println("Sample data processing completed.")
}
// Go json cannot unmarshal Duration from a string, thus this hack.