package
Version:
v1.3.1
Opens a new window with list of versions in this module.
Published: May 25, 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 BasicInfo struct {
Name string `json:"name"`
Age int `json:"age"`
}
type Employee struct {
Basic BasicInfo `json:"basic"`
Job JobInfo `json:"job"`
}
type JobInfo struct {
Skills []string `json:"skills"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.