Remove statistics and add frequent tags in memory

This commit is contained in:
Las Zenow 2016-09-03 15:08:10 -04:00
parent 284b649b69
commit 18baa2938b
10 changed files with 35 additions and 256 deletions

View file

@ -24,8 +24,6 @@ type Book struct {
Tsv string
}
// TODO: missing history
// AddBook to the database
func (db *pgDB) AddBook(book Book) error {
emptyTime := time.Time{}