Documentation
¶
Index ¶
- Constants
- Variables
- func Call(cmds []string) file.File
- func Error(v ...any)
- func Exists(name string) bool
- func Exit(v ...any)
- func Open(name string) file.File
- func Panic(v ...any)
- func Persist(name string) string
- func Piped(file file.File) bool
- func Print(v ...any)
- func Setup()
- func Shell()
- func Stderr() file.File
- func Stdin() file.File
- func Stdout() file.File
- func TempDir() string
- func TempFile() file.File
- func Trace(err any, stack any)
Constants ¶
View Source
const (
Dump = ".fox_dump"
)
View Source
const (
Prefix = "fox:"
)
Variables ¶
View Source
var (
Log *logger // global logger
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.