1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2025-02-20 14:23:13 +03:00

3 Commits

Author SHA1 Message Date
genewoo
aac74afa38
Fix issue of "invalid operation:p"
When ```New``` return a reference, you have to use ```*p``` to access the reference, otherwise it's a pointer.
2018-10-17 15:14:01 +08:00
leonklingele
a523c5f6f3 creational/object-pool: fix typos 2017-01-07 20:13:23 +02:00
Tamer Tas
6a717fe88c creational/object-pool: reimplement the object pool pattern 2016-10-19 18:38:55 +03:00