GO
Golang Command Line Arguments Example [Tutorial]
Parse single or multiple command line arguments in golang. Use flag and other methods to read and implement command line arguments
Copy different data types in GO [shallow & deep copy]
Different methods to copy structs in golang using deep copy and shallow copy
Golang pass by value VS pass by reference [Explained]
In conclusion, pass-by-value copies the value, but pass-by-reference provides the memory location.
Golang gRPC In-Depth Tutorial [Create Server & Client]
In this Golang gRPC tutorial we will create a proto file, a server and client application
Golang UDP Server and Client Example [Tutorial]
Step by Step instructions to set up golang UDP Server and Client with Examples
