//
pkg.gl
Category
github.com/mangodowner/go-gm
src
cmd
pack
package
0.0.0-20180818020936-8baa2bd4408c
Repository:
https://github.com/mangodowner/go-gm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
0
Files
408 SLOC
#
Structs
Archive
An Archive represents an open archive file.
Entry
An Entry is the internal representation of the per-file header information of one entry in the archive.
#
Interfaces
FileLike
FileLike abstracts the few methods we need, so we can test without needing real files.