pkg / diff

BSD 3-Clause "New" or "Revised" License
88 stars 9 forks source link

Make EditScript.IsIdentity use a non-pointer receiver #2

Closed mvdan closed 5 years ago

mvdan commented 6 years ago

All of its other methods don't use pointer receivers, and this particular one never writes to any field, so it seems unnecessary to make this inconsistent.