Member-only story
Go tricks I wish I knew earlier
Welcome back! Go (or Golang) is an awesome programming language that seems to be growing rapidly, I have only recently started programming with this language, so let’s talk about some Go tricks that I wish I had known earlier when I began a few months ago.
Error Handling
A feature that Go has is panic, this specific feature allows you to present an error in your environment. One thing to keep in mind, it’s not a very common thing to use this function, but it can be super useful in case a project of yours doesn’t function properly. In order to do this, you want to use the panic() function, check out the website below to learn more about this:
Machine Learning With Go
Did you know Go has a ton of machine learning packages out for it? Well, there actually are! Here are just a few of the packages available for this language:
CloudForest: