File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 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
1014import (
1115 _ "github.com/Workiva/go-datastructures/augmentedtree"
You can’t perform that action at this time.
0 commit comments