CATEGORY

GO

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

By tuannguyen · 4 min read · GO

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

By tuannguyen · 3 min read · GO