1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2025-02-20 14:23:13 +03:00
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
..