Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringStack ¶
StringStack is a basic LIFO "stack" for storing strings.
func (*StringStack) Pop ¶
func (s *StringStack) Pop() (string, error)
Pop pops a string from the stack.
func (*StringStack) Push ¶
func (s *StringStack) Push(v string)
Push pushes a string onto the stack.
Click to show internal directories.
Click to hide internal directories.