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
go/analysis/passes/nilness: fixed slice not being considered as non-nil
The slice produced by `s := []T{}` or `s := make([]T, 0)`
will always be non-nil. But, nilness could not detect it,
so I fixed it.
Fixesgolang/go#45177
0 commit comments