storj/uplink/storage/streams
Ivan Fraixedes 14e661a1b0
uplink/storage/segments: non-functional improvements (#3400)
* uplink/storage/streams: Remove unused field of struct

  Remove an unused field from a struct type because it isn't used.

* uplink/storage/streams: Add end period in func doc

  Add missing end period in some functions documentation comments for
  following conventions.

* uplink/storage/segments: Replace switch by if
  
  Replace the switch statement of 2 branches one with a condition which
  returns and the second is the default by a if conditional because it's
  easy to read.
2019-10-29 15:39:17 +01:00
..
eof.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
path.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
shim.go uplink: integrate new Metainfo calls (#2640) 2019-09-10 08:39:47 -07:00
size.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
store_test.go uplink/metainfo: cleanup method names (#3315) 2019-10-22 23:59:56 -07:00
store.go uplink/storage/segments: non-functional improvements (#3400) 2019-10-29 15:39:17 +01:00