mirror of
https://github.com/beego/bee.git
synced 2025-07-09 15:00:18 +00:00
upgrade version to 2
This commit is contained in:
8
main.go
8
main.go
@ -18,10 +18,10 @@ import (
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/beego/bee/cmd"
|
||||
"github.com/beego/bee/cmd/commands"
|
||||
"github.com/beego/bee/config"
|
||||
"github.com/beego/bee/utils"
|
||||
"github.com/beego/bee/v2/cmd"
|
||||
"github.com/beego/bee/v2/cmd/commands"
|
||||
"github.com/beego/bee/v2/config"
|
||||
"github.com/beego/bee/v2/utils"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user