1 2 3 4 5 6 7
package sub import "golang.flu0r1ne.net/planr" func Clean(runner planr.Runner, params []string) { runner.Clean() }