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

Tidy up indexing routine (a little bit)

This commit is contained in:
Mikhail Chekan
2021-09-05 15:16:07 +08:00
parent 1c1260569b
commit 04124f721a
3 changed files with 1 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ func Index(path string) {
}
}
IndexBacklinks()
log.Println("Indexed", Count(), "hyphae")
}