Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Assert ¶
Assert panics with an "Assertion violated:" prefix when cond is false. name identifies this assertion; set KANIKO_IGNORE_ASSERTIONS=name to skip it. Use it to document and enforce invariants that must always hold.
func Unreachable ¶
Unreachable panics with an "Unreachable Code:" prefix. Use it to mark code paths that must never execute.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.