1
0
Fork 0
mirror of https://github.com/tmrts/go-patterns.git synced 2025-04-10 12:31:02 +00:00
go-patterns/creational
murmur-wheel 611bda0fb9
Update object-pool.md
Because the type of p at line 29 is"*chan *Object" , so at line 32, 35 should use *p instead of p directly.
2020-02-06 12:57:51 +08:00
..
builder.md creational/builder: implement the builder pattern 2017-02-22 18:02:38 +03:00
factory.md creational/factory: implement factory method pattern 2017-02-22 16:46:45 +03:00
object-pool.md Update object-pool.md 2020-02-06 12:57:51 +08:00
singleton.md creational/singleton: group variable declarations 2017-01-13 09:34:48 +03:00