Tutorial: Repository pattern in Golang with Test Driven Development
In the last blog post I showed you how you can implement the repository pattern in Golang. We used SQLite and GORM to implement the CompanyRepository .
Today I am going to show you how to implement the InvoiceRepository .The implementation will be ve...
blog.gkomninos.com6 min read