|
il y a 6 ans | |
---|---|---|
.. | ||
config | il y a 6 ans | |
context | il y a 6 ans | |
grace | il y a 6 ans | |
httplib | il y a 6 ans | |
logs | il y a 6 ans | |
migration | il y a 6 ans | |
plugins | il y a 6 ans | |
session | il y a 6 ans | |
swagger | il y a 6 ans | |
testing | il y a 6 ans | |
toolbox | il y a 6 ans | |
utils | il y a 6 ans | |
validation | il y a 6 ans | |
vendor | il y a 6 ans | |
.gitignore | il y a 6 ans | |
.gosimpleignore | il y a 6 ans | |
.travis.yml | il y a 6 ans | |
CONTRIBUTING.md | il y a 6 ans | |
LICENSE | il y a 6 ans | |
README.md | il y a 6 ans | |
admin.go | il y a 6 ans | |
admin_test.go | il y a 6 ans | |
adminui.go | il y a 6 ans | |
app.go | il y a 6 ans | |
beego.go | il y a 6 ans | |
config.go | il y a 6 ans | |
config_test.go | il y a 6 ans | |
controller.go | il y a 6 ans | |
controller_test.go | il y a 6 ans | |
doc.go | il y a 6 ans | |
error.go | il y a 6 ans | |
error_test.go | il y a 6 ans | |
filter.go | il y a 6 ans | |
filter_test.go | il y a 6 ans | |
flash.go | il y a 6 ans | |
flash_test.go | il y a 6 ans | |
go.mod | il y a 6 ans | |
go.sum | il y a 6 ans | |
hooks.go | il y a 6 ans | |
log.go | il y a 6 ans | |
mime.go | il y a 6 ans | |
namespace.go | il y a 6 ans | |
namespace_test.go | il y a 6 ans | |
parser.go | il y a 6 ans | |
policy.go | il y a 6 ans | |
router.go | il y a 6 ans | |
router_test.go | il y a 6 ans | |
staticfile.go | il y a 6 ans | |
staticfile_test.go | il y a 6 ans | |
template.go | il y a 6 ans | |
template_test.go | il y a 6 ans | |
templatefunc.go | il y a 6 ans | |
templatefunc_test.go | il y a 6 ans | |
tree.go | il y a 6 ans | |
tree_test.go | il y a 6 ans | |
unregroute_test.go | il y a 6 ans |
beego is used for rapid development of RESTful APIs, web apps and backend services in Go. It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific features such as interfaces and struct embedding.
Response time ranking: web-frameworks.
go get github.com/cnlh/nps/vender/github.com/astaxie/beego
hello.go
package main
import "github.com/cnlh/nps/vender/github.com/astaxie/beego"
func main(){
beego.Run()
}
go build hello.go
./hello
Congratulations! You've just built your first beego app.
beego source code is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).