Mirror fix on sqlite3 tag

This commit is contained in:
Unknown 2014-04-12 16:24:09 -04:00
parent d60f7b85e5
commit 23bba7633b
2 changed files with 11 additions and 3 deletions

View file

@ -1,11 +1,15 @@
// +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.
// +build sqlite
package models
import (
_ "github.com/mattn/go-sqlite3"
)
func init() {
EnableSQLite3 = true
}