kolo / xmlrpc

Implementation of XMLRPC protocol in Go language.
MIT License
159 stars 94 forks source link

replace isZero with reflect.Value.IsZero #83

Closed icholy closed 2 years ago

icholy commented 2 years ago

The latest version of Go is 1.19. I think we've supported Go 1.13 long enough.