tools
tools copied to clipboard
Set of tools, packages, and libraries that every open-source Go project always needs with almost no dependencies.
Signed-off-by: Douglas Camata Extracting the filesystem based reloader for `PathOrContent` from https://github.com/thanos-io/thanos/pull/5673 into the `extkingpin` package here so that it can be more easily reused by other projects and even...
* Enable dependabot on the various packages. * Update Go modules.
I found that package `github.com/efficientgo/tools/extkingpin` is placed in submodule `github.com/efficientgo/tools/extkingpin`. However, it seems that module `github.com/efficientgo/tools/extkingpin` is not tagged. According to [Go Modules wiki](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository), submodule should be tagged like `relative-path-to-root/vX.X.X`....
macOS by default uses a case insensitive filesystem, which leaves `git` (and the OS) confused regarding the state of the `COPYRIGHT` file and the `copyright` folder. I suggest renaming the...
How do you deal with errcapture and bodyclose linter ? I always get error `response body must be closed (bodyclose)`