14 lines
167 B
Go
14 lines
167 B
Go
|
|
||
|
|
||
|
package archiver
|
||
|
|
||
|
|
||
|
var IndexNames []string = []string {
|
||
|
"index.html", "index.htm",
|
||
|
"index.xhtml", "index.xht",
|
||
|
"index.txt",
|
||
|
"index.json",
|
||
|
"index.xml",
|
||
|
}
|
||
|
|