Allocate a new buffer when retrying
[ric-plt/xapp-frame.git] / pkg / xapp / config.go
index 404a9b9..94e88a1 100755 (executable)
@@ -99,4 +99,4 @@ func (*Configurator) GetStringSlice(key string) []string {
 
 func (*Configurator) GetStringMap(key string) map[string]interface{} {
        return viper.GetStringMap(key)
-}
\ No newline at end of file
+}