Many of the probs.XYZ calls are of the form probs.XYZ(fmt.Sprintf(...)). Convert these functions to take a format string and optional arguments, following the same pattern used in the errors package. Convert the various call sites to remove the now redundant fmt.Sprintf calls. |
||
|---|---|---|
| .. | ||
| probs.go | ||
| probs_test.go | ||