Skip to content

Commit

Permalink
Update ast/ast.go
Browse files Browse the repository at this point in the history
Co-authored-by: apstndb <[email protected]>
  • Loading branch information
makenowjust and apstndb committed Jan 12, 2025
1 parent d415b3d commit 0030d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ast/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ package ast
// and the receiver must be the non-pointer node struct type.
// - Each node struct must have pos and end comments.
// - Each node struct must have template lines in its doc comment.
// - The fields of each node must be oredered by the position.
// - The fields of each node must be ordered by the position.

//go:generate go run ../tools/gen-ast-pos/main.go -astfile ast.go -constfile ast_const.go -outfile pos.go

Expand Down

0 comments on commit 0030d18

Please sign in to comment.