Cookies management by TermsFeed Cookie Consent

Cheatsheets

Looking for quick references to essential Go language concepts? Check out our Go cheatsheets! Our collection covers a wide range of topics, including Generics, date and time, reading user input, and more. With clear examples and concise syntax, these cheatsheets are designed to be a valuable resource for anyone working with Go.

👑 Go Generics cheatsheet

Learn how to create type-independent functions
cheatsheet generics generics-intro

⌚ Unix time in Go [cheatsheet]

Learn how to get, convert and work with the Unix epoch time
cheatsheet time

⌨️ Read user input in Go [cheatsheet]

Learn what is the best method to read user input
cheatsheet input

🕰️ Date and time format in Go cheatsheet

Learn how to format date and time
cheatsheet time