watchdog-go: 正規表現を修正
This commit is contained in:
parent
5df3a04812
commit
d97885215e
|
@ -1,2 +1,2 @@
|
||||||
[Parent]
|
[Parent]
|
||||||
url = localhost:8080
|
url = localhost:50051
|
|
@ -21,7 +21,7 @@ type Config struct {
|
||||||
ClientDomain string
|
ClientDomain string
|
||||||
}
|
}
|
||||||
|
|
||||||
var regex = regexp.MustCompile(`^[a-zA-Z0-9-_]`)
|
var regex = regexp.MustCompile(`[^a-zA-Z0-9-_]`)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
fmt.Println("start gRPC Client.")
|
fmt.Println("start gRPC Client.")
|
||||||
|
|
Loading…
Reference in New Issue