#go
Read more stories on Hashnode
Articles with this tag
Walkthrough the differences and pitfalls in declaring and initializing maps in Golang · Introduction This week, I was working on one of the API wrapper...
Learn how to apply generics to functions, slices, maps, and structs for enhanced reusability and type safety. · Introduction In the 29th post of the...
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 · Introduction In the 24th post...
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 ·...