forked from steger/pr3-ws202526
408 B
408 B
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