1 2 3 4 5 6 7 8 9 10
package sub import ( "golang.furkistan.com/planr" ) func Build(runner planr.Runner, params []string) { runner.Build() }