mirror of
https://github.com/astaxie/beego.git
synced 2025-06-24 10:10:19 +00:00
@ -12,6 +12,15 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature
|
|||||||
|
|
||||||
go get github.com/astaxie/beego
|
go get github.com/astaxie/beego
|
||||||
|
|
||||||
|
#### Create hello directory
|
||||||
|
|
||||||
|
sudo mkdir hello
|
||||||
|
cd hello
|
||||||
|
|
||||||
|
#### Init module
|
||||||
|
|
||||||
|
go mod init
|
||||||
|
|
||||||
#### Create file `hello.go`
|
#### Create file `hello.go`
|
||||||
```go
|
```go
|
||||||
package main
|
package main
|
||||||
|
Reference in New Issue
Block a user