Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. - ...
* feat: custom user agent (#990) · containrrr/watchtower@f508c92
* fix: move build meta to own package this allows it to be referenced from other packages without causing a cyclic dependency * feat: custom user agent
Table of contents Introduction Decide which plugin you want to develop Clone the Krew plugin template Implementing the plugin Installing the plugin Releasing the plugin on Github Publishing the plugin on Krew Introduction Have you ever thought about extending kubectl cli to add a missing functionality? Actually, extending kubectl is fairly easy, in this blog post I’ll explain how you can write your own plugin with Go. Plugin can be develop in any programming language, but using Go is generally recommended, there is a template that help you set up a new repo, it works on any platform and the plugin is being distributed as a single binary.
Misleading error when checking git.IsRepo · Issue #753 · goreleaser/goreleaser
Describe the bug When running the releaser on a platform that doesn't have git installed (e.g a Drone plugin running on an alpine image), the returned error is "current folder is n...
What happened? Two issues arise when using universal binaries for Darwin universal binaries config universal_binaries: - id: akash-darwin-universal ids: - akash-darwin-amd64 - akash-darwin-arm64 na...
Do you use cobra and goreleaser to package and build your golang CLIs. If not, you should reconsider. They are a fantastic combination and combined with one of my new projects you can add an easy to …