File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- package datastructures
2
-
3
1
/*
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
+
8
11
*/
12
+ package datastructures
9
13
10
14
import (
11
15
_ "github.com/Workiva/go-datastructures/augmentedtree"
You can’t perform that action at this time.
0 commit comments