x/tools/go/vcs: FromDir doesn't work with srcRoot = "/"
hectorj opened this issue · 3 comments
hectorj commented
_, _, err := vcs.FromDir("/whatever/", "/")gives the error directory "/whatever" is outside source root "/", which is incorrect
ianlancetaylor commented