Closed
Description
browsh has imports like
import "browsh/interfacer/src/browsh"
in at least three files:
https://github.com/browsh-org/browsh/blob/master/interfacer/src/main.go#L3
https://github.com/browsh-org/browsh/blob/master/interfacer/test/http-server/setup.go#L11
https://github.com/browsh-org/browsh/blob/master/interfacer/test/tty/setup.go#L14
This breaks some build environments, for example the Debian Go packaging toolchain. Changing the imports to fully qualified imports (github.com/browsh/interfacer/src/browsh
) would ease the Debian packaging work.