# 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.