Browse Source

doc for common

v2ray 9 years ago
parent
commit
01ed094ce6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      common/common.go

+ 4 - 0
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