Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9b954ec

Browse files
committed
fixes#5 fixes#6
1 parent 2cf452a commit 9b954ec

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
|---|----------------------------------------------------------------------------------------|--------------------------------------------------|
3939
| 00| [Data structure](https://github.com/utilityCode-Foundation/go-playground/tree/master/data-structure/README.md) | [User Guide]() |
4040
| 01| [Algorithm](https://github.com/utilityCode-Foundation/go-playground/tree/master/algorithm/README.md) | [User Guide]() |
41-
| 02| [Design pattern](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/README.md) | [User Guide]() |
41+
| 02| [Design pattern](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern) | [User Guide]() |
4242

4343

4444
## Want to contribute ?

‎design-pattern/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ These authors are collectively known as ``` Gang of Four (GOF) ```.
99

1010
|Id | Topic | Docs
1111
|---|----------------------------------------------------------------------------------------|--------------------------------------------------|
12-
| 01| [Creational](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational/README.md) | [User Guide]() |
12+
| 01| [Creational](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational) | [User Guide]() |
1313
| 02| [Structural]() | [User Guide]() |
1414
| 03| [Behavioral]() | [User Guide]() |

‎design-pattern/creational/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
|Id | Topic | Docs
99
|---|----------------------------------------------------------------------------------------|--------------------------------------------------|
10-
| 01| [Builder](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational/builder-pattern/README.md) | [User Guide]() |
11-
| 02| [Factory](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational/factory-pattern/README.md) | [User Guide]() |
12-
| 03| [Abstract factory](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational/abstract-factory-pattern/README.md) | [User Guide]() |
13-
| 04| [Singleton](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational/singleton-pattern/README.md) | [User Guide]() |
14-
| 05| [Object Pool](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational/object-Pool-pattern/README.md) | [User Guide]() |
15-
| 06| [Prototype](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational/prototype-pattern/README.md) | [User Guide]() |
10+
| 01| [Builder](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational/builder-pattern) | [User Guide]() |
11+
| 02| [Factory](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational/factory-pattern) | [User Guide]() |
12+
| 03| [Abstract factory](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational/abstract-factory-pattern) | [User Guide]() |
13+
| 04| [Singleton](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational/singleton-pattern) | [User Guide]() |
14+
| 05| [Object Pool](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational/object-Pool-pattern) | [User Guide]() |
15+
| 06| [Prototype](https://github.com/utilityCode-Foundation/go-playground/tree/master/design-pattern/creational/prototype-pattern) | [User Guide]() |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /