package
0.0.0-20211214173939-c36c86e5bace
Repository: https://github.com/robertocandido/learn-golang.git
Documentation: pkg.go.dev

# README

Stack

Stacks are LIFO data structures (last-in first-out). The last element added will be removed first.

# Structs

No description provided by the author