Co-Authored-By: RW <renewerner87@googlemail.com>
@ -29,7 +29,7 @@ import (
)
// Version of current package
const Version = "1.12.2"
const Version = "1.12.3"
// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}