mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-14 17:21:15 +00:00
11 lines
188 B
JSON
11 lines
188 B
JSON
{
|
|
"question": "Given the import path of path/to/rand, which of these is a valid package name?",
|
|
"answers": [
|
|
"Any of these",
|
|
"path",
|
|
"rand",
|
|
"random",
|
|
"spam"
|
|
]
|
|
}
|