Dima

Results 3 comments of Dima

> I think the `Interface` method would have the same effect. ``` log.Interface("url", url) // will produce {"url":{"Scheme":"http","Opaque":"","User":null,"Host":"example.com","Path":"/some/path","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""}} // While log.Stringer("url", url) // will produce {"url": "http://example.com/some/path"} ```

I have the same problem ``` dima@dima-mibook:badlint$ golangci-lint version golangci-lint has version 1.46.1 built from 044f0a17 on 2022-05-12T09:23:45Z ``` And it is reporoduced with example above on my machine. I...

Got the same error on ubuntu 21.10 with flatpak 1.10.2