Understanding Time in Go 1/10

Overview of the time package and why it's essential Working with time is an unavoidable aspect of programming, and Go's standard library provides a robust solution through its time package. W...
0 Read More

Learning GO: Loops and Conditionals

Learning GO: Loops and Conditionals
Let's continue our journey into Go. Last time, we got Go set up in WSL and covered some fundamentals like values, variables, and constants. This time, we'll dive into for loops and conditional blocks,...
0 Read More