Skip to content

Instantly share code, notes, and snippets.

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