1 Star 2 Fork 0

Enze Li / GoBlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 136 Bytes
一键复制 编辑 原始数据 按行查看 历史
package main
import (
"GoBlog/src/server"
"fmt"
)
func main() {
err := server.NewServer()
if err != nil {
fmt.Println(err)
}
}
Go
1
https://gitee.com/ezli/GoBlog.git
git@gitee.com:ezli/GoBlog.git
ezli
GoBlog
GoBlog
master

搜索帮助