364dd36bde
With the total optimized copy command. Assumes all vendored packages are checked out in $GOPATH. govendor list +v | awk '{print $2}' | while read dep; do echo $dep | cut -d/ -f1-3; done | uniq | while read dep; do find $GOPATH/src/$dep -name LICENSE -o -name NOTICE | grep -v vendor | sed "s;$GOPATH/src/;;"; done | while read license; do [ -f vendor/$license ] || cp $GOPATH/src/$license vendor/$license; done |
||
---|---|---|
.. | ||
pbutil | ||
LICENSE | ||
NOTICE |