package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Oct 2, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Person struct {
PersonID int `db:"person_id"`
FirstName string `db:"first_name"`
LastName string `db:"last_name"`
Email string `db:"email"`
Mood sql.NullString `db:"mood"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.