Skip to content

Instantly share code, notes, and snippets.

@tebeka
Created March 9, 2022 08:14
Show Gist options
  • Save tebeka/51594251dbad74a99af77f87818c3b0f to your computer and use it in GitHub Desktop.
Save tebeka/51594251dbad74a99af77f87818c3b0f to your computer and use it in GitHub Desktop.
fmt.Println(unsafe.Sizeof(filePerm)) // 1
var p Perm
fmt.Println(unsafe.Sizeof(p)) // 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment