文件名称:themaze:设计模式的迷宫世界
文件大小:7KB
文件格式:ZIP
更新时间:2024-03-07 15:32:45
golang design-patterns Go
迷宫迷你游戏,一个让我学习设计模式的占位符
【文件预览】:
themaze-master
----.gitignore(14B)
----go.mod(46B)
----Makefile(217B)
----creational_pattern()
--------maze_componnent.go(867B)
--------maze_builder.go(2KB)
--------maze.go(191B)
----structural_pattern()
--------flyweight()
--------brigde()
--------facade()
--------composite()
--------decorator()
----README.md(68B)
----common()
--------type.go(87B)
----cmd()
--------main.go(260B)