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

10 lines
315 B
JSON

{
"question": "How does the go toolchain know where to find the imported code?",
"answers": [
"We used the 'replace' keyword in go.mod to point it to the relative location of mystrings",
"It downloads it from Google's servers",
"NPM hosts the files publicly",
"It was fetched from Github"
]
}