mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-29 16:28:39 +02:00
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.