| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /opt/golang/1.22.0/src/cmd/go/testdata/script/ |
| Current File : //opt/golang/1.22.0/src/cmd/go/testdata/script/work_use_deleted.txt |
go work use -r . cmp go.work go.work.want -- go.work -- go 1.18 use ( . ./sub ./sub/dir/deleted ) -- go.work.want -- go 1.18 use ./sub/dir -- sub/README.txt -- A go.mod file has been deleted from this directory. In addition, the entire subdirectory sub/dir/deleted has been deleted, along with sub/dir/deleted/go.mod. -- sub/dir/go.mod -- module example/sub/dir go 1.18