Documentation ¶ Index ¶ func Compress(paths map[string]string, output io.Writer) error func Extract(input io.ReadCloser, targetPath string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Compress ¶ func Compress(paths map[string]string, output io.Writer) error Compress gets a map of <Target>:Source values. Target is the actual name and src is hash name path. So we need to load the src first and change the name of the file to target func Extract ¶ func Extract(input io.ReadCloser, targetPath string) error Extract extracts input stream into targetPath Types ¶ This section is empty. Source Files ¶ View all Source files warp.go Click to show internal directories. Click to hide internal directories.