Abstracting away the persistence layer in GO [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 years ago . So, I'm relatively new to the world of Go programming and was wondering what the community considers to be "best practice" when attempting to abstract away the persistence layer. In DDD this is often handled through the introduction of Repositories which exposes a set of Agreggates to an