visage

package module
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: May 15, 2021 License: OSL-3.0 Imports: 9 Imported by: 0

README

Visage

So let’s embark on a new journey together. Let’s break out a map. Not the old, out-of-date one that shows where we’ve been, but a crisp new one that shows where we might go. Let’s embark on a new journey together and see where it takes us.

Leslie Knope

Visual Studio

https://visualstudio.microsoft.com/downloads

error

LINK : fatal error LNK1181: cannot open input file 'libcmt.lib'

Documentation

Index

Constants

View Source
const (
	WingetURL = "https://github.com/microsoft/winget-pkgs/archive/refs/heads/master.tar.gz"
)

Variables

View Source
var Packages = []Package{
	{
		ID: "Microsoft.VisualC.140.CRT.Headers.Msi",
		Payloads: []Payload{

			{Filename: "VC_CRT.Headers.msi"},
		},
	}, {
		ID: "Microsoft.VisualC.140.CRT.x64.Store.Msi",
		Payloads: []Payload{

			{Filename: "VC_CRT.X64.Store.msi"},
		},
	}, {
		ID: "Microsoft.VisualCpp.Tools.HostX64.TargetX64",
		Payloads: []Payload{

			{Filename: "Microsoft.VisualCpp.Tools.HostX64.TargetX64.vsix"},
		},
	}, {
		ID: "Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources",
		Payloads: []Payload{

			{Filename: "Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources.enu.vsix"},
		},
	}, {
		ID: "Win10SDK_10.0.19041",
		Payloads: []Payload{

			{Filename: "Universal CRT Headers Libraries and Sources-x86_en-us.msi"},

			{Filename: "Windows SDK Desktop Headers x86-x86_en-us.msi"},

			{Filename: "Windows SDK Desktop Libs x64-x86_en-us.msi"},

			{Filename: "Windows SDK for Windows Store Apps Headers-x86_en-us.msi"},

			{Filename: "Windows SDK for Windows Store Apps Libs-x86_en-us.msi"},

			{Filename: "Windows SDK for Windows Store Apps Tools-x86_en-us.msi"},
		},
	},
}

Functions

This section is empty.

Types

type ChannelMan added in v1.0.5

type ChannelMan struct {
	ChannelItems []struct {
		Payloads []struct {
			URL string
		}
	}
}

func NewChannelMan added in v1.0.5

func NewChannelMan(name string) (ChannelMan, error)

func (ChannelMan) VisualStudioManURL added in v1.0.8

func (c ChannelMan) VisualStudioManURL() string

type Package added in v1.0.6

type Package struct {
	ID       string
	Payloads []Payload
}

type Payload added in v1.0.6

type Payload struct {
	Filename string
	URL      string
}

type VisualStudioMan added in v1.0.5

type VisualStudioMan struct {
	Packages []Package
}

func NewVisualStudioMan added in v1.0.5

func NewVisualStudioMan(name string) (VisualStudioMan, error)

func (VisualStudioMan) PayloadURL added in v1.0.9

func (m VisualStudioMan) PayloadURL(pack, payload string) (string, error)

type WinGet added in v1.0.7

type WinGet struct {
	fstest.MapFS
}

func NewWinGet added in v1.0.7

func NewWinGet(name string) (WinGet, error)

func (WinGet) ChannelManURL added in v1.0.8

func (w WinGet) ChannelManURL() (string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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