5 lines
57 B
Go
5 lines
57 B
Go
|
package gfalse
|
||
|
|
||
|
func Run(args []string) int {
|
||
|
return 1
|
||
|
}
|