package
module
Version:
v0.0.0-...-499ecf4
Opens a new window with list of versions in this module.
Published: Nov 17, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Humanoid struct {
Name string `json:"name"`
Limbs []*Limb `json:"limbs"`
Pets []*pkg2.Pet `json:"pets"`
}
type Limb struct {
Name string `json:"name"`
Parent *Limb `json:"parent"`
Children []*Limb `json:"children"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.