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
This commit is contained in:
2025-12-18 02:05:19 -08:00
parent 33c099ae4f
commit a414a82306
3 changed files with 184 additions and 35 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Binaries
gosetup
update
*.exe
# Test binaries
*.test
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store