Tag: Golang
All the articles with the tag "Golang".
Golang | Base64 Encode and Decode
Published: at 12:00 AMExamples for base64 string encode and decode.
Golang | Write Test with the Mock lib
Published: at 12:00 AMThe mock package provides a mechanism for easily writing mock objects that can be used in place of real objects when writing test code.