mirror of
https://github.com/astaxie/beego.git
synced 2025-08-08 21:07:03 +00:00
@@ -8,10 +8,6 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature
|
|||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
#### Download and install
|
|
||||||
|
|
||||||
go get github.com/astaxie/beego
|
|
||||||
|
|
||||||
#### Create `hello` directory, cd `hello` directory
|
#### Create `hello` directory, cd `hello` directory
|
||||||
|
|
||||||
mkdir hello
|
mkdir hello
|
||||||
@@ -21,6 +17,10 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature
|
|||||||
|
|
||||||
go mod init
|
go mod init
|
||||||
|
|
||||||
|
#### Download and install
|
||||||
|
|
||||||
|
go get github.com/astaxie/beego
|
||||||
|
|
||||||
#### Create file `hello.go`
|
#### Create file `hello.go`
|
||||||
```go
|
```go
|
||||||
package main
|
package main
|
||||||
|
Reference in New Issue
Block a user