syncthing/cmd/ursrv
Jakob Borg dd92b2b8f4
all: Tweak error creation (#6391)
- In the few places where we wrap errors, use the new Go 1.13 "%w"
  construction instead of %s or %v.

- Where we create errors with constant strings, consistently use
  errors.New and not fmt.Errorf.

- Remove capitalization from errors in the few places where we had that.
2020-03-03 22:40:00 +01:00
..
static assets, gui: Losslessly compress all JPG, PNG, and PDF images (#6265) 2020-01-16 13:52:43 +01:00
analytics.go cmd/ursrv: Summarize known distribution channels 2019-05-15 13:42:55 +02:00
compiler_test.go cmd/uraggregate, cmd/ursrv: Add missing copyright headers 2018-09-09 15:52:59 +02:00
formatting.go cmd/ursrv: Lint fixes 2019-05-18 11:59:32 +02:00
main.go all: Tweak error creation (#6391) 2020-03-03 22:40:00 +01:00