add --metadata and --tag during put operations #710
Annotations
3 errors
lint:
cli/put.go#L110
assignOp: replace `value = value + string(metadataChars[rng.Int()%len(metadataChars)])` with `value += string(metadataChars[rng.Int()%len(metadataChars)])` (gocritic)
|
lint:
cli/put.go#L105
var-naming: don't use underscores in Go names; var rand_n should be randN (revive)
|
lint
Process completed with exit code 1.
|