mirror of
https://github.com/beego/bee.git
synced 2025-06-13 17:00:39 +00:00
add dev githook command
This commit is contained in:
@ -1,11 +1,14 @@
|
||||
package beegopro
|
||||
|
||||
import (
|
||||
"io/ioutil"
|
||||
|
||||
"github.com/beego/bee/internal/pkg/utils"
|
||||
beeLogger "github.com/beego/bee/logger"
|
||||
"io/ioutil"
|
||||
)
|
||||
|
||||
var CompareExcept = []string{"@BeeGenerateTime"}
|
||||
|
||||
func (c *Container) GenConfig() {
|
||||
if utils.IsExist(c.BeegoProFile) {
|
||||
beeLogger.Log.Fatalf("beego pro toml exist")
|
||||
|
Reference in New Issue
Block a user