1 Star 0 Fork 41

yoyofx / GoDisk

forked from xuthus / GoDisk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuthus 提交于 2018-12-10 15:27 . 新增OSS阿里云对象存储功能
package main
import (
_ "GoDisk/routers"
"github.com/astaxie/beego"
_ "github.com/mattn/go-sqlite3"
)
func main() {
// 自定义方法
_ = beego.AddFuncMap("sc", SiteConfig) //调取网站配置 直接抽调数据库配置字段
//自定义开放性资源路径
beego.SetStaticPath("/file", "file")
beego.Run()
}
Go
1
https://gitee.com/yoyofx/GoDisk.git
git@gitee.com:yoyofx/GoDisk.git
yoyofx
GoDisk
GoDisk
master

搜索帮助