1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2024-11-25 22:46:05 +03:00
go-patterns/creational
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
..
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 Fix issue of "invalid operation:p" 2018-10-17 15:14:01 +08:00
singleton.md creational/singleton: group variable declarations 2017-01-13 09:34:48 +03:00