diff options
| author | Russ Cox <rsc@golang.org> | 2009-11-08 21:08:27 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-11-08 21:08:27 -0800 |
| commit | e240d9aa879a87390891d86c850097fac1b3aef4 (patch) | |
| tree | 800c709e116670c847700e2196a812a4e38e7636 /src/pkg/crypto/hmac/hmac_test.go | |
| parent | e98663c230a09ed469f67c43e4e9a7ea8a407737 (diff) | |
| download | golang-e240d9aa879a87390891d86c850097fac1b3aef4.tar.gz | |
assorted cleanup
R=r, iant
CC=go-dev
http://go/go-review/1025024
Diffstat (limited to 'src/pkg/crypto/hmac/hmac_test.go')
| -rw-r--r-- | src/pkg/crypto/hmac/hmac_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/crypto/hmac/hmac_test.go b/src/pkg/crypto/hmac/hmac_test.go index 82ed3ab82..6df648413 100644 --- a/src/pkg/crypto/hmac/hmac_test.go +++ b/src/pkg/crypto/hmac/hmac_test.go @@ -4,8 +4,6 @@ package hmac -// TODO(rsc): better test - import ( "hash"; "fmt"; |
