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
Most go tools support the use of ./... to mean scan from the current directory down as far as you can go. However, ineffassign responds with this: "app/dir/...: no such file or directory"
So instead I had to use ./* which seems to work fine by the way. However, for consistency with other go tools can you add support for ./... too?
The text was updated successfully, but these errors were encountered:
davewichers
changed the title
Support go standard use of ./...
Minor: Support go standard use of ./...
Oct 23, 2019
Most go tools support the use of ./... to mean scan from the current directory down as far as you can go. However, ineffassign responds with this: "app/dir/...: no such file or directory"
So instead I had to use ./* which seems to work fine by the way. However, for consistency with other go tools can you add support for ./... too?
The text was updated successfully, but these errors were encountered: