Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Acmefocus authored Jul 9, 2020
1 parent 8ee167b commit 76debb1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature

go get github.com/astaxie/beego

#### Create hello directory

sudo mkdir hello
cd hello

#### Init module

go mod init

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

0 comments on commit 76debb1

Please sign in to comment.