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:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Binaries
|
||||
gosetup
|
||||
update
|
||||
*.exe
|
||||
|
||||
# Test binaries
|
||||
*.test
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user