check if sources can use `go-use` plugin
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
### What needs to get done
Check if directory is a proper go module before `go-use` plugin commands are run.
Error out if it's not a correct project as it will fail anyway
### Why it needs to get done
`go-use` plugin does not validate if the directory it is run against is a valid go module (not only the go project itself, but the one that have `go.mod` file).
It would greatly improve user experience if plugin would error out, when run on incorrect sources instead of silently skip it.
Evaluation history
No evaluation history available.