bb/gfalse/false.go

5 lines
57 B
Go
Raw Normal View History

package gfalse
func Run(args []string) int {
return 1
}