aboutsummaryrefslogtreecommitdiff
path: root/models/models_sqlite.go
Commit message (Collapse)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
| | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version
* go vetUnknown2014-04-13
|
* Mirror fix on sqlite3 tagUnknown2014-04-12
|
* Add sqlite build tagMichael Crosby2014-04-12
This adds a sqlite build tag so that you don't have to have the sqlite import commented out in code and users can run: go build -tags sqlite if they want to have sqlite support enabled. It is disabled by default so nothing changes with the default go get or build commands.