Day: 9 May 2019

Hello everyone, welcome to the Golang tutorial series. In this post, you will learn and understand how to create custom errors in golang, which we can use in the functions and packages. The below example program was created to provide more details about how to deal with custom errors in go and also it is […]
Hello everyone, welcome to the Golang tutorial series. In this post, you will learn how to read a file in golang and this example program has been tested and shared in the same post. The operations such as reading and writing a file in golang is a pretty easiest task to do it. In this […]