#google
Read more stories on Hashnode
Articles with this tag
Introduction Handling time is a common requirement in many applications. Go provides a robust time package that allows you to work with dates and...
Introduction Have you ever come across a statement like this? func main() { i := "hello world" n, ok := i.(int) if ok { ...
Introduction In this blog, we'll guide you through the process of installing Golang on Windows 11 and writing your first Go program, "Hello World."...
History of Golang Golang, also known as Go, was created by Google engineers Robert Griesemer, Rob Pike, and Ken Thompson in 2007. The language was...