自身に代入されている式を報告します。

このような代入は無効であり、除去するとコードが読みやすくなる場合があります。

例:

func importedVarSelfAssignment() {
 http.ErrNotSupported = http.ErrNotSupported
}