AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Catch Malware Errors Using Go
Go is kind of built in a way that you don't debug this line by line with breakpoints and so on as you do in many other languages but you do something and you check for errors all the time. Go language will not allow you to not catch the errors right if you have a function that belongs to return values and if you do not catch them then you're going to be in trouble right? So I think you can probably create this underscore variable that means I don't care yes right"