deps

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

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

Go to latest
Published: Jul 24, 2015 License: BSD-2-Clause Imports: 14 Imported by: 0

Documentation

Overview

Package deps contains utility functions for contest dependency management.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Merge

func Merge(path string, shake bool) (string, error)

Merges a Go source with all its dependencies.

Types

type Package

type Package struct {
	Name     string
	Dir      string
	Standard bool
	Deps     []string
	GoFiles  []string
}

Package description from the go list command

Jump to

Keyboard shortcuts

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