Files
cluster/pkg/resp/i18n.go
loveuer 29088a6b54 feat: complete OCI registry implementation with docker push/pull support
A lightweight OCI (Open Container Initiative) registry implementation written in Go.
2025-11-09 22:50:13 +08:00

6 lines
56 B
Go

package resp
func t(msg string) string {
return msg
}