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
Which declarations make a Go package directly executable?
from Go
beginner
1 min
Which declarations make a Go package directly executable?
`package main` with `func main()` taking no parameters and returning no values
Any package with an exported `Main` function
`package executable` with `func main() error`
Check
Ask AI about this kata
Report an error
next kata
How does Go make an identifier accessible from another package?
Quiz
A new version is available
Reload