Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epilif3sotnas/learn-design-patterns-gof
Implementation of GoF design patterns.
https://github.com/epilif3sotnas/learn-design-patterns-gof
design-patterns gang-of-four-design-patterns golang
Last synced: 1 day ago
JSON representation
Implementation of GoF design patterns.
- Host: GitHub
- URL: https://github.com/epilif3sotnas/learn-design-patterns-gof
- Owner: epilif3sotnas
- License: apache-2.0
- Created: 2023-07-10T06:27:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-09T19:07:25.000Z (10 months ago)
- Last Synced: 2024-11-09T08:08:09.219Z (about 2 months ago)
- Topics: design-patterns, gang-of-four-design-patterns, golang
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About learn-design-patterns-GoF
This repository was built with the goal to implement the design patterns that are explored in the `Design Patterns:
Elements of Reusable Object-Oriented Software` book.
## Requirements
#### Go => go.mod
## Run
Commands to run the project:
```
cd {PATH_REPOSITORY}/src/;
go run .;
```
## License
Licensed under Apache-2.0 license.