mirror of https://github.com/usememos/memos.git
fix: add period to comment for golangci-lint compliance
This commit is contained in:
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…
Reference in New Issue