storj/pkg/eestream
Egon Elbre 0f5a2f4ef5 Enable more linters (#272)
* enable more linters

* Run gofmt -s

* run goimports

* run unconvert

* fix naked return

* fix misspellings

* fix ineffectual assigments

* fix missing declaration

* don't use deprecated grpc.Errof

* check errors in tests

* run gofmt -w -r "assert.Nil(err) -> assert.NoError(err)"

* fix directory permissions

* don't use nil Context

* simplify boolean expressions

* use bytes.Equal instead of bytes.Compare

* merge variable declarations, remove redundant returns

* fix some golint errors

* run goimports

* handle more errors

* delete empty TestMain

* delete empty TestMain

* ignore examples for now

* fix lint errors

* remove unused values

* more fixes

* run gofmt -w -s .

* add more comments

* fix naming

* more lint fixes

* try switching travis to go1.11

* fix unnecessary conversions

* fix deprecated methods

* use go1.10 and disable gofmt/goimports for now

* switch to 1.10

* don't re-enable gofmt and goimports

* switch covermode to atomic because of -race

* gofmt
2018-08-27 11:28:16 -06:00
..
mocks Node Identity (#193) 2018-08-13 10:39:45 +02:00
aesgcm_test.go AES GCM implementation and unit test code (#19) 2018-05-15 18:11:03 +03:00
aesgcm.go AES GCM implementation and unit test code (#19) 2018-05-15 18:11:03 +03:00
bits_test.go eestream: make secretbox example harder to fall victim to nonce reuse 2018-04-16 06:52:23 -06:00
bits.go eestream: make secretbox example harder to fall victim to nonce reuse 2018-04-16 06:52:23 -06:00
common.go pkg/eestream: initial 2018-04-11 07:46:34 -06:00
crc_test.go ECClient pads data to fit RS block size (#199) 2018-08-06 17:24:30 +03:00
decode.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
encode.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
pad_test.go ECClient pads data to fit RS block size (#199) 2018-08-06 17:24:30 +03:00
pad.go ECClient pads data to fit RS block size (#199) 2018-08-06 17:24:30 +03:00
piecebuf.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
rs_test.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
rs.go pkg/eestream: initial 2018-04-11 07:46:34 -06:00
secretbox_test.go HTTP Ranger (#11) 2018-04-17 07:39:14 -06:00
secretbox.go eestream: make secretbox example harder to fall victim to nonce reuse 2018-04-16 06:52:23 -06:00
stripe.go Optimize DecodeReader performance (#256) 2018-08-24 16:06:27 +03:00
transform_test.go ECClient pads data to fit RS block size (#199) 2018-08-06 17:24:30 +03:00
transform.go ECClient pads data to fit RS block size (#199) 2018-08-06 17:24:30 +03:00