BLOG

Latest Articles

How to use go get specific version in GO? [SOLVED]

In this tutorial, we will show you how to import a package on a specific version. Your code may occasionally require extra functions not available in your

By tuannguyen · 4 min read · GO

How to set golang HTTP client timeout? [SOLVED]

In this tutorial, we will explain some methods to set timeout for HTTP requests. A Request Timeout header is defined for Hypertext Transfer Protocol (HTTP).

By tuannguyen · 5 min read · GO