package
Version:
v0.0.0-...-b67ee58
Opens a new window with list of versions in this module.
Published: Sep 19, 2023
License: Apache-2.0
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 A struct {
B string `json:"B"`
}
type C struct {
D string `json:"D"`
}
type IDK struct {
A *A `json:"A,omitempty"`
C *C `json:"C,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.