package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 18, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Book struct {
Id int `db:"id,key,auto"`
Title string `db:"title"`
Author string `db:"author"`
Published time.Time `db:"published"`
}
type CountByAuthor struct {
Author string `db:"author"`
Count int `db:"count"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.