package
Version:
v0.0.0-...-2d0cd67
Opens a new window with list of versions in this module.
Published: Jul 23, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Marshal encodes a Go value in S-expression form.
func MarshalIndent(v interface{}) ([]byte, error)
func Unmarshal(data []byte, out interface{}) (err error)
Unmarshal parses S-expression data and populates the variable
whose address is in the non-nil pointer out.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.