mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-10 12:31:02 +00:00
Because the type of p at line 29 is"*chan *Object" , so at line 32, 35 should use *p instead of p directly. |
||
---|---|---|
.. | ||
builder.md | ||
factory.md | ||
object-pool.md | ||
singleton.md |