package
Version:
v0.0.0-...-3dc46ef
Opens a new window with list of versions in this module.
Published: Jun 11, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
Username string `db:"username"`
Password string `db:"password"`
FirstName string `db:"firstname"`
LastName string `db:"lastname"`
Email string `db:"email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.