master
add golangci feature to guarantee codes quality (#2229)
change errors wrapped by gerror.Wrap with error stack info for all packages
version 2
add LevelPrint configuration for glog.Logger; add package internal/instance for grouped instance management feature; add default logger for panic message printing if no logger set in gcron.Cron (#2388)
remove function Println from package glog
improve color feature for package glog
fix issue #1913
[feature] improve code glog
refract package ghttp/gredis/glog
fix issue #2339 (#2433)
t.Assert(err, nil) -> t.AssertNil(err)
unit testing files renaming
improve handler feature for package glog
fix glog bug (#1844)
add ut cases for package glog part2 (#2317)