Guys let's say I have an error and I want to wrap it using something like fmt.Errorf but I don't want the previous error to show on the string when doing .Error() method. What...
Hi guys, does anyone knows a git command to check it there are some pending changes? I'm looking for something machine-friendly to include on a script
Apparently I deleted by mistake a project I was working on for 3 days... I do have the binary. Can I decompile it in some ways ?
How can I grab the text pending on console input (before user press enter to confirm) ?
So I was just experimenting with functional programming in Go and I came across a (probably syntactic) issue: How do you save a var of a method of an object that is generic?
I'm trying to find a reference online but I can't find it... witch git commands can be executed outside a repository? For now I have only: help, init, clone, config
Another Question: What is the difference between sender_chat and chat (and from too) in Message?
Just a quick question in the Message, the field pinned_message will be filled only when the message that is refering to is a pinned message ?