paultag / go-debian

debian golang support library
https://pault.ag/go/debian
Other
81 stars 33 forks source link

changes.go: use of internal package not allowed #96

Closed aronatkins closed 6 years ago

aronatkins commented 6 years ago

Looks like some recently merged code prevents this package from building with recent Go:

go test
# => changes.go:33:2: use of internal package not allowed
go version
#=> go version go1.10.3 darwin/amd64

Encountered this when attempting to create a PR for https://github.com/paultag/go-debian/issues/95

aronatkins commented 6 years ago

Sorry. I think this is just a result of internal package references not using the github URL.