1 Star 0 Fork 35

匿名/gogs

forked from 无闻/gogs 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
models_sqlite.go 279 Bytes
一键复制 编辑 原始数据 按行查看 历史
Unknown 提交于 2014-04-13 15:14 +08:00 . go vet
// +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 models
import (
_ "github.com/mattn/go-sqlite3"
)
func init() {
EnableSQLite3 = true
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/php/gogs.git
git@gitee.com:php/gogs.git
php
gogs
gogs
master

搜索帮助