An open API service indexing awesome lists of open source software.

https://github.com/refactoringguru/design-patterns-go


https://github.com/refactoringguru/design-patterns-go

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Design Patterns in Go

This repository is part of the [Refactoring.Guru](https://refactoring.guru/design-patterns) project.

It contains Go examples for all classic GoF design patterns.

## Requirements

These examples require Go v1.19. To run the example

All examples can be launched via the command line, using the Go executable as follows:

```
cd /builder; go run .
```

## License

The code in this repository is protected by copyright. For all licensing questions please contact us via email support@refactoring.guru.

## Credits

https://golangbyexample.com/