Skip to content

Commit

Permalink
Circumvent ugorji/go#142
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Feb 16, 2016
1 parent 17f9f1b commit 0ff1d16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions render/detailed/summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import (
)

// NodeSummaryGroup is a topology-typed group of children for a Node.
// Skip codec-generation for this type to circumvent render/detailed/summary.go
// codecgen: skip
type NodeSummaryGroup struct {
Label string `json:"label"`
Nodes []NodeSummary `json:"nodes"`
Expand Down

0 comments on commit 0ff1d16

Please sign in to comment.