17 lines
220 B
Go
17 lines
220 B
Go
package flags
|
|
|
|
type Flags struct {
|
|
Row1 string
|
|
Row2 string
|
|
Row3 string
|
|
Row4 string
|
|
Row5 string
|
|
Row6 string
|
|
Row7 string
|
|
Row8 string
|
|
Row9 string
|
|
NumCPUs int
|
|
Split int
|
|
Part int
|
|
}
|