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

# Packages

No description provided by the author

# Functions

New creates a new instance of Stack.
NoFlush indicates to not flush every write to disk.

# Structs

Stack implements a LIFO queue that can store a single object type that can be encoded by the gob encoder (encoding/gob) on local disk.
VersionInfo is used to encode version information for the disk stack into our files.

# Type aliases

Option provides an optional argument to New().