Skip to content

Instantly share code, notes, and snippets.

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