In this article, we will see how to create a custom type which is a map of…
golang-shorts
Golang has an inbuilt package called “net/http” using which we can send the HTTP to APIs easily…
In the article, we will see how to trim a string before a specific character to extract…
For a better user experience, at some times we may often need to display the day of…
In this article, we will see how to resolve the cross-origin request blocked error in golang. When…
In golang, backquoted strings are used to create a string literals that contains the special characters and…
In this article, we will see how to use timeouts with channels in golang. What are channels…
In this article, we will see how to check if a variable is an array or slice…
In this article, we will see how to access a map using its reference in golang. What…
In this article, we will see how to write a Go program that generates random strings with…