summaryrefslogtreecommitdiffstats
path: root/models/models_sqlite.go
Commit message (Collapse)AuthorAgeFilesLines
* go vetUnknown2014-04-131-2/+2
|
* Mirror fix on sqlite3 tagUnknown2014-04-121-2/+6
|
* Add sqlite build tagMichael Crosby2014-04-121-0/+11
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.