Skip to content

Conversation

@quasilyte
Copy link
Contributor

x = x + 1 => x += 1 => x++
x = x / 10 => x /= 10
etc.

Found usign gocritic check called assignOp

x = x + 1 => x += 1 => x++
x = x / 10 => x /= 10
etc.

Found usign gocritic check called assignOp
@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.916% when pulling 88db909 on Quasilyte:quasilyte/assignOp into 0403491 on graphql-go:master.

@chris-ramon
Copy link
Member

LGTM 👍 — thanks a lot @quasilyte!

@chris-ramon chris-ramon merged commit 5c1be08 into graphql-go:master Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants