5 lines
76 B
Go
5 lines
76 B
Go
|
/*
|
||
|
Package cmd is an interface for parsing the command line.
|
||
|
*/
|
||
|
package cmd
|