1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-11-12 05:23:01 +00:00

Move backlinks stuff to a separate module

This commit is contained in:
Timur Ismagilov
2021-12-21 00:08:21 +03:00
parent fbcbd0e445
commit 1f36af66a5
10 changed files with 136 additions and 126 deletions

View File

@@ -26,8 +26,6 @@ func Index(path string) {
h.insert()
}
}
IndexBacklinks()
log.Println("Indexed", Count(), "hyphae")
}