package
Version:
v0.0.0-...-bee458a
Opens a new window with list of versions in this module.
Published: Jan 2, 2023
License: MIT
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 Author struct {
Id int `json:"id"`
Name string `json:"name"`
Age int `json:"age"`
}
type Book struct {
Id int `json:"id"`
Title string `json:"title"`
ReleasedYear int `json:"released_year"`
Rating float64 `json:"rating"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.