DEV Community

Learning Go Notes - Clean Architecture and Go, is it a match?

Haruan Justino on May 15, 2019

These last days I was migrating a PHP project from symfony 2.8 to 3.4 and PHP from 5.6 to 7.2 and it was taking a lot of time to run the unit tests...
Collapse
 
eminetto profile image
Elton Minetto

I’m using Clean Architecture with Go and I wrote a post about it: dev.to/eminetto/clean-architecture...

Collapse
 
haruanm profile image
Haruan Justino

Awesome, I will use it to learn for sure!