pwinkler
Results
1
issues of
pwinkler
Module naming in go.mod uses the module "howett.net/plist" instead of "github.com/DHowett/go-plist"
1
Summary: The go.mod defines the module name as "howett.net/plist". The code is hosted and viewable at github.com/DHowett/go-plist , but a "go get" from the Github address will not work due...