build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.21 to 3.6.0 (#5786)
Bumps go.etcd.io/etcd/client/v3 from 3.5.21 to 3.6.0.
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/v3 dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Beego

Beego is used for rapid development of enterprise application in Go, including RESTful APIs, web apps and backend services.
It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific features such as interfaces and struct embedding.
Quick Start
Web Application
Create
hellodirectory, cdhellodirectoryInit module
Download and install
Create file
hello.goDownload required dependencies
Build and run
Go to http://localhost:8080
Congratulations! You’ve just built your first beego app.
Features
Modules
Community
License
beego source code is licensed under the Apache Licence, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.html).