An open API service indexing awesome lists of open source software.

https://github.com/mmcloughlin/godepex

Exclude packages from godep
https://github.com/mmcloughlin/godepex

Last synced: 7 months ago
JSON representation

Exclude packages from godep

Awesome Lists containing this project

README

          

# godepex
Exclude packages from [godep](https://github.com/tools/godep "godep github page")

## Install

$ go get github.com/mmcloughlin/godepex

## Usage

In your go project, after you've run `godep save` you can remove dependencies matching a prefix with

$ godepex example.com/pkg

This will both

* Filter out the entries from your `Godeps/Godeps.json`
* Delete corresponding directories from `Godeps/_workspace/src`