Hidayat
Hidayat
# Update Readme Quickstart Ollama with Docker Upon initial exploration of the repository, leveraging Docker for getting started appears to be the most straightforward approach. Following the [Ollama documentation for...
Asking here because no answer in discussion https://github.com/swaggo/swag/discussions/1638 **Additional context** I want my swagger example response have field with value null **question step** 1. `package model` ```go package model type...
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...
Simplify call kafka producer. from ```go if c.AddressProducer != nil { event := converter.AddressToEvent(address) if err := c.AddressProducer.Send(event); err != nil { c.Log.WithError(err).Error("failed to publish address updated event") return nil,...