Latest Articles
HackerRank Solution: Classes - Dealing with complex numbers Python
Learn how to solve classes: dealing with complex numbers which is asked in HackerRank
HackerRank Solution: Words Score in Python [3 Methods]
Input format:
Import local packages without GOPATH [SOLVED]
In today's post, we are going to answer the question "Can we import the local packages without the GOPATH". We already have an article about how to organize
GO nil detection [interface, slice, pointer, struct, map]
How to detect nil in golang pointers, structs, interface, map, slice with examples
Can functions be passed as parameters GO? [SOLVED]
In this tutorial, we will learn how to pass functions as a parameter to another function in Golang. Since Golang functions are first-order variables so it has
