//
pkg.gl
Category
github.com/johnsiilver/golib
development
stack
package
1.2.2
Repository:
https://github.com/johnsiilver/golib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
22 SLOC
#
Packages
diskstack
Package diskstack implements a LIFO queue (known as a stack) on local disk.
#
Interfaces
Byte
Byte implemnents a stack that stores []bytes.
Encoded
Encoded provides a stack that uses an encoding method, like encoding/gob, encoding/json, protocol buffers, etc..