tchrist
0
Q:

go create new instance of struct

type Person struct {
	Name string
}
 
func main() {
	var me Person
	me.name = "mattalui"
}
0

New to Communities?

Join the community