Commit Graph

3 Commits (0a739cf9ac901f54484c34bba8322418dedb09b0)

Author SHA1 Message Date
Unknown 9d983f27d6 go vet
Unknown 23bba7633b Mirror fix on sqlite3 tag
Michael Crosby 25fd495b2e Add sqlite build tag
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.