distribution/registry/storage/layerwriter_nonresumable.go
Andy Goldstein 7fdd395653 Use a build flag to disable resumable digests.
Signed-off-by: Andy Goldstein <agoldste@redhat.com>
2015-04-16 01:19:57 +00:00

6 lines
98 B
Go

// +build noresumabledigest
package storage
func (lw *layerWriter) setupResumableDigester() {
}