package
Version:
v0.0.0-...-711f10a
Opens a new window with list of versions in this module.
Published: Mar 15, 2017
License: GPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Vehicle struct {
Year int `json:"year,omitempty"`
Make string `json:"make,omitempty"`
Model string `json:"model,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.