Results 4 issues of Shane Howearth

I get 404s for some of the links. https://github.com/dominikh/go-tools/tree/master/cmd/unused is now https://github.com/dominikh/go-tools/tree/master/unused https://github.com/dominikh/go-tools/tree/master/cmd/gosimple has been deprecated and I could not find a replacement link dominkh has this note: Even though...

Hi I was trying to record the output for a test and I got the following ``` $ go test -run TestDictWordList -record Foo {} no recording exists with this...

When importing version 2 or above of a Go module there's a bit of problem with imports that needs clarifying. https://go.dev/blog/v2-go-modules If I have ``` import ( foo "github.com/example/foo/v2" )...

Hi all I have a need for `ag` to see underscores in the pattern as spaces, and am looking for a way to do this. When a test ion my...