Versions in this module Expand all Collapse all v1 v1.2.0 Dec 30, 2020 v1.0.2 Feb 7, 2021 v1.0.1 Feb 7, 2021 Changes in this version + type Stack struct + func (s *Stack) Empty() bool + func (s *Stack) Peek() interface{} + func (s *Stack) Pop() interface{} + func (s *Stack) Push(data interface{}) + func (s *Stack) Size() int