2
1
Fork 0

design pattern assignment

main^2
Sebastian Steger 2025-08-20 11:22:18 +00:00
parent fe1596086a
commit 56df449103
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Assignment
Implement an arbitrary [design pattern](https://refactoring.guru/design-patterns/catalog) in Go.
1. Create a package named `patterns` in the `04-design-patterns` folder
2. Implement the design pattern in that package
3. Implement a corresponding unit test
4. Create an example application that uses the design pattern in the file `04-design-patterns/main.go`
5. Zip the source code and upload