This commit is contained in:
parent
1453846a7f
commit
725f1b8adb
|
@ -28,7 +28,6 @@ func processBackrefs(fp *FilePages) error {
|
|||
content := page.Content
|
||||
|
||||
var listItems []struct {
|
||||
ID string
|
||||
Indented int
|
||||
Text string
|
||||
}
|
||||
|
|
2
main.go
2
main.go
|
@ -462,7 +462,6 @@ func (h *indexHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
|||
jsonPage := pageText != "" && err == nil
|
||||
if jsonPage {
|
||||
var listItems []struct {
|
||||
ID string
|
||||
Indented int
|
||||
Text string
|
||||
}
|
||||
|
@ -636,7 +635,6 @@ func main() {
|
|||
content := page.Content
|
||||
|
||||
var listItems []struct {
|
||||
ID string
|
||||
Indented int
|
||||
Text string
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user