macOS
brew install gomodifytagslocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gomodifytags pour les workflows d'agents IA.
installation
brew install gomodifytagslocal Homebrew formula metadata
nix profile install nixpkgs#gomodifytagsnixpkgs package indexes · pkgs/by-name/go/gomodifytags/package.nix · Source: api.github.com
aperçu
Go tool to modify struct field tags
historique
gomodifytags is a Go developer tool for adding, updating, removing, and formatting struct field tags. Its importance is editor workflow: it automates a repetitive Go refactoring task that otherwise invites typo-prone manual edits.
The repository was created in January 2017 by Fatih Arslan. The README describes a focused command that modifies tags in Go structs by file, struct, field, line, offset, or all structs, with dry-run output by default and a write flag for in-place edits.
The tool was designed for editor integration as much as terminal use. The README lists vim-go, Atom go-plus, vscode-go, Acme integration, emacs-go-tag, and TextMate2 support, which explains why a small CLI became widely known in the Go editing ecosystem.
GitHub release pages show a 1.x release series, including v1.17.0 in July 2024. Homebrew and Nix package metadata in the batch input show the tool being distributed outside go install, which is useful for editor plugin dependencies and reproducible workstation setup.
The GitHub repository metadata showed thousands of stars by June 2026, consistent with a mature, editor-adjacent Go utility rather than a large standalone application.
Typical usage points gomodifytags at a Go source file and identifies the fields to change using -struct, -field, -line, -offset, or -all. Users then add or remove tag keys and options such as json, xml, omitempty, validation tags, or custom value templates.
Because it prints changes unless -w is supplied, the CLI works well as both a terminal tool and a backend for editors that preview or apply edits at the cursor.
gomodifytags is package-nerd catnip because it turns a language convention, Go struct tags, into a stable external executable that editors can share. That keeps editor plugins thin and lets package managers ship one implementation of the tag-rewriting logic.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
gomodifytags | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/fatih/gomodifytags
métadonnées d'installation
| Clé du paquet | brew:gomodifytags |
|---|---|
| Version | 1.17.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/gomodifytags |
| Page d'accueil | https://github.com/fatih/gomodifytags |
| Dépôt | https://github.com/fatih/gomodifytags |
| Docs amont | https://github.com/fatih/gomodifytags#readme |
| Licence | BSD-3-Clause |
| Archive source | https://github.com/fatih/gomodifytags/archive/refs/tags/v1.17.0.tar.gz |
| Dépendances de compilation | go |
| Bouteille | disponible (sur arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gomodifytags |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
gomodifytags
nix profile install nixpkgs#gomodifytagspiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.