diff options
Diffstat (limited to 'pkg/ast/ast.go')
| -rw-r--r-- | pkg/ast/ast.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ast/ast.go b/pkg/ast/ast.go index f7d5b8b32..723d6d9c4 100644 --- a/pkg/ast/ast.go +++ b/pkg/ast/ast.go @@ -102,7 +102,7 @@ type Struct struct { Pos Pos Name *Ident Fields []*Field - Attrs []*Ident + Attrs []*Type Comments []*Comment IsUnion bool } |
