update API

This commit is contained in:
Chakib Ben Ziane 2018-05-27 17:56:50 +02:00
parent 84e642a7e0
commit c20c88e33d

5
db.go
View File

@ -48,9 +48,8 @@ const (
)`
)
// DB encapsulates an sql.DB
// all interactions with memory/buffer and disk databases
// is done through the DB object
// DB encapsulates an sql.DB struct. All interactions with memory/buffer and
// disk databases are done through the DB object
type DB struct {
Name string
Path string