Closed
Description
I'm getting for a main.go file when run through gometalinter:
Expect file permissions to be 0600 or less
The perms are 0644.
Is this saying main.go should have 0 for group and other perms? If so, why is this so stringent? 0644 are the default perms, on macOS at least, and they're perfectly fine.