Skip to content

Commit

Permalink
interfaces: update go/types dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeczalik committed Jan 18, 2016
1 parent 2167a4c commit 3b6a9b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package interfaces
import (
"errors"
"fmt"
"go/types"
"sort"
"unicode"

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

// Interface represents a typed interface.
Expand Down
3 changes: 1 addition & 2 deletions type.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ package interfaces

import (
"fmt"

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

// Type is a simple representation of a single parameter type.
Expand Down

0 comments on commit 3b6a9b0

Please sign in to comment.