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

9 lines
157 B
JSON

{
"question": "What is an import path?",
"answers": [
"A module path + package subdirectory",
"An HTTP connection",
"A RESTful server"
]
}