mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
6 lines
132 B
Go
6 lines
132 B
Go
|
package identitytesting
|
||
|
|
||
|
import "github.com/gohugoio/hugo/identity"
|
||
|
|
||
|
const TestIdentity = identity.StringIdentity("__testIdentity")
|