I am getting this error in golang 1.17.3: main.go:4:2: found packages routes (routes.go) and main (controller.go) in /home/developer/go/src/testapp
I am creating two different packages in same directory, i get this error but when i move them to different folders code works fine. Is there any change in go’s new version becuase it works fine on my another pc.