1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +02:00

Merge pull request #994 from milosgajdos83/validator-regexp

Remove validator regexp as its no longer needed.
This commit is contained in:
Asim Aslam
2019-11-27 08:10:00 +00:00
committed by GitHub

View File

@ -7,11 +7,6 @@ import (
"github.com/micro/go-micro/util/log"
)
const (
// https://github.com/kubernetes/apimachinery/blob/master/pkg/util/validation/validation.go#L134
dns1123LabelFmt string = "[a-z0-9]([-a-z0-9]*[a-z0-9])?"
)
var (
// DefaultImage is default micro image
DefaultImage = "micro/go-micro"