Skip to content

Instantly share code, notes, and snippets.

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