Versions in this module Expand all Collapse all v1 v1.12.0 Sep 22, 2018 Changes in this version + type Stack interface + Peek func() (value interface{}, ok bool) + Pop func() (value interface{}, ok bool) + Push func(value interface{})