Modelling your Data Layer in Go
There are a few statements any Go dev would have heard like:
There is no perfect programming language.
Go is modular by design.
In Golang, pass-by-value is faster than the pass-by-reference.
Go is the perfect programming language
And so on…
In ...
abhik.hashnode.dev8 min read