summaryrefslogtreecommitdiff
path: root/chan.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 22:36:35 -0600
committerJeff Carr <[email protected]>2024-01-18 22:36:35 -0600
commitc1b2c4a18200172f01cf9a0d02aa632f087224d5 (patch)
tree6e6f7e81cd5175056d4d93096f23d451551b58a5 /chan.go
parentf3d6daa29eccbaeb7b9b1709b4ddffe010c00bd0 (diff)
update pathsv0.12.5
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'chan.go')
-rw-r--r--chan.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/chan.go b/chan.go
index 2385760..0fea803 100644
--- a/chan.go
+++ b/chan.go
@@ -7,11 +7,12 @@ package debugger
import (
// "regexp"
// "go.wit.com/gui/toolkit"
+ "runtime"
+ "sync"
+
"github.com/sourcegraph/conc"
"github.com/sourcegraph/conc/panics"
"github.com/sourcegraph/conc/stream"
- "runtime"
- "sync"
"go.wit.com/log"
)