Files
bootdotdev-fcc-learn-golang…/course/12-local_development/exercises/6b-first_program/multiple_choice.json
wagslane 9be3074de6 first
2023-05-01 15:25:27 -06:00

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"
]
}