1 Star 0 Fork 0

glt_2020/openvpn-web-ui

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
main.go 196 Bytes
Copy Edit Raw Blame History
Adam Wałach authored 2017-04-10 03:13 +08:00 . initial commit
package main
import (
"github.com/adamwalach/openvpn-web-ui/lib"
_ "github.com/adamwalach/openvpn-web-ui/routers"
"github.com/astaxie/beego"
)
func main() {
lib.AddFuncMaps()
beego.Run()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/glt_2020/openvpn-web-ui.git
git@gitee.com:glt_2020/openvpn-web-ui.git
glt_2020
openvpn-web-ui
openvpn-web-ui
master

Search