mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-05 21:07:58 +00:00
dd92b2b8f4
- 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. |
||
---|---|---|
.. | ||
copyright_test.go | ||
gofmt_test.go | ||
metalint_test.go | ||
README.txt |
The files in this directory contain metadata tests - that is, tests on the shape and colour of the code in the rest of the repository. This code is not compiled into the final product.