Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Acmefocus <[email protected]>
  • Loading branch information
Acmefocus committed Jul 10, 2020
1 parent dced745 commit 2b9aaa5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature

## Quick Start

#### Download and install

go get github.com/astaxie/beego

#### Create `hello` directory, cd `hello` directory

mkdir hello
cd hello
mkdir hello
cd hello

#### Init module

go mod init
go mod init

#### Download and install

go get github.com/astaxie/beego

#### Create file `hello.go`
```go
Expand Down

0 comments on commit 2b9aaa5

Please sign in to comment.