Bug#947512: dh-make-golang: allow_unknown_hoster parsing error in make.go

2019-12-30 Thread James Montgomery
> > Patch > I have attached a patch that fixes GitHub Issue 120 [0] and corrects > this issue. > > The patch has been merged into master by Anthony Fok. See https://github.com/Debian/dh-make-golang/issues/120 Will close once new deb hits unstable.

Bug#947512: dh-make-golang: allow_unknown_hoster parsing error in make.go

2019-12-27 Thread James Montgomery
Package: dh-make-golang Version: 0.3.0-1 Background When invoking 'dh-make-golang' with -allow_unknown_hoster argument the user experiences 'panic: runtime error: slice bounds out of range [:-1]' This is due to the host variable being unassigned prior to slicing. Output panic: runtime error: