• rht's avatar
    Replace Critical{,f} with Error{,f} · b1702b08
    rht authored
    
    
    Except when there is an explicit os.Exit(1) after the Critical line,
    then replace with Fatal{,f}.
    golang's log and logrus already call os.Exit(1) by default with Fatal.
    
    License: MIT
    Signed-off-by: default avatarrht <rhtbot@gmail.com>
    b1702b08
key.go 3.6 KB