1 Star 0 Fork 198

351531104 / next-terminal

forked from dushixiang / next-terminal 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 160 Bytes
一键复制 编辑 原始数据 按行查看 历史
package main
import (
"next-terminal/server/app"
"github.com/labstack/gommon/log"
)
func main() {
err := app.Run()
if err != nil {
log.Fatal(err)
}
}
1
https://gitee.com/wh_wh/next-terminal.git
git@gitee.com:wh_wh/next-terminal.git
wh_wh
next-terminal
next-terminal
master

搜索帮助