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