release

package
v0.0.0-...-8f9dc6d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Targets = []Target{
	{Name: "mirror-linux-amd64", GOOS: "linux", GOARCH: "amd64", Tuning: "GOAMD64=v1"},
	{Name: "mirror-linux-arm64", GOOS: "linux", GOARCH: "arm64", Tuning: "GOARM64=v8.0"},
	{Name: "mirror-linux-armv7", GOOS: "linux", GOARCH: "arm", Tuning: "GOARM=7"},
	{Name: "mirror-linux-armv6", GOOS: "linux", GOARCH: "arm", Tuning: "GOARM=6"},
	{Name: "mirror-darwin-amd64", GOOS: "darwin", GOARCH: "amd64", Tuning: "GOAMD64=v1"},
	{Name: "mirror-darwin-arm64", GOOS: "darwin", GOARCH: "arm64", Tuning: "GOARM64=v8.0"},
	{Name: "mirror-windows-amd64.exe", GOOS: "windows", GOARCH: "amd64", Tuning: "GOAMD64=v1"},
	{Name: "mirror-windows-arm64.exe", GOOS: "windows", GOARCH: "arm64", Tuning: "GOARM64=v8.0"},
}

Functions

func AssetNames

func AssetNames() []string

func Validate

func Validate() error

Types

type Target

type Target struct {
	Name   string
	GOOS   string
	GOARCH string
	Tuning string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL