Thomas Güttler

Results 396 issues of Thomas Güttler

What is the state of this project? Do you still recommend this setup, or did you switch back to development without docker?

## Expected Behavior Expected: This should print the current value of $HOME on stdout: ``` echo "\${HOME}" | go run github.com/kreuzwerker/envplate/bin@latest ``` Expected: This should fail: ``` echo "\${var-does-not-exist}" |...

I think the title "Instrumenting a library" is misleading. I refer to this page: http://zipkin.io/pages/instrumenting.html I guess the meaning of the title is "Creating a new instrumenting library". Background: I...

Thank you very much for the docs. Especially the architecture page helped me a lot. I have one wish: Please provide an example of what a typical span data contains....

> Flag --delete-local-data has been deprecated, This option is deprecated and will be deleted. Use --delete-emptydir-data.

backport-requested :arrow_backward:
release-1.21
release-1.22
release-1.23

Here is the current location: https://github.com/golangci/golangci-lint See #56

### Contact Details _No response_ ### Is there an existing issue for this? - [X] I have searched all the existing issues ### Is your feature request related to a...

enhancement

I tried to install go-coverage (so that installing it does not change my go.mod file), but this fails: ``` ❯ go install github.com/gojek/go-coverage@latest go: github.com/gojek/go-coverage@latest: github.com/gojek/[email protected]: parsing go.mod: module declares...

No updates since several years. Just out of curiosity: what did you choose instead? Overall the idea looks good.