Skip to content

Please use fully qualified imports #238

Closed
@paride

Description

@paride

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions