Skip to content

Instantly share code, notes, and snippets.

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