#golang
Read more stories on Hashnode
Articles with this tag
Error handling in Go is well known for its simplicity; it’s also one of the reasons why Go is so dang popular. The authors of Go deliberately avoided...
When developing backend applications in Golang, one common problem that alot of developers often face involves the use of pointers. While pointers can...