manifoldco / go-manifold

Go client API for Manifold (unstable)
https://www.manifold.co
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Fix reflection of unexported fields #68

Closed louisbranch closed 6 years ago

louisbranch commented 6 years ago

A panic was thrown if we tried to get an .Interface() of a private field, in this case it was the time.Time object.