mirror of
https://github.com/beego/bee.git
synced 2025-06-14 13:30:40 +00:00
Using beego/beego
This commit is contained in:
@ -9,7 +9,7 @@ Bee is a command-line tool facilitating development of Beego-based application.
|
||||
|
||||
## Requirements
|
||||
|
||||
- Go version >= 1.12.
|
||||
- Go version >= 1.12
|
||||
|
||||
## Installation
|
||||
|
||||
@ -355,7 +355,7 @@ Breakpoint 1 set at 0x40100f for main.main() ./main.go:8
|
||||
> main.main() ./main.go:8 (hits goroutine(1):1 total:1) (PC: 0x40100f)
|
||||
3: import (
|
||||
4: _ "github.com/user/myapp/routers"
|
||||
5: beego "github.com/astaxie/beego/server/web"
|
||||
5: beego "github.com/beego/beego/server/web"
|
||||
6: )
|
||||
7:
|
||||
=> 8: func main() {
|
||||
|
Reference in New Issue
Block a user