Sign in
go
/
vgo
/
9d567625acf4c5e156b9890bf6feb16eb9fa5c51
/
.
/
vendor
/
cmd
/
go
/
testdata
/
script
/
mod_convert_git.txt
blob: 5ef534a8f886c7ae2a59b34766b264aebeeff413 [
file
] [
log
] [
blame
]
env GO111MODULE=on
# detect root of module tree as root of enclosing git repo
cd $WORK/test/x
go list -m all
stdout '^m$'
-- $WORK/test/.git/config --
-- $WORK/test/x/x.go --
package x // import "m/x"