GO
Golang sha256 Hashing Examples
golang sha256 hashing examples to hash a string of text or an entire file using sha256 function
Golang time function - Learn the Basics in Detail
golang time now, format, duration, after, loadlocation, sleep, date function explained in detail with examples
Convert Golang Interface to String [7 Methods]
golang interface to string conversion is not supported directly but we can use type assertion or fmt.Sprintf to do the type casting
GO environment variables [Best Practices]
Go environment variables include os.Setnev(), os.Getenv(), os.LookupEnv(), os.Unsetenv(), godotenv (.env) file.
Golang panic handing [capture, defer, recover, log]
We will cover the following scenarios in detail: How to capture a panic message FROM stderr to log file, Using defer with panic, Handling golang panics using …
