Skip to content

Commit

Permalink
Remove pointless pointers (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
glibsm committed Feb 23, 2017
1 parent 90e8e45 commit 8622d3c
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 8622d3c

Please sign in to comment.