aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ast/ast.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/ast/ast.go')
-rw-r--r--pkg/ast/ast.go2
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
}