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
myitcv
changed the title
Port "cmd/go: add mv and support "! cmp" in script tests"
Port 'cmd/go: add mv and support "! cmp" in script tests'
Jan 27, 2022
Just one comment, and I realise this applies to upstream too: it's a little confusing that you can't mv files into a directory the same way you can with cp:
mkdir new
# works
cp a.txt b.txt new
# doesn't work
mv a.txt b.txt new
-- a.txt --
-- b.txt --
From https://go-review.googlesource.com/c/go/+/380916
The text was updated successfully, but these errors were encountered: