package
Version:
v1.3.6
Opens a new window with list of versions in this module.
Published: Apr 10, 2024
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.