bushalin / name-sorting-app

Program in GoLang to sort a list of names and show them in alphabetically sorted order.
0 stars 0 forks source link

please use flag package for parsing command line arguments #1

Open mowazzem opened 2 years ago

mowazzem commented 2 years ago

https://github.com/bushalin/name-sorting-app/blob/a9ec62561311460fcfa08126d1459ea25ced520a/main.go#L15

ghost commented 2 years ago

Can you please provide the name of the package?

mowazzem commented 2 years ago

Here is the std flag package link. https://pkg.go.dev/flag