Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdPanic string
CmdPanic configures program behavior. If this is changed to "1", programs will panic instead of printing error message normally. The stack traces can be helpful for debugging.
This can be set during linking:
go build -ldflags="-X gate.computer/internal.CmdPanic=1"
This is not a stable feature: it may change or disappear at any time.
View Source
var ServerPanic string
ServerPanic configures public server API behavior. If this is changed to "1", API functions will panic instead of returning error values. The stack traces can be helpful for debugging.
This can be set during linking:
go build -ldflags="-X gate.computer/internal.ServerPanic=1"
This is not a stable feature: it may change or disappear at any time.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
error
|
|
Package facile exposes a simplified API to core functionality.
|
Package facile exposes a simplified API to core functionality. |
make
|
|
pb
|
|
Package sys contains syscall wrappers.
|
Package sys contains syscall wrappers. |
test
|
|
Click to show internal directories.
Click to hide internal directories.