Codebase list golang-github-vbauerster-mpb / c8b7aca
minor: prefer one line import Vladimir Bauer 2 years ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 package mpb
11
2 import (
3 "container/heap"
4 )
2 import "container/heap"
53
64 type heapManager chan heapRequest
75