gepgecici

Results 4 issues of gepgecici

I have been using Conventional Commits for a while and I'm enjoying it for now. It provides me really good commit history, the only problem I have experience is I...

I have been using Conventional Commits for a while and I'm enjoying it for now. It provides me really good commit history, the only problem I have experience is I...

Thank you a for this great project and tutorial. I've really enjoyed it while following. I'm trying to build a boilerplate for microservices development. And I have a few questions...

I'm trying to modularize my application. I want to do something like below. Is that possible with configs? ``` todo/ service.go model_gen.go todo.graphql todo.resolvers.go order/ service.go model_gen.go logger.go user.graphql user.resolvers.go...