aboutsummaryrefslogtreecommitdiff
path: root/src/internal/goroot/gc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/goroot/gc.go')
-rw-r--r--src/internal/goroot/gc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/goroot/gc.go b/src/internal/goroot/gc.go
index 0f541d734b..ce72bc3896 100644
--- a/src/internal/goroot/gc.go
+++ b/src/internal/goroot/gc.go
@@ -7,8 +7,8 @@
package goroot
import (
+ exec "internal/execabs"
"os"
- "os/exec"
"path/filepath"
"strings"
"sync"