Skip to content

Instantly share code, notes, and snippets.

@tebeka
Created March 10, 2022 10:17
Show Gist options
  • Save tebeka/6b536941ad2f2b7629498264e5a7c881 to your computer and use it in GitHub Desktop.
Save tebeka/6b536941ad2f2b7629498264e5a7c881 to your computer and use it in GitHub Desktop.
type Perm struct {
Read bool
Write bool
Execute bool
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment