|
path := filepath.Join(dir, fmt.Sprintf(stacksLogNameTemplate, strings.ReplaceAll(time.Now().Format(time.RFC3339), ":", "")))
|
|
path := filepath.Join(dir, fmt.Sprintf(stacksLogNameTemplate, strings.ReplaceAll(time.Now().Format(time.RFC3339), ":", "")))
|
|
return "", errors.Wrap(err, "failed to open file to write the goroutine stacks")
|
|
return "", errors.Wrap(err, "failed to open file to write the goroutine stacks")
|