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
/
reflect.Type and reflect.Value
Which check protects Value.Interface() when iterating fields that may be unexported?
from reflect.Type and reflect.Value
Go 1.27
intermediate
3 min
Which check protects Value.Interface() when iterating fields that may be unexported?
field.CanInterface()
field.CanAddr()
field.IsZero()
field.Type().Comparable()
Check
Ask AI about this kata
Report an error
previous kata
A method is declared as func (*Worker) Stop(). Which reflected receiver can expose it thr…
Quiz
next kata
What does this program print?
Predict the output
A new version is available
Reload