Vadim Kulagin

Results 3 issues of Vadim Kulagin

Hello! I want to implement my Formatter and for this I need access to the `Entry.err` field. But, unfortunately, this is not possible now, since this field is private. I...

This is necessary to match the description of big.Int: https://pkg.go.dev/math/big#Int ``` To "copy" an Int value, an existing (or newly allocated) Int must be set to a new value using...

The generated code and the code of the project itself causes a lot of warnings in the GoLand IDE and when checking with [golint](https://github.com/golang/lint). How about bringing code into line...