gpm

package
v0.7.33 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2019 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UsedIn

func UsedIn(dirname string) (bool, error)

UsedIn checks whether gpm is used conventionally within a project folder.

Types

type Lockfile

type Lockfile map[string]pkg.Import

Lockfile is a GPM-format lockfile, implementing resolver.Resolver.

func FromFile

func FromFile(filename ...string) (Lockfile, error)

FromFile reads and parses a GPM-format lockfile.

func (Lockfile) Resolve

func (l Lockfile) Resolve(importpath string) (pkg.Import, error)

Resolve looks up packages as if the lockfile contained repository roots.

func (Lockfile) ResolveStrict

func (l Lockfile) ResolveStrict(importpath string) (pkg.Import, error)

ResolveStrict looks up packages as if the lockfile contained import paths.

Jump to

Keyboard shortcuts

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