package
Version:
v0.0.0-...-7470c0e
Opens a new window with list of versions in this module.
Published: Nov 13, 2022
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 {
Firstname string `json:"firstname"`
Lastname string `json:"lastname"`
}
type Book struct {
ID string `json:"id"`
Isbn string `json:"isbn"`
Title string `json:"title"`
Author *Author `json:"author"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.