forked from steger/pr3-ws202526
|
|
||
|---|---|---|
| .. | ||
| patterns | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
README.md
Assignment
Implement an arbitrary design pattern in Go.
- Create a package named
patternsin the04-design-patternsfolder - Implement the design pattern in that package
- Implement a corresponding unit test
- Create an example application that uses the design pattern in the file
04-design-patterns/main.go - Zip the source code and upload