feat: initial goget release — modern IPv6-first download utility

This commit is contained in:
2026-06-26 21:21:58 +02:00
commit 53db81e1f7
147 changed files with 45931 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# goget .gitignore — build artifacts, IDE files, OS files, and logs
# Build output
bin/
# Test artifacts
*.test
*.out
coverage.html
# Go workspace (go.work and go.work.sum)
go.work
go.work.sum
# Vendored dependencies (we use Go modules)
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
# Logs
*.log