Related to #4098 Lint cmd/influxd/ * Errors cannot end with punctuation * Better comment for exported method * Better control flow when return is present Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in> Linted cmd/influx_tsm * Added comments to exported fields * Removed punctuation at the end of errors Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in> Linted cmd/influx_tsm/b1 and cmd/influx_tsm/bz1 * Added comments to exportes fields Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in> Linted cmd/influx_tsm/tsdb * Added comments to exported fields * range k, _ := can be written as range k := * removed else when return is present * Added consistency to receiver names in methods Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in> Fix typos Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in> |
||
---|---|---|
.. | ||
restore.go |