mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-10 07:11:19 +00:00
10 lines
315 B
JSON
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"
|
|
]
|
|
}
|