package
1.2.2
Repository: https://github.com/johnsiilver/golib.git
Documentation: pkg.go.dev

# Packages

Package diskstack implements a LIFO queue (known as a stack) on local disk.

# Interfaces

Byte implemnents a stack that stores []bytes.
Encoded provides a stack that uses an encoding method, like encoding/gob, encoding/json, protocol buffers, etc..