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