@@ -5,7 +5,7 @@ import (
"os"
)
func printAndExit(errorStr string) {
func printErrAndExit(errorStr string) {
fmt.Printf("ERROR: %s\n", errorStr)
os.Exit(1)
}
The note is not visible to the blocked user.