add comment for exported const

This commit is contained in:
Pascal Fischer 2023-03-08 12:09:22 +01:00
parent b4bb5c6bb8
commit c4d9b76634

View File

@ -12,6 +12,7 @@ import (
) )
const ( const (
// PATPrefix is the globally used, 4 char prefix for personal access tokens
PATPrefix = "nbp_" PATPrefix = "nbp_"
secretLength = 30 secretLength = 30
) )