Documentation ¶
Index ¶
Constants ¶
View Source
const ( // HTMLExtension is the file extension that downloaded pages get. HTMLExtension = ".html" // PageDirIndex is the file name of the index file for every dir. PageDirIndex = "index" + HTMLExtension )
Variables ¶
This section is empty.
Functions ¶
func GetFilePath ¶
GetFilePath returns a file path for a URL to store the URL content in.
func GetPageFilePath ¶
GetPageFilePath returns a filename for a URL that represents a page.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.