diff options
Diffstat (limited to 'plugins/http/tests/plugin1.go')
-rw-r--r-- | plugins/http/tests/plugin1.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/http/tests/plugin1.go b/plugins/http/tests/plugin1.go index 3613ec35..1cbca744 100644 --- a/plugins/http/tests/plugin1.go +++ b/plugins/http/tests/plugin1.go @@ -23,4 +23,3 @@ func (p1 *Plugin1) Stop() error { func (p1 *Plugin1) Name() string { return "http_test.plugin1" } - |