boulder/bdns
Joel Sing f8a023e49c Remove various unnecessary uses of fmt.Sprintf (#3707)
Remove various unnecessary uses of fmt.Sprintf - in particular:

- Avoid calls like t.Error(fmt.Sprintf(...)), where t.Errorf can be used directly.

- Use strconv when converting an integer to a string, rather than using
  fmt.Sprintf("%d", ...). This is simpler and can also detect type errors at
  compile time.

- Instead of using x.Write([]byte(fmt.Sprintf(...))), use fmt.Fprintf(x, ...).
2018-05-11 11:55:25 -07:00
..
dns.go Remove various unnecessary uses of fmt.Sprintf (#3707) 2018-05-11 11:55:25 -07:00
dns_test.go Make DNS timeout stat more specific. (#3627) 2018-04-09 09:29:07 -04:00
mocks.go Improve errors for DNS challenge (#3317) 2018-01-03 15:37:23 -05:00
problem.go Overhaul internal error usage (#2583) 2017-03-22 23:27:31 -07:00
problem_test.go Overhaul internal error usage (#2583) 2017-03-22 23:27:31 -07:00