This question already has an answer here:
s1 := []byte{} var s2 []byte
why goland suggests me change s1 -> s2 I now that s1 is empty,s2 is nil
</div>