go-parsefix icon indicating copy to clipboard operation
go-parsefix copied to clipboard

Fix `=` => `==` in conditionals

Open quasilyte opened this issue 7 years ago • 0 comments

- if x = 10 {
+ if x == 10 {

quasilyte avatar Mar 11 '19 13:03 quasilyte