ccb61f04 by xianyu

gofmt

Signed-off-by: devYu <devysq@gmail.com>
1 parent 14629c21
...@@ -343,7 +343,6 @@ func (c *IniConfigContainer) getdata(key string) string { ...@@ -343,7 +343,6 @@ func (c *IniConfigContainer) getdata(key string) string {
343 c.RLock() 343 c.RLock()
344 defer c.RUnlock() 344 defer c.RUnlock()
345 345
346
347 var ( 346 var (
348 section, k string 347 section, k string
349 sectionKey []string = strings.Split(strings.ToLower(key), "::") 348 sectionKey []string = strings.Split(strings.ToLower(key), "::")
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!