tools: golang.org/x/tools/godoc/vfs/zipfs Index | Files | Directories

Packages imported by zipfs

PathSynopsis
archive/zipPackage zip provides support for reading and writing ZIP archives.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
golang.org/x/tools/godoc/vfsPackage vfs defines types for abstract file system access and provides an implementation accessing the file system of the underlying OS.
ioPackage io provides basic interfaces to I/​O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.