syncthing/lib/api
Jakob Borg 41ff4b323e lib/api: Correct logic for errors.jons in support bundle (fixes #5766)
The err check should always be done with != and have the error case
first, to follow the pattern and avoid mistakes like these.
2019-06-09 09:35:05 +02:00
..
testdata
api_auth_test.go
api_auth.go
api_csrf.go
api_statics.go
api_test.go lib/api: Clean up after test, enables test caching (#5710) 2019-05-11 08:41:32 +02:00
api.go lib/api: Correct logic for errors.jons in support bundle (fixes #5766) 2019-06-09 09:35:05 +02:00
debug.go
mocked_config_test.go lib/connections: Add QUIC protocol support (fixes #5377) (#5737) 2019-05-29 09:56:40 +02:00
mocked_connections_test.go lib/api, lib/connections, gui: Show connection error for disconnected devices (fixes #3345) (#5727) 2019-05-16 22:11:45 +01:00
mocked_cpuusage_test.go
mocked_discovery_test.go
mocked_events_test.go
mocked_logger_test.go
mocked_model_test.go
support_bundle.go