package
Version:
v0.0.0-...-d1122d2
Opens a new window with list of versions in this module.
Published: Aug 28, 2019
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Pokemon struct {
Name string `db:"name"`
Type string `db:"type"`
}
Find returns:
details for the given pokemon id or
sql.ErrNoRows if there is no register of the given pokemon id in your pokedex
error for id < 1
Source Files
¶
Click to show internal directories.
Click to hide internal directories.