Przeglądaj źródła

added package doc file

leonsal 8 lat temu
rodzic
commit
ec02835099
2 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 0
      geometry/doc.go
  2. 0 1
      geometry/geometry.go

+ 6 - 0
geometry/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 geometry implements several primitive geometry generators.
+package geometry

+ 0 - 1
geometry/geometry.go

@@ -2,7 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Package geometry allows the generation of geometries...
 package geometry
 
 import (