introduction
Learn the basics of Go with practical examples
Learn how to read a CSV or TSV file line by line or the whole file at once
introduction
file
csv
Learn how to measure the time taken by a function
introduction
time
Learn how to list files in a folder in 4 different ways
introduction
file
Learn how to check error type using errors.Is() and errors.As() functions
introduction
errors
Learn how to convert int, int64, int32, int16 or int8 to a decimal, hexadecimal octal or binary string
introduction
numbers
integer