mirror of
https://github.com/astaxie/beego.git
synced 2025-07-19 19:35:31 +00:00
@@ -343,7 +343,6 @@ func (c *IniConfigContainer) getdata(key string) string {
|
||||
c.RLock()
|
||||
defer c.RUnlock()
|
||||
|
||||
|
||||
var (
|
||||
section, k string
|
||||
sectionKey []string = strings.Split(strings.ToLower(key), "::")
|
||||
|
Reference in New Issue
Block a user