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
I originally did not do this because I didn't want them to hold state so they could be stored as a value inside the interface{} but that isn't possible, Go is allocating it on the heap for me as interface{} can only contain a pointer.