From a47fd75c5f40ef79efc6cb017395c096c2f9d2d9 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 3 Oct 2017 15:22:55 -0700 Subject: [PATCH] Revert "plugins/autohttpagent: that was a bad idea" removing this was a worse idea This reverts commit 28859427b6a71e1b4d2804cc218dc65495c69de9. --- plugins/autohttpagent/main_test.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/autohttpagent/main_test.go diff --git a/plugins/autohttpagent/main_test.go b/plugins/autohttpagent/main_test.go new file mode 100644 index 0000000..38dd16d --- /dev/null +++ b/plugins/autohttpagent/main_test.go @@ -0,0 +1,3 @@ +package main + +func main() {}