mirror of
https://github.com/beego/bee.git
synced 2025-06-12 15:10:39 +00:00
add dev githook command
This commit is contained in:
@ -14,10 +14,11 @@
|
||||
package beegopro
|
||||
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"github.com/beego/bee/cmd/commands"
|
||||
"github.com/beego/bee/internal/app/module/beegopro"
|
||||
"github.com/beego/bee/logger"
|
||||
"strings"
|
||||
)
|
||||
|
||||
var CmdBeegoPro = &commands.Command{
|
||||
|
Reference in New Issue
Block a user