package
Version:
v8.5.0+incompatible
Opens a new window with list of versions in this module.
Published: Oct 9, 2017
License: BSD-3-Clause
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 Movie struct {
Name string `json:"name"`
Year int `json:"year"`
Genre string `json:"genre"`
Poster string `json:"poster"`
}
Movie is our sample data structure.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.