client, pkg, server, test: replaced 'interface{}' with 'any' (#4611)
This commit is contained in:
committed by
GitHub
Unverified
parent
01fed8d1a9
commit
092e5d3f94
@@ -217,7 +217,7 @@ func GetDefaultServerConf() ServerCommonConf {
|
||||
}
|
||||
}
|
||||
|
||||
func UnmarshalServerConfFromIni(source interface{}) (ServerCommonConf, error) {
|
||||
func UnmarshalServerConfFromIni(source any) (ServerCommonConf, error) {
|
||||
f, err := ini.LoadSources(ini.LoadOptions{
|
||||
Insensitive: false,
|
||||
InsensitiveSections: false,
|
||||
|
||||
Reference in New Issue
Block a user