Golang
Golang break and continue [Practical Examples]
Different examples to use golang break and continue statement in functions
How to split string in Golang? [SOLVED]
Golang string Splitusing strings.Split(), SplitAfter(), Fields(), FieldsFunc() function. Perform Split string with regular expression
How to append to a slice in Golang [SOLVED]
Different ways in golang to append to slice. We can append one slice to another, strings, byte string, int, elements to a slice.
Declare new error in Golang [SOLVED]
There are various ways to declare new error in golang such as using errors.New() function or Using Errorf() with fmt package to return an error, Define a custom …
Golang sha512 Hashing Examples
Use golang sha512 package to generate sha512 encrypted hash for text, string and files.
