Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Go
/
Go
How does Go make an identifier accessible from another package?
from Go
beginner
1 min
How does Go make an identifier accessible from another package?
Its first character is a Unicode uppercase letter.
It is declared with the `public` keyword.
It appears in a package-level `exports` list.
Check
Ask AI about this kata
Report an error
previous kata
Which declarations make a Go package directly executable?
Quiz
next kata
Complete the compile-time assertion for a pointer type: `var _ Notifier = ______`
Fill in
A new version is available
Reload