mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-14 01:01:16 +00:00
9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"question": "What does the first line of go.mod contain?",
|
|
"answers": [
|
|
"module {REMOTE}/{USERNAME}/hellogo",
|
|
"{REMOTE}/{USERNAME}/hellogo",
|
|
"module hellogo"
|
|
]
|
|
}
|