var cloud.google.com/go/profiler.serviceRegexp
3 uses
cloud.google.com/go/profiler (current package)
profiler.go#L80: serviceRegexp = regexp.MustCompile(`^[a-z]([-a-z0-9_.]{0,253}[a-z0-9])?$`)
profiler.go#L544: if !serviceRegexp.MatchString(config.Service) {
profiler.go#L545: return fmt.Errorf("service name %q does not match regular expression %v", config.Service, serviceRegexp)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |