1
0
mirror of https://github.com/beego/bee.git synced 2025-07-07 11:30:19 +00:00

Only contents in "CompareExcept" are excluded during comparison

This commit is contained in:
wangle
2020-07-26 15:48:36 +08:00
parent 5703fe7cc8
commit e514cfe8f1
3 changed files with 35 additions and 19 deletions

View File

@ -6,6 +6,8 @@ import (
"io/ioutil"
)
var CompareExcept = []string{"@BeeGenerateTime"}
func (c *Container) GenConfig() {
if utils.IsExist(c.BeegoProFile) {
beeLogger.Log.Fatalf("beego pro toml exist")