1
0
mirror of https://github.com/golang/go synced 2024-09-30 01:14:29 -06:00

cmd/go/internal/work: remove commented-out import

Somebody wasn't using goimports. :)

Change-Id: Ibad3c0781ea70d538592b2e90d8b578e4fae8173
Reviewed-on: https://go-review.googlesource.com/c/go/+/167385
Reviewed-by: Bryan C. Mills <bcmills@google.com>
This commit is contained in:
Brad Fitzpatrick 2019-03-13 20:49:19 +00:00
parent bf94fc3ae3
commit 6aa710f723

View File

@ -10,7 +10,6 @@ import (
"go/build"
"os"
"os/exec"
//"path"
"path/filepath"
"runtime"
"strings"