Komu Wairagu

Results 114 issues of Komu Wairagu

https://github.com/hashicorp/raft/blob/master/transport.go

This is the place for comments/discussion regarding the article: [Logging without losing money or context.](https://www.komu.engineer/blogs/log-without-losing-context/log-without-losing-context) Please be civil.

This is the place for comments/discussion regarding the article: [The complete guide to OpenTelemetry in Golang](https://www.komu.engineer/blogs/11/opentelemetry-and-go.html) Please be civil.

This is the place for comments/discussion regarding the article: [Don't use a different interface in tests.](https://www.komu.engineer/blogs/10/dont-use-a-different-interface-for-testing) Please be civil.

This is the place for comments/discussion regarding the article: [Understand how celery works by building a clone.](https://www.komu.engineer/blogs/celery-clone/understand-how-celery-works) Please be civil.

This is the place for comments/discussion regarding the article: [Build a Go package that annotates errors with stack traces.](https://www.komu.engineer/blogs/golang-stackTrace/golang-stackTrace) Please be civil.

## What(What have you changed/added/removed?) - add a tag-line of what identified the test dependencies ```bash require ( // created using: https://github.com/komuw/ote github.com/frankban/quicktest v1.13.0 // test github.com/pkg/errors v0.9.1 // test...

it was dropped in https://github.com/komuw/ote/pull/53 because it wasn't working for Gov1.21 when it was released.

https://github.com/google/go-flow-levee https://twitter.com/dgryski/status/1451562750354739205 https://github.com/google/go-flow-levee/blob/v1.0.0/guides/quickstart.md

`ModuleResolver implements resolver for modules using the go command as little` - https://github.com/golang/tools/blob/fe37c9e135b934191089b245ac29325091462508/internal/imports/mod.go#L26-L28 So maybe it might be a bit performant than what `ote` is currently doing; https://github.com/golang/tools/blob/fe37c9e135b934191089b245ac29325091462508/internal/imports/mod.go#L218-L221