8 lines
66 B
Go
8 lines
66 B
Go
package backy
|
|
|
|
func Validate(c Command) {
|
|
if c.Cmd != "" {
|
|
|
|
}
|
|
}
|