Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
beego
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
beego
Commits
4857e384
Commit
4857e384
authored
Jul 28, 2015
by
astaxie
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1284 from wallclockbuilder/develop
Fix #1269 extract godoc to own file.
parents
42fab96c
b622d5d3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
12 deletions
+19
-12
README.md
README.md
+2
-1
beego.go
beego.go
+0
-11
doc.go
doc.go
+17
-0
No files found.
README.md
View file @
4857e384
...
...
@@ -3,7 +3,8 @@
[
![Build Status
](
https://drone.io/github.com/astaxie/beego/status.png
)
](https://drone.io/github.com/astaxie/beego/latest)
[
![GoDoc
](
http://godoc.org/github.com/astaxie/beego?status.svg
)
](http://godoc.org/github.com/astaxie/beego)
beego is an open-source, high-performance, modular, full-stack web framework.
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.
More info
[
beego.me
](
http://beego.me
)
...
...
beego.go
View file @
4857e384
...
...
@@ -12,17 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// beego is an open-source, high-performance, modular, full-stack web framework
//
// package main
//
// import "github.com/astaxie/beego"
//
// func main() {
// beego.Run()
// }
//
// more infomation: http://beego.me
package
beego
import
(
...
...
doc.go
0 → 100644
View file @
4857e384
/*
beego: an open-source, high-performance, modular, full-stack web framework
It is used for rapid development of RESTful APIs, web apps and backend services in Go.
beego is inspired by Tornado, Sinatra and Flask with the added benefit of some Go-specific features such as interfaces and struct embedding.
package main
import "github.com/astaxie/beego"
func main() {
beego.Run()
}
more infomation: http://beego.me
*/
package
beego
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment