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

Search for a command to run...
Articles tagged with #100daysofgolang
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

Woking with Path and File systems using path, filepath, io, os packages in golang.
