DEV Community

Georgios Komninos
Georgios Komninos

Posted on • Originally published at blog.gkomninos.com on

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...

Top comments (0)