[GO-mem alloc] Pointer Receiver vs Value Receiver
// service.go package service type Service interface { Hello() Inc() } type ServiceOne struct { Name string Nums []int } type ServiceTwo struct { Name string Nums []int } func (s ServiceOne) Inc() { for i := 0; i < 10...
![[GO-mem alloc] Pointer Receiver vs Value Receiver](https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/iar-afB0QQw/upload/d5cbc330011d394a9bf92404e7358981.jpeg)
![[DX] Creating Event Driven Service Using Serverless + SNS + NestJS](https://cdn.hashnode.com/res/hashnode/image/upload/v1648975362817/aUnIJoAXJ.png)
![[Testing] Unit Testing With Nest.js + Jest](https://cdn.hashnode.com/res/hashnode/image/upload/v1642178637132/qAvMZh5ES.png)