Julian Phillips
Julian Phillips
goweb seems to always assume that a . means a file extension - but when using a controller this doesn't really make sense. e.g. DELETE /something/10.0.0.1 would call somethingController.Delete("10", ctx)...
Having just added handling for channels, I realise that special handling will also be needed for maps and arrays. Need to check handling for all compound types.
When run with -debug with & mocktest should write a log file to help debugging - as a minimum all external command invocations should be logged.
If a package is only imported by test code then we shouldn't process it. We only need to link it.