Remove statistics and add frequent tags in memory
This commit is contained in:
parent
284b649b69
commit
18baa2938b
10 changed files with 35 additions and 256 deletions
|
@ -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{}
|
||||
|
|
Reference in a new issue