Skip to content

Commit bca6e3f

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 20a3d10 commit bca6e3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

DIRECTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@
6161
* [Nike](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/nike.go)
6262
* [Nikeshirt](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/nikeshirt.go)
6363
* [Nikeshoe](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/nikeshoe.go)
64+
* Builder
65+
* [Builderinterface](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/builder/builderinterface.go)
66+
* [Builderpattern Test](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/builder/builderpattern_test.go)
67+
* [Director](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/builder/director.go)
68+
* [House](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/builder/house.go)
69+
* [Igloobuilder](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/builder/igloobuilder.go)
70+
* [Normalbuilder](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/builder/normalbuilder.go)
6471
* Factorymethod
6572
* [Accountingdepartment](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/accountingDepartment.go)
6673
* [Department](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/department.go)

0 commit comments

Comments
 (0)