Project Structure:
-MakeFile
-DockerFileForLogging
-DockerFileForMonitor
-Logging
-go files
-go.mod
-Monitor
-go files
-go.mod
When I try to generate and run test on this project, I get Main module does not contain package /*/**/.../Logging.
Command :
go test -race -coverprofile=coverage.out ./logging/...
go test -race -coverprofile=coverage.out ./monitor/...
Tried multiple commands but I keep getting different errors.