guregu / null

reasonable handling of nullable values
BSD 2-Clause "Simplified" License
1.84k stars 238 forks source link

add encoder for Int type #50

Closed dylanmacdonald closed 4 years ago

dylanmacdonald commented 4 years ago

Adds an encoder type for use with https://github.com/gorilla/schema/blob/master/encoder.go#L33

This is intended to resolve issues with passing Int values between services