Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Support of vgo #5

Closed
Closed
@xmikus01

Description

@xmikus01

Package named internal can't be currently imported using vgo (issue golang/go#23970). This situation at least prevents importing module github.com/cznic/lldb (and transitively github.com/cznic/ql) and also intra-dependency import of "github.com/cznic/internal/slice" in buffer/buffer.go.

Please consider "renaming" this repo (with respect to backward compatibility) or make this package "stable" by integrating it into LLDB (#3).

$ mkdir example && cd example
$ echo "module example" > go.mod
$ echo -e "package main\n\nimport _ \"github.com/cznic/ql\"\n\nfunc main () {}" > main.go
$ vgo build
... some successful imports ...
..\..\..\v\github.com\cznic\[email protected]\btree.go:16:2: use of internal package not allowed
..\..\..\v\github.com\cznic\[email protected]\memfiler.go:13:2: use of internal package not allowed
..\..\..\v\github.com\cznic\[email protected]\buffer\buffer.go:36:2: use of internal package not allowed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions