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
+10
View File
@@ -0,0 +1,10 @@
//go:build linux || freebsd
// Package version exposes the goget release identity.
package core
// Name is the program name reported by `--version` and in log lines.
const Name = "goget"
// Version is the goget release version. Follows SemVer.
var Version = "1.0.0"