Versions in this module Expand all Collapse all v1 v1.0.1 Nov 6, 2020 v1.0.0 Nov 6, 2020 Changes in this version + type Stack []interface + func (s *Stack) Pop() interface{} + func (s *Stack) Put(i interface{}) + func (s Stack) Empty() bool + func (s Stack) Peek() interface{}