From 6c39ce0714f1fd55a2b85de633cbe4ab87d10b30 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Tue, 3 Jan 2017 13:06:03 +0100 Subject: [PATCH] doc --- app/proxyman/doc.go | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/proxyman/doc.go diff --git a/app/proxyman/doc.go b/app/proxyman/doc.go new file mode 100644 index 000000000..7d56f092e --- /dev/null +++ b/app/proxyman/doc.go @@ -0,0 +1,2 @@ +// Package proxyman defines applications for manageing inbound and outbound proxies. +package proxyman