b3710c962e
Before this change calling core/command gave the error error: response object is required expecting *http.ResponseWriter value for key "_response" (was *http.response) This was because the http.ResponseWriter is an interface not an object. Removing the `*` fixes the problem. This also indicates that this bit of code wasn't properly tested. |
||
---|---|---|
.. | ||
jobs | ||
js | ||
rcflags | ||
rcserver | ||
webgui | ||
cache.go | ||
cache_test.go | ||
config.go | ||
config_test.go | ||
internal.go | ||
internal_test.go | ||
params.go | ||
params_test.go | ||
rc.go | ||
rc_test.go | ||
registry.go |