archivetest
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Index¶
Constants¶
This section is empty.
Variables¶
This section is empty.
Functions¶
funcArchiveRefTime¶
archiveRefTime is the Go reference time. The contents of the sample tar and zip filesin testdata/ all have their modtimes set to the below in some timezone.
funcAssertSampleTarFile¶
AssertSampleTarfile compares the content of tarBytes against testdata/test.tar.
funcAssertSampleZipFile¶
AssertSampleZipFile compares the content of zipBytes against testdata/test.zip.
funcTestTarFileBytes¶
func TestTarFileBytes() []byte
TestTarFileBytes returns the content of testdata/test.tar
funcTestZipFileBytes¶
func TestZipFileBytes() []byte
TestZipFileBytes returns the content of testdata/test.zip
Types¶
This section is empty.