Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
hmac: cleanup vendor script
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Aug 11, 2019
1 parent e946255 commit d800298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/hmac/vendor.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d800298

Please sign in to comment.