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

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