link sha1
This commit is contained in:
parent
68661d5488
commit
d76f9325f0
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user