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
gomvpkg -from foo/bar -to baz/bar where foo/bar is package main renames package to bar, which makes it non-executable. May look silly, but the main intention was to take advantage of -vcs_mv_cmd "git mv {{.Src}} {{.Dst}}" part. gomvpkg should not rename main package.
The text was updated successfully, but these errors were encountered:
gomvpkg -from foo/bar -to baz/bar
wherefoo/bar
ispackage main
renames package tobar
, which makes it non-executable. May look silly, but the main intention was to take advantage of-vcs_mv_cmd "git mv {{.Src}} {{.Dst}}"
part. gomvpkg should not rename main package.The text was updated successfully, but these errors were encountered: