You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go work init
$ cat go.work
go 1.18
$ go work use -r .
$ cat go.work
go 1.18
use (
go-yaml
go-yaml/benchmarks
yfix
)
$ go work edit -dropuse yfix
$ cat go.work
go 1.18
use (
go-yaml
go-yaml/benchmarks
yfix
)
$ sed -i'' -e 's|yfix|./yfix|' go.work
$ cat go.work
go 1.18
use (
go-yaml
go-yaml/benchmarks
./yfix
)
$ go work edit -dropuse yfix
$ cat go.work
go 1.18
use (
go-yaml
go-yaml/benchmarks
)
What did you expect to see?
go work edit could remove directories
What did you see instead?
It couldn't
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Not sure
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
go work edit could remove directories
What did you see instead?
It couldn't
The text was updated successfully, but these errors were encountered: