TAG

Golang

How to convert float64 to int Golang? [SOLVED]

In this tutorial, we will walk through some ways to convert a float64 to int in Golang. As introduced before, we can convert float64 to a string using the

By tuannguyen · 3 min read · 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