The current repo belongs to Paused status, and some functions are restricted. For details, please refer to the description of repo status
4 Star 5 Fork 4

pippo / server-hardware-info-tool
Paused

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
main.go 288 Bytes
Copy Edit Raw Blame History
pippo authored 2018-01-10 17:35 . hp
package main
import (
_ "gitee.com/pippozq/server-hardware-info-tool/routers"
"github.com/astaxie/beego"
)
func main() {
if beego.BConfig.RunMode == "dev" {
beego.BConfig.WebConfig.DirectoryIndex = true
beego.BConfig.WebConfig.StaticDir["/swagger"] = "swagger"
}
beego.Run()
}
Go
1
https://gitee.com/pippozq/server-hardware-info-tool.git
git@gitee.com:pippozq/server-hardware-info-tool.git
pippozq
server-hardware-info-tool
server-hardware-info-tool
master

Search