Skip to content

Commit

Permalink
Remove pointless pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
Glib Smaga committed Feb 23, 2017
1 parent 90e8e45 commit a9422c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dig/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func (n node) id() string {

type objNode struct {
node
fmt.Stringer

obj interface{}
}
Expand All @@ -85,7 +84,6 @@ func (n objNode) String() string {

type funcNode struct {
node
fmt.Stringer

constructor interface{}
deps []interface{}
Expand Down

0 comments on commit a9422c3

Please sign in to comment.