14e661a1b0
* 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. |
||
---|---|---|
.. | ||
eof.go | ||
path.go | ||
shim.go | ||
size.go | ||
store_test.go | ||
store.go |