Skip to content

Instantly share code, notes, and snippets.

@tebeka
Created March 9, 2022 08:14
Show Gist options
  • Save tebeka/7bd4f81a97a47c01640ac94912a543be to your computer and use it in GitHub Desktop.
Save tebeka/7bd4f81a97a47c01640ac94912a543be 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