# Functions
CheckDir reports whether the files in dir satisfy the name and size constraints listed in the package documentation.
CheckFiles reports whether a list of files satisfy the name and size constraints listed in the package documentation.
CheckZip reports whether the files contained in a zip file satisfy the name and size constraints listed in the package documentation.
Create builds a zip archive for module m from an abstract list of files and writes it to w.
CreateFromDir creates a module zip file for module m from the contents of a directory, dir.
CreateFromVCS creates a module zip file for module m from the contents of a VCS repository stored locally.
Unzip extracts the contents of a module zip file to a directory.
# Constants
MaxGoMod is the maximum size in bytes of a go.mod file within a module zip file.
MaxLICENSE is the maximum size in bytes of a LICENSE file within a module zip file.
MaxZipFile is the maximum size in bytes of a module zip file.
# Structs
CheckedFiles reports whether a set of files satisfy the name and size constraints required by module zip files.
No description provided by the author
UnrecognizedVCSError indicates that no recognized version control system was found in the given directory.
# Interfaces
File provides an abstraction for a file in a directory, zip, or anything else that looks like a file.
# Type aliases
No description provided by the author