mirror of
https://github.com/distribution/distribution
synced 2024-11-12 05:45:51 +01:00
88795e0a14
Changes some names to match go conventions Comments all exported methods Removes dot imports
4 lines
160 B
Go
4 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
|