const classcamGoPlugin::GoCommands

sys::Obj
  camGoPlugin::GoCommands : camembert::PluginCommands
build

Source

virtual const override Cmd build

buildAndRun

Source

virtual const override Cmd buildAndRun

buildAndRunSingle

Source

virtual const override Cmd buildAndRunSingle

goFinder

Source

const static |Str->Item? goFinder := |Str->Item?| { ... }

Error:

./hello.go:7: undefined: dsfdfgd

Log:

2013/10/09 14:50:17 drupsway_test.go:75: a:1:{s:9:"cc_number";b:0;}

Relative path sometimes, absolute paths other times

goPath

Source

static File? goPath()

make

Source

new make(GoPlugin plugin)

prj

Source

static File? prj()

run

Source

virtual const override Cmd run

runSingle

Source

virtual const override Cmd runSingle

test

Source

virtual const override Cmd test

testSingle

Source

virtual const override Cmd testSingle