1
0
Fork 0
pr3-sose2026-fork/go/04-design-pattern
Sebastian Steger fdacec5fe6 added comments 2026-04-14 14:33:22 +00:00
..
patterns added comments 2026-04-14 14:33:22 +00:00
README.md design pattern assignment 2025-08-20 11:22:18 +00:00
go.mod observer design pattern 2025-10-22 14:55:09 +02:00
main.go added comments 2026-04-14 14:33:22 +00:00

README.md

Assignment

Implement an arbitrary design pattern 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