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
Could you tell me which version of Golang you are currently using?
Travis-CI is currently down, so I tested it on Ubuntu machine with Go v1.15 and it's working as documented. However, when I test it on Arch Linux with Go v1.17 I got the exact same problem. Probably fmt.Println won't resolve pointer's value anymore.
I'm going to update the new docs and fixes after current test executed
As title says. For example this code:
The code will not output the string content but the address. Hence, the print needs dereference on the call to Get. Or am I doing it wrong?
The text was updated successfully, but these errors were encountered: