Skip to content

pedrobertao/go_playground

Repository files navigation

Go Playground

A collection of Go code examples and experiments for learning and testing various Go features and concepts.

Contents

This repository contains various Go files demonstrating:

  • Channels and goroutines
  • Generics
  • HTTP handling
  • Iterators
  • Random number generation
  • Sync maps
  • And more Go language features

Getting Started

# 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 test

License

MIT License - see LICENSE file for details.

About

Just some playground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages