ldap-1-backend/public/tools/type.go

5 lines
91 B
Go
Raw Normal View History

2022-05-18 17:57:03 +08:00
package tools
// H is a shortcut for map[string]interface{}
type H map[string]interface{}