go-parsefix
go-parsefix copied to clipboard
Fix `=` => `==` in conditionals
- if x = 10 {
+ if x == 10 {