Documentation ¶
Overview ¶
Package busy implements a dispatcher for BusyBox-style multi-call binaries.
BUG(lukeshu): Global state is bad, but this package has global state in the form of the global log level.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLogLevel ¶
GetLogLevel gets the global program-wide log level.
BUG(lukeshu): GetLogLevel accesses global state, and global state is bad.
func SetLogLevel ¶
SetLogLevel sets the global program-wide log level.
BUG(lukeshu): SetLogLevel mutates global state, and global state is bad.
Types ¶
Notes ¶
Bugs ¶
Global state is bad, but this package has global state in the form of the global log level.
SetLogLevel mutates global state, and global state is bad.
GetLogLevel accesses global state, and global state is bad.
Click to show internal directories.
Click to hide internal directories.