Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrOpen = errors.New("Error opening file") ErrRead = errors.New("Error reading file") ErrSeek = errors.New("Error seeking file") ErrCreatingFile = errors.New("Error creating file") ErrCopyingFile = errors.New("Error copying file") ErrUnzip = errors.New("Error unzipping file") ErrReadManifest = errors.New("Error reading manifest") ErrMkdirAll = errors.New("Error making directory") ErrChmod = errors.New("Error changing file permissions") ErrFileRead = errors.New("Error reading file") ErrNoExecFiles = errors.New("Error no executable files found") ErrNext = errors.New("Error iterating through tar file") ErrGetContentType = errors.New("Error getting content type") ErrUnmarshalJSON = errors.New("Error unmarshaling JSON") ErrUntar = errors.New("Error untarring file") )
Functions ¶
func GetContentType ¶
Get the content type of the file
Types ¶
Click to show internal directories.
Click to hide internal directories.