Versions in this module Expand all Collapse all v0 v0.2.2 Dec 13, 2025 Changes in this version + func WithPackage(pkg PackageInterface) func(*Data) + func WithRelease(r Release) func(*Data) + type Data struct + Env Env + Package Package + Release Release + Runtime Runtime + func New(fields ...func(*Data)) *Data + type Env map[string]string + func ToEnv(env []string) Env + type Package struct + Home string + Name string + type PackageInterface interface + GetHome func() string + GetName func() string + type Release struct + Name string + Tag string + type Runtime struct + Goarch string + Goos string