//
pkg.gl
Category
github.com/johnsiilver/golib
development
diskstack2
package
1.2.2
Repository:
https://github.com/johnsiilver/golib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
1
Files
129 SLOC
#
Functions
New
New creates a new instance of Stack.
#
Structs
Stack
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.