mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-10 07:11:19 +00:00
8 lines
198 B
JSON
8 lines
198 B
JSON
{
|
|
"question": "What was the output from 'go build' in the library package",
|
|
"answers": [
|
|
"The compiled package is silently saved to the local build cache",
|
|
"An executable program"
|
|
]
|
|
}
|