package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Nov 27, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
¶
type User struct {
ID int `json:"id" db:"id"`
FirstName string `json:"first_name" db:"first_name"`
LastName string `json:"last_name" db:"last_name"`
}
User ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.