From d8002982e74c915f7cb0ea68ff8d424f7ad244a5 Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Sun, 11 Aug 2019 12:39:07 +0300 Subject: [PATCH] hmac: cleanup vendor script --- internal/hmac/vendor.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/hmac/vendor.sh b/internal/hmac/vendor.sh index 83a2b32..c3bffc0 100755 --- a/internal/hmac/vendor.sh +++ b/internal/hmac/vendor.sh @@ -1,4 +1,5 @@ #!/bin/bash + +# Copy hmac.ho and hmac_test.go from current go distribution. cp -v $GOROOT/src/crypto/hmac/{hmac,hmac_test}.go . git diff {hmac,hmac_test}.go -