package
1.8.1
Repository: https://github.com/siderolabs/talos.git
Documentation: pkg.go.dev

# Functions

Fatalf prints formatted message to stderr and aborts execution.
Should panics if err != nil Should is useful when error should never happen in customer environment, it can only be development error.
Warning prints formatted message to stderr.
WithContext wraps function call to provide a context cancellable with ^C.