예제 #1
0
파일: shard.go 프로젝트: ipeet/camlistore
func (sto *shardStorage) shardNum(b *blobref.BlobRef) uint32 {
	return b.Sum32() % uint32(len(sto.shards))
}