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

8 lines
204 B
JSON

{
"question": "Why is the function 'Reverse()' instead of 'reverse()'?",
"answers": [
"Lowercase names aren't exported for external use",
"Conventionally uppercase names are used in Go"
]
}