怎样在小程序里实现标题的更改
548
2022-10-17
一个Web应用程序用于分析Go编写的其他Web应用程序
Cleo
A web application used to analyze other web applications written in Go. It generates LARs (long-ass reports) of tests performed.
Updates :
Inspect CPU times.Test applications built and deployed at external locations. This application must have pprof handlers available.
Requirements
Go langgo-work : install with go get github.com/adjust/go-wrk$GOPATH set. Guide here. On windows install go with Choco to skip this step.
Install
Install with :
$ go get github.com/cheikhshift/cleo
Launch
Run the following command to launch application :
$ cleo
Go project setup
Your Go web application should retrieve the port number to listen on from env. variable $PORT.
Example
...port := ":defaultport"if envport := os.ExpandEnv("$PORT"); envport != "" { port = fmt.Sprintf(":%s", envport)}...log.Fatal(http.ListenAndServe(port, nil) )
Projects used
Twitter bootstrap beta 4.0.0-beta.2Angular js 1.5.6MomentumGopherSauceChart.js
Screenshots
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~