Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdiy committed Nov 19, 2018
1 parent 6cd4e46 commit ed3af91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var initAfterFun []func() //xml 分析完后的回调函数
var ElementMap = make(map[string]*utils.Element)

func StartCore() {
seelog.Info("version: 0.1")
seelog.Info("version: 0.2")
defer func() {
if err := recover(); err != nil {
seelog.Flush()
Expand Down

0 comments on commit ed3af91

Please sign in to comment.