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
We are going to implement a generic stack in Go, which means that the stack could store any kind of item. To do that we'll use the empty interface (a empty interface may hold values of any type).