

../a/b./a/bgo list ./a/b..../a/b/..../a/...../a/...../a/b/...
$ go list ../a
example.com/a
$ go list ../a/...
pattern ../a/...: directory /Users/jayconrod/Code/test/a is outside module root (/Users/jayconrod/Code/test/m)
$ go list ../a/b/...
pattern ../a/b/...: directory /Users/jayconrod/Code/test/a/b is outside module root (/Users/jayconrod/Code/test/m)

Contributor
Author
commented
Jan 20, 2021
The context for this is this golang-nuts thread by the way. |




Contributor
commented
Nov 17, 2021
This is in the Go1.18 milestone. Is it likely to happen for 1.18? Thanks. |

Contributor
commented
Jan 28, 2022
@bcmills This is in the 1.18 milestone; time to move to 1.19? Thanks. |


Contributor
commented
Jun 24, 2022
@bcmills @matloob This issue is marked for 1.19. It's just been rolling forward in milestones. Should it move to Backlog? |

