feat: complete OCI registry implementation with docker push/pull support
A lightweight OCI (Open Container Initiative) registry implementation written in Go.
This commit is contained in:
5
pkg/resp/i18n.go
Normal file
5
pkg/resp/i18n.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package resp
|
||||
|
||||
func t(msg string) string {
|
||||
return msg
|
||||
}
|
||||
Reference in New Issue
Block a user