Documentation
¶
Index ¶
Constants ¶
View Source
const ( // 0755 owner can read/write/execute, group/others can read/execute. DefaultDirPermission = 0755 // 0644 owner can read/write, group/others can read only DefaultFilePermission = 0644 )
Variables ¶
View Source
var ( HTTPMethodTypes = []string{"GET", "POST", "PUT", "DELETE", "CONNECT", "HEAD", "OPTIONS", "TRACE", "PATH"} SizeUnitTypes = []string{"KB", "MB", "GB", "TB", "PB"} )
Functions ¶
func GetLanguages ¶
func GetLanguages() (languages []string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.