isSpecialMethod checks if a method name should be skipped during reflection binding
(name string)
| 501 | |
| 502 | // isSpecialMethod checks if a method name should be skipped during reflection binding |
| 503 | func isSpecialMethod(name string) bool { |
| 504 | return specialMethods[name] |
| 505 | } |