Go
A collection of 3 posts

Go
Reading a File in Go
Learn various use cases of reading a file in Go
ยท Umair Khurshid

Go
Convert String to Bytes in Go
This simple tutorial shows you two ways of converting a string into bytes in golang with practical but simple examples.
ยท LHB Community

Go
Understanding Init Function in Go With Examples
This tutorial provides an overview of the init functions in Go language.
ยท LHB Community