Skip to content

Instantly share code, notes, and snippets.

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