Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go vet | Unknown | 2014-04-13 | 1 | -2/+2 |
| | |||||
* | Mirror fix on sqlite3 tag | Unknown | 2014-04-12 | 1 | -2/+6 |
| | |||||
* | Add sqlite build tag | Michael Crosby | 2014-04-12 | 1 | -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. |