fix: add period to comment for golangci-lint compliance

main
Johnny 22 hours ago
parent b78d4c2568
commit 60d977c0bf

@ -12,7 +12,7 @@ import (
)
const (
// MaxTagLength defines the maximum number of runes allowed in a tag
// MaxTagLength defines the maximum number of runes allowed in a tag.
MaxTagLength = 100
)

Loading…
Cancel
Save