mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-03 14:41:24 +00:00
6 lines
132 B
Go
6 lines
132 B
Go
|
package identitytesting
|
||
|
|
||
|
import "github.com/gohugoio/hugo/identity"
|
||
|
|
||
|
const TestIdentity = identity.StringIdentity("__testIdentity")
|