mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-14 01:01:16 +00:00
10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"question": "What would be the conventional package name of a package with the path github.com/wagslane/parser?",
|
|
"answers": [
|
|
"parser",
|
|
"wagslane",
|
|
"go-parser",
|
|
"github.com"
|
|
]
|
|
}
|