mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-02-20 14:23:13 +03:00
When ```New``` return a reference, you have to use ```*p``` to access the reference, otherwise it's a pointer.
When ```New``` return a reference, you have to use ```*p``` to access the reference, otherwise it's a pointer.