Browse Source
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.tags/v1.0.2
2 changed files with 14 additions and 4 deletions
Loading…
Reference in new issue