1 Commits (d60f7b85e53d0d2fbef9d8e2a8b539f9c0d97233)

Author SHA1 Message Date
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.
10 years ago