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
Description
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
Labels
No labels