distribution/storage/doc.go
Brian Bland 88795e0a14 Lots of various golint fixes
Changes some names to match go conventions
Comments all exported methods
Removes dot imports
2014-11-17 15:46:06 -08:00

3 lines
160 B
Go

// Package storage contains storage services for use in the registry
// application. It should be considered an internal package, as of Go 1.4.
package storage