File: hash.go

package info (click to toggle)
golang-pault-go-blobstore 0.0~git20180314.d6d187c-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 76 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
package blobstore

import (
	"hash"
)

type hashFunc func() hash.Hash

// vim: foldmethod=marker