diff --git a/gotypes/components.go b/gotypes/components.go index 24bcd2a..0220f4b 100644 --- a/gotypes/components.go +++ b/gotypes/components.go @@ -37,7 +37,6 @@ type component struct { name string typ types.Type offset int - err error } func NewComponent(name string, t types.Type, offset int) Component {