diff options
Diffstat (limited to 'internal/db/models_sqlite.go')
-rw-r--r-- | internal/db/models_sqlite.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/internal/db/models_sqlite.go b/internal/db/models_sqlite.go deleted file mode 100644 index c462cc5d..00000000 --- a/internal/db/models_sqlite.go +++ /dev/null @@ -1,15 +0,0 @@ -// +build sqlite - -// Copyright 2014 The Gogs Authors. All rights reserved. -// Use of this source code is governed by a MIT-style -// license that can be found in the LICENSE file. - -package db - -import ( - _ "github.com/mattn/go-sqlite3" -) - -func init() { - EnableSQLite3 = true -} |