Ivan Boyarkin
Ivan Boyarkin
There are much more implementations of `reflect` libraries: https://libs.garden/go/search?q=reflect I think, that the non-stdlib `reflect` library has been chosen primarily because of better performance. One of the solutions which cross...
FYI we implemented our custom sanitizers for tags which follows the best practices from DataDog documentation and I believe that we can create PR after maintainers of this repo confirm...
> nevertheless repeating it can be avoided by making your own custom helper) We have a custom package as a wrapper of the `dd-trace-go`. It solves the problem with setting...
Just curious: isn't it caused by the missing `replace` directive in go.mod of the project which is analyzed by lsif-go? Ref: - [Go/Wiki/When should I use the replace directive?](https://github.com/golang/go/wiki/Modules#when-should-i-use-the-replace-directive) -...