Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Marshal is exported by gin/json package. Marshal = yaml.Marshal // Unmarshal is exported by gin/json package. Unmarshal = yaml.Unmarshal // MarshalIndent is exported by gin/json package. MarshalIndent = yaml.Marshal // NewDecoder is exported by gin/json package. NewDecoder = yaml.NewDecoder // NewEncoder is exported by gin/json package. NewEncoder = yaml.NewEncoder )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.