set config file

This commit is contained in:
2019-11-27 12:09:15 +01:00
parent 68eb55d8a7
commit 86c2cf49f0
9 changed files with 103 additions and 15 deletions

View File

@ -93,7 +93,7 @@ func GetVotesOfTheDay(db *bolt.DB) ([]string, error) {
})
return nil
})
fmt.Print(res)
//fmt.Print(res)
return res, err
}