package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Jan 23, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Causer interface {
Cause() error
}
type Messager interface {
Message() string
}
type MyStack struct {
Sum [16]byte
Content []byte
}
type RetCoder interface {
RetCode() int
}
type Stacker interface {
Stack() int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.