1
0
mirror of https://github.com/henrydcase/nobs.git synced 2024-11-22 15:18:57 +00:00

creates package ready to move to tls-tris

This commit is contained in:
Henry Case 2018-07-27 00:38:21 +01:00
parent 105532aa09
commit 2fc873ca64

View File

@ -1,2 +1,8 @@
test: test:
go test -v ./... go test -v ./...
vendor-sidh-for-tls:
rm -rf tls_vendor
mkdir -p tls_vendor/github_com/henrydcase/nobs/
rsync -a . tls_vendor/github_com/henrydcase/nobs/ --exclude=tls_vendor --exclude=.git --exclude=.travis.yml --exclude=README.md
find tls_vendor -type f -print0 -name "*.go" | xargs -0 sed -i 's/github\.com/github_com/g'