Skip to content

Commit

Permalink
Remove vendor x/tools package
Browse files Browse the repository at this point in the history
  • Loading branch information
bjwbell committed Dec 28, 2016
1 parent 2e2443d commit cddfc24
Show file tree
Hide file tree
Showing 13 changed files with 1,549 additions and 1,140 deletions.
2 changes: 1 addition & 1 deletion codegen/codegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strconv"
"strings"

"golang.org/x/tools/go/types"
"go/types"

"golang.org/x/tools/go/ssa"
)
Expand Down
3 changes: 2 additions & 1 deletion codegen/identifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package codegen
import (
"fmt"

"go/types"

"golang.org/x/tools/go/ssa"
"golang.org/x/tools/go/types"
)

type identifier struct {
Expand Down
2 changes: 1 addition & 1 deletion codegen/sizeinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/bjwbell/gensimd/simd"

"golang.org/x/tools/go/types"
"go/types"
)

type simdtype struct {
Expand Down
3 changes: 2 additions & 1 deletion codegen/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import (
"strconv"
"strings"

"go/types"

"golang.org/x/tools/go/ssa"
"golang.org/x/tools/go/types"
)

type storer interface {
Expand Down
Loading

0 comments on commit cddfc24

Please sign in to comment.