Skip to content

brianwu291/go-playground

Repository files navigation

Go Playground

A collection of Go examples and implementations demonstrating various Go programming concepts and patterns.

Project Structure

  • groundone/: Basic Go programming examples
  • interview/: Common Go interview problem solutions
  • safecounter/: Thread-safe counter implementation
  • unbufferhandle/: Unbuffered channel handling examples
  • workerpool/: Worker pool pattern implementation

Prerequisites

  • Go 1.23.4 (version specified in go.mod)

Getting Started

  1. Clone the repository
  2. Run: $ go run main.go or $ air for hot reload

About

practice some go patterns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages