master
Add gfile.ReadLines and gfile.ReadByteLines read file content line by line
improve package gsession; improve command docker for cli
improve command gen service; add error trace for error of some packages
add command fix and up (#2280)
fix issue in failed installing when there's shortcut between file paths for command install (#2326)
change errors wrapped by gerror.Wrap with error stack info for all packages
replace char <xxx> to ;add GetWithEnv/GetWithCmd fuctions for package gcfg
README update
example&comment update
add golangci feature to guarantee codes quality (#2229)
fix issue in configuration StdoutColorDisabled for package glog; rename TempDir to Temp for package gfile
doc: add copyright
Improving gfile Code Coverage
unit testing files renaming
t.Assert(err, nil) -> t.AssertNil(err)
rename gdebug.TestData* -> gtest.Data*; add UT case for http server
add ut cases for package gcache (#2341)