#scrum #unpopularopinion #sprinthell
#scrum #unpopularopinion #sprinthell
Use structs to keep your code clean and organized.
type Person struct {
Name string
Age int
Address string
}
#golang #programming #GoLangTips #structs
Use structs to keep your code clean and organized.
type Person struct {
Name string
Age int
Address string
}
#golang #programming #GoLangTips #structs