authelia/internal/utils/const_test.go

6 lines
59 B
Go

package utils
const (
testStringInput = "abcdefghijkl"
)