1
0
mirror of https://github.com/beego/bee.git synced 2025-06-13 17:00:39 +00:00

Revert "Only contents in "CompareExcept" are excluded during comparison"

This reverts commit a9d3de0872.
This commit is contained in:
askuy
2020-07-27 13:09:56 +08:00
parent a9d3de0872
commit 59fa4ace1e
3 changed files with 19 additions and 35 deletions

View File

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