Commit Graph

9 Commits

Author SHA1 Message Date
998dc1d37b Add version tags alongside commit hashes in output
- tools.json now has both "version" (tag) and "hash" (commit) fields
- Output format: toolname@version [hash] (in duration)
- Update tool fetches and stores both version and hash
- Fix .gitignore to not exclude cmd/update directory
2025-12-18 05:58:39 -08:00
49ba38602c Update README with new commit hash and fix tools list 2025-12-18 02:12:53 -08:00
a414a82306 Add godoc, fix commit hash resolution for submodules
- Add godoc tool (now a separate submodule at cmd/godoc/v0.1.0-deprecated)
- Fix update tool to handle godoc's special tag format
- All tools now use commit hashes instead of version tags
2025-12-18 02:08:56 -08:00
33c099ae4f Update README with new commit hash 2025-12-18 01:11:35 -08:00
30b1cebd02 Add timing info for each tool and total duration 2025-12-18 01:11:17 -08:00
0c31667230 Update README with new commit hash 2025-12-18 01:06:32 -08:00
cf739a6e93 Remove deprecated/broken tools: guru, gorename, keyify
These tools no longer build successfully:
- guru and gorename were removed from golang.org/x/tools
- keyify has build issues with current honnef.co/go/tools
2025-12-18 01:06:17 -08:00
64e871ad4f Update README with install commit hash and date 2025-12-18 00:58:37 -08:00
7188d87c39 Initial commit: gosetup tool for installing Go dev binaries
Installs common Go development tools at pinned versions including
vim-go binaries, linters, formatters, and debugging tools.
2025-12-18 00:57:28 -08:00