fix: add period to comment for golangci-lint compliance

This commit is contained in:
Johnny 2025-11-23 23:47:17 +08:00
parent b78d4c2568
commit 60d977c0bf
1 changed files with 1 additions and 1 deletions

View File

@ -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
)