Cookies management by TermsFeed Cookie Consent

introduction

Learn the basics of Go with practical examples

๐Ÿ“ Convert date or time to string in Go

shorts introduction time

โœจ 5 different ways to loop over a time.Ticker in Go

Learn how to use the popular time.Ticker struct in loops
introduction time

๐Ÿซ˜ Count the occurrences of an element in a slice in Go

Learn how to count elements in a slice that meet certain conditions
introduction generics generics-intro

โค๏ธโ€๐Ÿฉน Recover function in Go

Learn what it is for and how to use the built-in recover() function
introduction syntax builtin

๐Ÿพ How to compare strings in Go

shorts introduction strings

๐Ÿ›‘ Exit an app in Go

shorts introduction os

๐Ÿ’ป How to check your Go version

Learn how to check Go version in CLI, application, or script
introduction version

๐ŸŽฒ Generate a random string in Go

Learn how to generate a random string of a fixed length
introduction random strings

๐Ÿค Create a new file in Go

shorts introduction file

๐Ÿงน Delete or remove a file in Go

shorts introduction file
1 ... 8