Parcourir la source

added package doc file

leonsal il y a 8 ans
Parent
commit
65b79d28a9
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      util/logger/doc.go

+ 6 - 0
util/logger/doc.go

@@ -0,0 +1,6 @@
+// Copyright 2016 The G3N Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// Package logger implements an hierachical logger used by other packages.
+package logger