Documentation ¶ Index ¶ func Dir(w io.Writer, dirPath string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Dir ¶ func Dir(w io.Writer, dirPath string) error Dir will recursively tar the contents of an entire directory. Hidden files (files that start with a dot) are included. The name of the target directory is not included in the tarball, but instead only the children. Types ¶ This section is empty. Source Files ¶ View all Source files dir.go Click to show internal directories. Click to hide internal directories.