Hello, I've a module github.com/X/clients-go with subdirectory like :
- history
- go.mod - device_manager
...
But, I found a go.mod in my "history" subdirectory. And when I try to import the history client like "import github.com/X/clients-go/history", it doesn't work and print "module declares its path as: history
but was required as: github.com/X/clients-go/history"