mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2026-01-09 22:11:22 +00:00
9 lines
263 B
JSON
9 lines
263 B
JSON
{
|
|
"question": "Go's approach to language design is...",
|
|
"answers": [
|
|
"Resist adding new features unless they're extremely important",
|
|
"To support as many useful features as possible",
|
|
"To never add new features, the language doesn't change"
|
|
]
|
|
}
|