storj/satellite/metainfo
Egon Elbre 00b2e1a7d7 all: enable staticcheck (#2849)
* by having megacheck in disable it also disabled staticcheck

* fix closing body

* keep interfacer disabled

* hide bodies

* don't use deprecated func

* fix dead code

* fix potential overrun

* keep stylecheck disabled

* don't pass nil as context

* fix infinite recursion

* remove extraneous return

* fix data race

* use correct func

* ignore unused var

* remove unused consts
2019-08-22 13:40:15 +02:00
..
batch.go metainfo: Batch request (#2694) 2019-08-06 16:56:23 +02:00
config.go [v3 2137] - Add more info to find out repair failures (#2623) 2019-07-23 16:28:06 +02:00
db_test.go Jg/add tests (#2547) 2019-07-15 09:30:26 -07:00
db.go value attribution merge fix and more test cases (#2588) 2019-07-19 11:17:34 -04:00
loop_test.go Add metainfo loop service (#2563) 2019-07-22 09:34:12 -04:00
loop.go Add metainfo loop service (#2563) 2019-07-22 09:34:12 -04:00
metainfo_test.go all: enable staticcheck (#2849) 2019-08-22 13:40:15 +02:00
metainfo.go satellite/metainfo: use status.Error and fix error codes (#2827) 2019-08-20 16:16:51 +03:00
service_test.go update testplanet with libuplink (#2618) 2019-07-23 07:58:45 -07:00
service.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
validation.go all: enable staticcheck (#2849) 2019-08-22 13:40:15 +02:00