https://github.com/tupizz/golang-playground
Studying and playing with general concepts from GOLANG in one repository (beginner/intermediates/advanced) 🤟
https://github.com/tupizz/golang-playground
cheatsheet golang
Last synced: 2 months ago
JSON representation
Studying and playing with general concepts from GOLANG in one repository (beginner/intermediates/advanced) 🤟
- Host: GitHub
- URL: https://github.com/tupizz/golang-playground
- Owner: tupizz
- Created: 2024-08-14T14:44:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T14:46:22.000Z (9 months ago)
- Last Synced: 2025-02-09T14:47:13.095Z (4 months ago)
- Topics: cheatsheet, golang
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### Introduction
Welcome to my Golang Playground. 👨🏻💻⚡️
This repository stands for the Go programming language. It is a collection of Go code snippets that explain various concepts in Go programming. The code snippets are organized into chapters, each focusing on a specific topic. The explanations are provided in the form of comments within the code snippets.
### Chapters
1. Pointers: [Check explanation](01-pointers)
2. Array and slices: [Check explanation](02-array-and-slices-part-1)
5. Maps: [Check explanation](05-maps)
6. Structs: [Check explanation](06-strucs-and-methods)
7. Methods: [Check explanation](06-strucs-and-methods)
8. Interfaces: [Check explanation](07-interfaces-type-assertion-1)
9. Type Assertion: [Check explanation](07-interfaces-type-assertion-1)
10. Errors: [Check explanation](11-errors-01)
11. Readers and Writers: [Check explanation](15-readers-and-writers-01)