modversion

package
v0.0.0-...-3a6773f Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Binary

type Binary struct {
	Filename   string
	Path       string
	Mod        string
	ModVersion string
	GoVersion  string
	Size       int64
	ModTime    time.Time
}

func RunVersion

func RunVersion(arg string) ([]Binary, error)

type Holder

type Holder struct {
	Bins []Binary
}