fix imports
Some checks failed
dev test / test (push) Failing after 53s
dev test / vulnCheck (push) Has been skipped
dev test / Ci-Lint (push) Has been skipped

This commit is contained in:
maximo tejeda 2024-12-02 20:13:18 -04:00
parent e986d8884a
commit 6b5f808013

View File

@ -1,6 +1,6 @@
package ports
import "git.maximotejeda.com/maximogo /us_dop_scrapper/internal/application/core/domain"
import "git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
type DollarPort interface {
NewHistory(*domain.History) error