From 96053d9e124fdacd9d1ad414b50e44d6f7365728 Mon Sep 17 00:00:00 2001 From: v2ray Date: Mon, 28 Dec 2015 10:30:21 +0100 Subject: [PATCH] description for tools package --- tools/tools.go | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/tools.go diff --git a/tools/tools.go b/tools/tools.go new file mode 100644 index 00000000..61f89aea --- /dev/null +++ b/tools/tools.go @@ -0,0 +1,2 @@ +// Package tools contains utilities that is not directly linked into V2Ray binary. +package tools