Skip to content

Commit

Permalink
chore(fastgo): add fastgo to file version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaost committed Jul 25, 2024
1 parent 9b69aea commit aada66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/fastgo/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var fixedFileHeader string

func init() {
fixedFileHeader = strings.Replace(
`// Code generated by thriftgo ({{Version}}). DO NOT EDIT.`,
`// Code generated by thriftgo ({{Version}}) (fastgo). DO NOT EDIT.`,
"{{Version}}",
version.ThriftgoVersion, 1)
}
Expand Down

0 comments on commit aada66a

Please sign in to comment.