Commit ccb61f04 authored by xianyu's avatar xianyu

gofmt

Signed-off-by: 's avatardevYu <devysq@gmail.com>
parent 14629c21
...@@ -343,7 +343,6 @@ func (c *IniConfigContainer) getdata(key string) string { ...@@ -343,7 +343,6 @@ func (c *IniConfigContainer) getdata(key string) string {
c.RLock() c.RLock()
defer c.RUnlock() defer c.RUnlock()
var ( var (
section, k string section, k string
sectionKey []string = strings.Split(strings.ToLower(key), "::") sectionKey []string = strings.Split(strings.ToLower(key), "::")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment