Hi, > How can i run my tests "go test" for my entire domain model is they are > in sub folders? >
If I understood your question, what you are looking for is to run go test ./... at the root, that will run tests at the root but also tests in the subfolders Regards, Diego > > application (application services that wrap everything) > command (command services) > query (query logic outside of domain) > common > domainmodel > >>shared > >>aggregate1 > >>aggregate2 > infrastructure > >>logging > >>config > >>repository > service (micro services) > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.