You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle ptr smart ptrs (#44)
- Added new default & set types for `chan`, `map`, `slice`, `time.Time`
and `Pointer` types.
- Updated to handle pointer to a `Slice` or `Map` for situations where
code is not under your control. Fixes#43