macOS
brew install gomodifytagslocal Homebrew formula metadata
brew
Go tool to modify struct field tags. Version 1.17.0 via Homebrew; verified from local package data.
install
brew install gomodifytagslocal Homebrew formula metadata
nix profile install nixpkgs#gomodifytagsnixpkgs package indexes · pkgs/by-name/go/gomodifytags/package.nix · source: api.github.com
overview
Go tool to modify struct field tags
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gomodifytags | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/fatih/gomodifytags
install metadata
| Package key | brew:gomodifytags |
|---|---|
| Version | 1.17.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gomodifytags |
| Homepage | https://github.com/fatih/gomodifytags |
| Repository | https://github.com/fatih/gomodifytags |
| Upstream docs | https://github.com/fatih/gomodifytags#readme |
| License | BSD-3-Clause |
| Source archive | https://github.com/fatih/gomodifytags/archive/refs/tags/v1.17.0.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
gomodifytags
nix profile install nixpkgs#gomodifytagssource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.