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
fdb2660a
Commit
fdb2660a
authored
Mar 28, 2017
by
Ketan Gupta
Committed by
GitHub
Mar 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
323a1c42
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
fdb2660a
...
...
@@ -9,12 +9,12 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature
More info
[
beego.me
](
http://beego.me
)
##Quick Start
######Download and install
##
Quick Start
######
Download and install
go get github.com/astaxie/beego
######Create file `hello.go`
######
Create file `hello.go`
```
go
package
main
...
...
@@ -24,12 +24,12 @@ func main(){
beego
.
Run
()
}
```
######Build and run
######
Build and run
```
bash
go build hello.go
./hello
```
######Congratulations!
######
Congratulations!
You just built your first beego app.
Open your browser and visit
`http://localhost:8080`
.
Please see
[
Documentation
](
http://beego.me/docs
)
for more.
...
...
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