;re curious in how it works you can check out the source at:
https://github.com/d4l3k/go-pry/tree/master/playground
Comments/pull requests/issues welcome!
Tristan Rice
https://fn.lc
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsub
I believe this is because that expression is handled as an untyped constant
by the compiler. If you actually create proper variables with the values
you get the same result as Java, Python, etc.
https://play.golang.org/p/tIMpYT-bFzm
On Wednesday, August 29, 2018 at 7:33:16 PM UTC-7, José Colón