Adding locator code

This commit is contained in:
Matt Burchett
2018-11-14 15:43:38 -06:00
parent e9280412a7
commit 3bf56a1d1f
2 changed files with 54 additions and 2 deletions

View File

@ -55,5 +55,5 @@ func main() {
if err != nil {
log.Fatal(err)
}
locator.GetCount(cfg, sectionID)
locator.GetTitles(cfg, sectionID, days)
}