mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Create database package (refactoring)
This commit is contained in:
parent
17054b396e
commit
cf03e0e338
30 changed files with 61 additions and 54 deletions
|
@ -209,7 +209,7 @@ func main() {
|
|||
|
||||
generateBinaryBundle("ui/static/bin.go", glob("ui/static/bin/*"))
|
||||
|
||||
generateBundle("sql/sql.go", "sql", "SqlMap", glob("sql/*.sql"))
|
||||
generateBundle("database/sql.go", "database", "SqlMap", glob("database/sql/*.sql"))
|
||||
generateBundle("template/views.go", "template", "templateViewsMap", glob("template/html/*.html"))
|
||||
generateBundle("template/common.go", "template", "templateCommonMap", glob("template/html/common/*.html"))
|
||||
generateBundle("locale/translations.go", "locale", "translations", glob("locale/translations/*.json"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue