Safely using Maps in Golang: Differences in declaration and initialization
Walkthrough the differences and pitfalls in declaring and initializing maps in Golang

Search for a command to run...
Articles tagged with #go
Walkthrough the differences and pitfalls in declaring and initializing maps in Golang

Learn how to apply generics to functions, slices, maps, and structs for enhanced reusability and type safety.

Performing date and time parsing, time duration, time and date arithmetic, timezone, sleep and tickers. Using time package for time-related operations

Using system calls to write files in Golang. Performing writing, appending, deleting, and replacing operations to a file

Reading specific files used generally for configuration and storing data, as well as for web development. Reading file formats like JSON, YAML, TOML,

Using system calls to read files in Golang. Reading files using various styles like line by line, word, character, chunk and any specific delimiters
