diff options
Diffstat (limited to 'chan.go')
| -rw-r--r-- | chan.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" ) |
