Skip to content

Use local version of your code when working with glide or godep

Notifications You must be signed in to change notification settings

golovers/golocal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GOLOCAL

Use local version of your code when working with glide or godep

Install:

go get github.com/golovers/golocal && go install github.com/golovers/golocal

Usage

Usage:
  golocal [option] (args)

Options:
  -add:    Add local package(s) to configuration file
  -remove: Remove local package(s) from configuration file
  -list:   List all configured local packages
  -up:     Vendoring (copy) configured local packages to current vendor dicrectory
  -clear:  Remove all configured local packages from configuration file
  
Examples:
  ./golocal -list
  ./golocal -add "github.com/Sirupsen/logrus,github.com/mattn/go-sqlite3,google.golang.org/grpc"
  ./golocal -remove "github.com/Sirupsen/logrus,github.com/mattn/go-sqlite3"
  ./golocal -up
  ./golocal -clear

About

Use local version of your code when working with glide or godep

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages