1 Star 0 Fork 41

yoyofx / GoDisk

forked from xuthus / GoDisk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
template.go 193 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuthus 提交于 2018-12-10 15:27 . 新增OSS阿里云对象存储功能
package main
import (
"GoDisk/models"
)
/* 直接调取数据库配置表-网站基本信息 */
func SiteConfig(info, addition string) string {
return models.GetOneConfig(info, addition)
}
Go
1
https://gitee.com/yoyofx/GoDisk.git
git@gitee.com:yoyofx/GoDisk.git
yoyofx
GoDisk
GoDisk
master

搜索帮助