capture.go @@ -139,7 +139,7 @@ } if tryTime >= maxTry { err := fmt.Sprintf("try %d times to capture image, is url correct?\n", tryTime) err := fmt.Sprintf("try %d ms to capture image, is url correct?\n", tryTime) return nil, errors.New(err) }