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

9 lines
230 B
JSON

{
"question": "Does a package in a folder named 'dateparser' need to also be called 'dateparser'",
"answers": [
"No, but it should by convention",
"Yes",
"No, by convention we should avoid consistent naming"
]
}