#singleton-design-pattern
Read more stories on Hashnode
Articles with this tag
When I was starting to learn Go, I was passing around the instance to access the property of that instance. This is how I do it: e := echo.New() db :=...