Ian Cottrell
Ian Cottrell
At the moment the gopls goes idle when you stop sending it changes. The time it takes to go idle however is very unpredictable, and when we start watching for...
> I agree with this in general with Go. There are a lot of cases when I really wish I could forgo having to prefix with a package name. I...
When we have analysis checkers that can suggest fixes, this would be very natural in your editor to see it as a suggestion you can just accept. The really nice...
This is possible, but it depends exactly what you want. There are now two major parts, the go sdk (per platform and version), and the go toolchain (for various combinations...
The thing preventing me from getting this fully done right now is the inability to know what directory bazel run was invoked from. I have started a discussion about this,...
I think we would be better off linking to that section from the blog, with some text like "See for details of what the go install command does and where...
Keeping the tool separate allows tools to be pipelined, so for instance `govulncheck -json -> vulnfilter -> vulntosarif` might be a theoretical chain , where the middle step is a...
The intention was to eventually add a `go audit` subcommand, but first we needed to experiment with govulncheck and make sure it pulled its weight, and then think about what...