I have this problem because I have the code in a folder inside of my repo, and if its not in the file but in the repo it works.
I have this problem on these 2 projects :
https://github.com/HaraldWik/easy-window
https://github.com/HaraldWik/easy-app
This only happends on my repos so I don’t know what the problem is…
This issue comes when I do “go get github.com/User/Module/scr”
I’ve tried to change the mod and sum files in the repo instead of in the sub folder, did not work.
I’ve tried to change the mod name to the file dir so repo/scr, did not work.
I’ve tried to change the file order in like 20 ways, did not work.
And I want it to just like any other package…
I’m using “go1.22.3 windows/amd64”