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
1760f0ce
Commit
1760f0ce
authored
Mar 27, 2017
by
astaxie
Committed by
GitHub
Mar 27, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2532 from vbalien/patch-1
Fix markdown formatting
parents
ae0a75c4
c387aeeb
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 @
1760f0ce
...
@@ -9,12 +9,12 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature
...
@@ -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
)
More info
[
beego.me
](
http://beego.me
)
##Quick Start
##
Quick Start
######Download and install
######
Download and install
go get github.com/astaxie/beego
go get github.com/astaxie/beego
######Create file `hello.go`
######
Create file `hello.go`
```
go
```
go
package
main
package
main
...
@@ -24,12 +24,12 @@ func main(){
...
@@ -24,12 +24,12 @@ func main(){
beego
.
Run
()
beego
.
Run
()
}
}
```
```
######Build and run
######
Build and run
```
bash
```
bash
go build hello.go
go build hello.go
./hello
./hello
```
```
######Congratulations!
######
Congratulations!
You just built your first beego app.
You just built your first beego app.
Open your browser and visit
`http://localhost:8080`
.
Open your browser and visit
`http://localhost:8080`
.
Please see
[
Documentation
](
http://beego.me/docs
)
for more.
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