Skip to content

Commit 5b19f5e

Browse files
Move datastructures.go comment so godoc sees it
1 parent 86ed214 commit 5b19f5e

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

datastructures.go

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
package datastructures
2-
31
/*
4-
Package datastructures exists solely to aid consumers of the
5-
go-datastructures library when using dependency managers. Depman,
6-
for instance, will work correctly with any datastructure by simply
7-
importing this package instead of each subpackage individually.
2+
Package datastructures exists solely to aid consumers of the go-datastructures
3+
library when using dependency managers. Depman, for instance, will work
4+
correctly with any datastructure by simply importing this package instead of
5+
each subpackage individually.
6+
7+
For more information about the datastructures package, see the README at
8+
9+
http://github.com/Workiva/go-datastructures
10+
811
*/
12+
package datastructures
913

1014
import (
1115
_ "github.com/Workiva/go-datastructures/augmentedtree"

0 commit comments

Comments
 (0)