https://github.com/felipeaz/decorator-pattern
Decorator Pattern implementation in Go
https://github.com/felipeaz/decorator-pattern
decorator-pattern golang
Last synced: 3 months ago
JSON representation
Decorator Pattern implementation in Go
- Host: GitHub
- URL: https://github.com/felipeaz/decorator-pattern
- Owner: felipeaz
- Created: 2022-08-04T12:51:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T14:49:35.000Z (over 2 years ago)
- Last Synced: 2025-01-07T05:22:05.936Z (4 months ago)
- Topics: decorator-pattern, golang
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# decorator-pattern
Decorator Pattern implementation in GoThe project will be a simulation of a cafeteria where the beverages can be
decorated with the condiments.