5 lines
91 B
Go
5 lines
91 B
Go
|
package tools
|
||
|
|
||
|
// H is a shortcut for map[string]interface{}
|
||
|
type H map[string]interface{}
|