Skip to main content

Go Struct

type Person struct {
Name string
Age int
}