#go
Read more stories on Hashnode
Articles with this tag
Finally, After a long-running debate, Generic is going to add to Golang. Let's take a look at it · This year started with new news from the golang team, ...
Today, I am going to show you how to read files in golang line-by-line. Let's imagine that have a jsonl file. What's jsonl? it's json lines in a...
A quick look at golang embed package · In this article, we were talking about how to deal with a large file in Golang. But have you ever seen yourself in...
Golang made life easier with goroutine, however, sometimes it's difficult to handle errors that happened inside a goroutine effectively. For example,...
In the previous article, we developed a simple application and open google.com with chromedp. in this article we are going to take a look and one of...
Today we are going to have some fun with chromedp. Today's scenario is gathering all the links on a page and loop through them. It should be simple,...