mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-13 08:41:15 +00:00
9 lines
227 B
JSON
9 lines
227 B
JSON
{
|
|
"question": "Why does Go include a remote URL in module paths?",
|
|
"answers": [
|
|
"To simplify remote downloading of packages",
|
|
"To confuse new gophers",
|
|
"To ensure that developers are using source control"
|
|
]
|
|
}
|