go-hexagonal-architecture icon indicating copy to clipboard operation
go-hexagonal-architecture copied to clipboard

Go-Lang Hexagonal Architecture (also known as Ports and Adapters)

Results 1 go-hexagonal-architecture issues
Sort by recently updated
recently updated
newest added

This [line of code](https://github.com/damasdev/go-hexagonal-architecture/blob/main/internal/core/services/user/service.go#L6). If you have more than one port, for example, `product`, how would you import that port? `portProduct "github.com/damasdev/go-hexagonal-architecture/internal/core/ports/product"` ? I think if you allow people to...