printf to log
This commit is contained in:
@@ -38,7 +38,7 @@ func main() {
|
|||||||
}(sqliteRepo)
|
}(sqliteRepo)
|
||||||
|
|
||||||
FlaticonToSqlite(sqliteRepo, *svgPath)
|
FlaticonToSqlite(sqliteRepo, *svgPath)
|
||||||
fmt.Sprintf("Successfully added all SVGs in %s to the database at %s", *svgPath, *dbPath)
|
log.Println(fmt.Sprintf("Successfully added all SVGs in %s to the database at %s\n", *svgPath, *dbPath))
|
||||||
}
|
}
|
||||||
|
|
||||||
func FlaticonToSqlite(repo *repository.SqliteRepository, svgDir string) {
|
func FlaticonToSqlite(repo *repository.SqliteRepository, svgDir string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user