From 01ed094ce639981cf77dea99b7989f687539f821 Mon Sep 17 00:00:00 2001 From: v2ray Date: Wed, 3 Feb 2016 22:54:02 +0100 Subject: [PATCH] doc for common --- common/common.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/common.go diff --git a/common/common.go b/common/common.go new file mode 100644 index 000000000..160695ba6 --- /dev/null +++ b/common/common.go @@ -0,0 +1,4 @@ +// Package common contains common utilities that are shared among other packages. +// See each sub-package for detail. + +package common