@ -22,7 +22,8 @@ func main() {
envFile, err := os.Open(*EnvFilePath)
if err != nil {
panic(err)
fmt.Fprintf(os.Stderr, "could not open file '%s': %s\n", *EnvFilePath, err.(*os.PathError).Err)
return
}
defer envFile.Close()
The note is not visible to the blocked user.