Skip to content

Commit

Permalink
Use gcimporter15
Browse files Browse the repository at this point in the history
This fix rsc#12
  • Loading branch information
DAddYE authored and dimchansky committed Jul 13, 2016
1 parent 796d0f2 commit 08749eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grinder/grind.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"path/filepath"
"strings"

_ "golang.org/x/tools/go/gcimporter"
_ "golang.org/x/tools/go/gcimporter15"
"golang.org/x/tools/go/types"
)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"os/exec"
"strings"

_ "golang.org/x/tools/go/gcimporter"
_ "golang.org/x/tools/go/gcimporter15"
"rsc.io/grind/deadcode"
"rsc.io/grind/gotoinline"
"rsc.io/grind/grinder"
Expand Down

0 comments on commit 08749eb

Please sign in to comment.