Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Erlang distribution header EtDist = byte('D') )
View Source
const ( // Erlang external term format version EtVersion = byte(131) )
Variables ¶
View Source
var (
ErrFloatScan = fmt.Errorf("read: failed to sscanf float")
)
Functions ¶
This section is empty.
Types ¶
type ErrUnknownTerm ¶
type ErrUnknownTerm struct {
// contains filtered or unexported fields
}
func (*ErrUnknownTerm) Error ¶
func (e *ErrUnknownTerm) Error() string
type ErrUnknownType ¶
type ErrUnknownType struct {
// contains filtered or unexported fields
}
func (*ErrUnknownType) Error ¶
func (e *ErrUnknownType) Error() string
Click to show internal directories.
Click to hide internal directories.