Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Go
easy
Go
packages and visibility
Single-choice MCQ
Is the field Age accessible from another package?
type user struct { Name string age int }