link sha1

This commit is contained in:
Mark McGranaghan 2012-10-10 09:31:29 -07:00
parent 68661d5488
commit d76f9325f0

View File

@ -1,8 +1,9 @@
// SHA1 hashes are frequently used to compute short // [SHA1 hashes](http://en.wikipedia.org/wiki/SHA-1) are
// identities for binary or text blobs. For example, the // frequently used to compute short identities for binary
// [git revision control system](http://git-scm.com/) uses // or text blobs. For example, the [git revision control
// SHA1s extensively to identify versioned files and // system](http://git-scm.com/) uses SHA1s extensively to
// directories. Here's how to compute SHA1 hashes in Go. // identify versioned files and directories. Here's how to
// compute SHA1 hashes in Go.
package main package main