hi guys, super easy question
I created a new project go mod init importer
No I created another dir for my package importer in there I have errors.go
in my main.go root I have the import "excel_importer/importer"
But it errors, I did basically try a lot but this it what is is
main.go:5:2: package excel_importer/importer is not in GOROOT (/opt/homebrew/Cellar/go/1.19.2/libexec/src/excel_importer/importer)