package
0.0.0-20240303235359-511227b8aea2
Repository: https://github.com/lukmanern/go-with-me.git
Documentation: pkg.go.dev
# README
Stack
This is a basic implementation of a stack
data structure in Go. A stack is a collection of elements that are added and removed according to the last-in, first-out (LIFO)
principle.