How is this project supposed to be used as a golang module?
If I try to require:
github.com/hacktobeer/go-panasonic v1.1.0
if fails with:
go: github.com/hacktobeer/go-panasonic@v1.1.0: parsing go.mod:
module declares its path as: github.com/hacktobeer/go-panasonic/cloudcontrol
but was required as: github.com/hacktobeer/go-panasonic
How is this project supposed to be used as a golang module?
If I try to require:
if fails with: