Update beego pkg paths
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
// Simple Usage:
|
||||
// import(
|
||||
// "github.com/beego/beego/v2"
|
||||
// "github.com/beego/beego/v2/plugins/apiauth"
|
||||
// "github.com/beego/beego/v2/server/web/filter/apiauth"
|
||||
// )
|
||||
//
|
||||
// func main(){
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
// Simple Usage:
|
||||
// import(
|
||||
// "github.com/beego/beego/v2"
|
||||
// "github.com/beego/beego/v2/plugins/auth"
|
||||
// "github.com/beego/beego/v2/server/web/filter/auth"
|
||||
// )
|
||||
//
|
||||
// func main(){
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
// Simple Usage:
|
||||
// import(
|
||||
// "github.com/beego/beego/v2"
|
||||
// "github.com/beego/beego/v2/plugins/authz"
|
||||
// "github.com/beego/beego/v2/server/web/filter/authz"
|
||||
// "github.com/casbin/casbin"
|
||||
// )
|
||||
//
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
// Usage
|
||||
// import (
|
||||
// "github.com/beego/beego/v2"
|
||||
// "github.com/beego/beego/v2/plugins/cors"
|
||||
// "github.com/beego/beego/v2/server/web/filter/cors"
|
||||
// )
|
||||
//
|
||||
// func main() {
|
||||
|
||||
Reference in New Issue
Block a user