A collection of Go code examples and experiments for learning and testing various Go features and concepts.
This repository contains various Go files demonstrating:
- Channels and goroutines
- Generics
- HTTP handling
- Iterators
- Random number generation
- Sync maps
- And more Go language features
# Clone the repository
git clone <repository-url>
# Navigate to the directory
cd go_playground
# Run any of the Go files
go run main.go
# Run tests
go testMIT License - see LICENSE file for details.