package sub import ( "golang.furkistan.com/planr" ) func Build(runner planr.Runner, params []string) { runner.Build() }