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
Hello. I am new to golang, but there is a small proposal.
I don`t know how this affects other parts, may be you will help understand them.
Look at this sample of code: http://play.golang.org/p/ik8RK3p5i7
Seems like compiler doesn`t understand that should return two arguments instead of
s := m["A"] syntax.
Commented code works fine, but is a bit ugly.
Looks like backward-compatible change for me.
The text was updated successfully, but these errors were encountered:
Hello. I am new to golang, but there is a small proposal.
I don`t know how this affects other parts, may be you will help understand them.
Look at this sample of code: http://play.golang.org/p/ik8RK3p5i7
Seems like compiler doesn`t understand that should return two arguments instead of
s := m["A"] syntax.
Commented code works fine, but is a bit ugly.
Looks like backward-compatible change for me.
The text was updated successfully, but these errors were encountered: