package
Version:
v0.0.0-...-b21d110
Opens a new window with list of versions in this module.
Published: Jan 21, 2022
License: Apache-2.0
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
¶
Package sexpr provides a means for converting Go objects to and
from S-expressions.
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.