package bind func IsStructPointer(value interface{}) bool { switch t := value.(type) { default: println(t) } return false }