You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The var c []int initializes nil slice, so c == nil is true, while b == nil is false.
go-consistent tries to find 100% identical forms, so the code semantics do not change.
I see the empty slice section
https://github.com/quasilyte/go-consistent#empty-map
does it make sense to include a
var
initialisation too? eghttps://play.golang.org/p/oI0oilKpgg7
The text was updated successfully, but these errors were encountered: