Question from the Go test

Accessing a private field in Go

Easy

What is the visibility of the fields in the following struct?

type MyStruct struct {
    FirstName string
    lastName string
}
Author: Communauté W3DStatus: PublishedQuestion passed 222 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!