build

package
v0.0.0-...-e97ee80 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Environment

type Environment struct {
	Version string `json:"version"`
	Arch    string `json:"arch"`
	OS      string `json:"os"`
}

type Info

type Info struct {
	Version     string      `json:"version"`
	Name        string      `json:"name"`
	Time        time.Time   `json:"time"`
	Environment Environment `json:"go"`
	Deps        []*Module   `json:"deps"`
}

func Read

func Read() (*Info, error)

type Module

type Module struct {
	Name    string `json:"name"`
	Version string `json:"version"`
}

Jump to

Keyboard shortcuts

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