mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-02 07:21:02 +00: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.
|
||
|---|---|---|
| .. | ||
| access.go | ||
| action.go | ||
| git.go | ||
| issue.go | ||
| models.go | ||
| models_sqlite.go | ||
| models_test.go | ||
| oauth2.go | ||
| publickey.go | ||
| repo.go | ||
| user.go | ||