macOS
brew install gomodifytagslocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für gomodifytags in AI-Agent-Workflows.
Installation
brew install gomodifytagslocal Homebrew formula metadata
nix profile install nixpkgs#gomodifytagsnixpkgs package indexes · pkgs/by-name/go/gomodifytags/package.nix · Quelle: api.github.com
Überblick
Go tool to modify struct field tags
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
gomodifytags | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/fatih/gomodifytags
Installationsmetadaten
| Paketschlüssel | brew:gomodifytags |
|---|---|
| Version | 1.17.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/gomodifytags |
| Homepage | https://github.com/fatih/gomodifytags |
| Repository | https://github.com/fatih/gomodifytags |
| Upstream-Dokumentation | https://github.com/fatih/gomodifytags#readme |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://github.com/fatih/gomodifytags/archive/refs/tags/v1.17.0.tar.gz |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
gomodifytags
nix profile install nixpkgs#gomodifytagsQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.