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
Take an empty slice (non nil), encode it with gob, decode it again and you get a nil slice: https://play.golang.org/p/WI8NCohVua
(I only tested on the playground for now)