package
Version:
v0.0.0-...-a2b2d1c
Opens a new window with list of versions in this module.
Published: Feb 3, 2018
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
¶
This deletes a given name id
This creates a new row or updates an existing one
type Name struct {
Id int `json:"id"`
First string `json:"firstname"`
Last string `json:"lastname"`
}
My Name
type User struct {
Id int `json:"id"`
Username string `json:"first"`
Password string `json:"password"`
Admin int `json:"admin"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.