Skip to content

Instantly share code, notes, and snippets.

@LarryLuTW
Last active November 26, 2020 06:55
Show Gist options
  • Save LarryLuTW/ec19a7f773615b3347ef219b71fe5dab to your computer and use it in GitHub Desktop.
Save LarryLuTW/ec19a7f773615b3347ef219b71fe5dab to your computer and use it in GitHub Desktop.
type Student struct {
id int8 // 1 byte
name string // 16 bytes
classID int8 // 1 byte
phone [10]byte // 10 bytes
address string // 16 bytes
grade int32 // 4 bytes
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment