Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

sourcegraph/go-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-deps

xrefs funcs top func library users status

Package deps analyzes and recursively installs Go package dependencies. It is library functionality similar to go get.

Docs: go-deps on Sourcegraph

Installation

go get github.com/sourcegraph/go-deps

Example Usage

import (
    "github.com/sourcegraph/go-deps"
)

pkg, _ := deps.Read(test.importPath)
for _, p := range pkg.DepsNotFound {
    p.Download()
}

Authors

About

Analyzes and recursively installs Go package dependencies. It is library functionality similar to `go get`.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages