...

Text file src/cuelang.org/go/internal/mod/modpkgload/testdata/localpackagemultipledirs.txtar

Documentation: cuelang.org/go/internal/mod/modpkgload/testdata

     1-- test0/initial-requirements --
     2main.test@v0
     3-- test0/root-packages --
     4main.test@v0:main
     5-- test0/default-major-versions --
     6-- test0/want --
     7main.test@v0:main
     8	flags: inAll,isRoot,fromRoot,importsLoaded
     9	mod: main.test@v0
    10	location: .
    11	imports:
    12		other.com/blah
    13other.com/blah
    14	flags: inAll,isRoot,fromRoot,importsLoaded
    15	mod: local
    16	location: cue.mod/gen/other.com/blah
    17	location: cue.mod/usr/other.com/blah
    18	location: cue.mod/pkg/other.com/blah
    19-- main.cue --
    20package main
    21import "other.com/blah"
    22-- cue.mod/gen/other.com/blah/x.cue --
    23package blah
    24-- cue.mod/usr/other.com/blah/x.cue --
    25package blah
    26-- cue.mod/pkg/other.com/blah/x.cue --
    27package blah

View as plain text