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