I started learning go and made a crm app, just to find that after building main, it won't run.
This is the error shown in the terminal:
PS crm-go-fiber> go build .\main.go
PS crm-go-fiber> go run .\main.exe
main module (github.com/Lo0mi3x/crm-go-fiber) does not contain package github.com/Lo0mi3x/crm-go-fiber/main.exe
I'm new at programming, GitHub, and stuff but I did my commit & push, and everything correct. Even clone the code from my repository and tried it again, but no changes.