ghforms
GitHub Forms Live Preview and Validation (Issues and Discussions)
Recent content on The Best Code is No Code At All
GitHub Forms Live Preview and Validation (Issues and Discussions)
I am thrilled to announce go-acme/lego v5! This is a major release that brings a completely redesigned CLI, and powerful new features.
A GitHub Action that automatically closes newly opened issues that have been created without the issue forms.
structtags provides straightforward ways to parse, read, or modify struct tags.
Calculate the module cache size of dependencies for a module.
I am thrilled to announce the release of v2! I hope is that these features will enhance your development experience.
Detects functions from golang.org/x/exp/ that can be replaced by std functions.
Detects when some calls can be replaced by methods from the testing package.
While hunting down a package on https://pkg.go.dev , I stumbled upon a delightful surprise in the “Links” section: there are custom links!! What is this magic?
Helper to get an overview of the forks of a GitHub repository.
To block multiple accounts across multiple organizations.
Modules Update Wizard (modupwiz) is a helper to manage dependency updates.
Go library for accessing Mail-in-a-Box API.
Go library for accessing Nodion API.
Mocktail: Mock Generator for Strongly-Typed Mocks.
Naive code generator that creates mock implementation using testify.mock.
A simple helper to clean the Traefik acme.json file by removing and revoking certificates.
A Go module that provides mime-types as constants.
Go library for accessing the freemyip.com API.
Go library for accessing the Porkdun API.
A linter that handles Go struct tags.
Comparison of Word Cases Manipulations Libraries.
A linter that handle replace , retract , exclude directives into go.mod .
Parses and loads configuration from many sources. CLI flags, YAML, TOML, JSON, and environment variables.
Keeps Go version in SemaphoreCI up to date.
Publish Documentation on a GitHub Repository.
Go library for accessing the deSEC API.
A collection of small helpers around Go proxy, Go meta information, etc.
Enhanced migration from dep to go modules.
A simple tool to publish multi-arch images on the Docker Hub.
Go library for accessing the Namesilo API.
Create a Github Action in 5 seconds! (in Golang)
A GitHub Action to close issues related to a merged pull request.
Dump ACME data from Traefik to certificates.
Go library for accessing the Aurora DNS API.
The natural reserve of DNS clients in Go.
A tool, based on Go modules, to update a dependency to a major version.
A port of gti in Go. (because it’s fun)
A simple tool to randomize a list. No backend, only on browser.
Go library for accessing the Semaphore CI API.
Manage multiple documentation versions with Mkdocs.
Keep Forks Synchronized.
Create a Github WebHook in 5 seconds! (in Golang)
Add labels and milestone on pull requests and issues.
Closes stale issues.
Update and Merge Pull Request.
Pull Request Manager for Maintainers.
A simple wrapper around git command in Go.
A GitHub Changelog Generator.
Go est un langage qui buzz beaucoup depuis quelques temps en grande partie à cause de Docker , j’ai donc eut l’envie de m’initier à ce langage. Je me suis demandé comment commencer : faire des tutoriaux, souvent cela se résume à des copier-coller et finit par une connaissance très partielle. Du coup, je me suis dit pourquoi ne pas essayer de faire le kata FizzBuzz pour apprendre.…