From 0a7f7a4652de43f6dd8f74ffc9bb2efa6af86bd4 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 2 Oct 2017 20:26:02 -0700 Subject: [PATCH] plugins/autohttpagent: stub out tests --- 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() {}