I am using gorilla schema to populate a struct based on a user's form submission. My struct contains sql.NullString and I am currently getting the following error:
schema: converter not found for sql.NullString
How can I use sql.NullString in a struct that I want to populate with gorilla schema?