15 lines
258 B
Go
Raw Normal View History

/*
Package config contains random token functions.
Additional information can be found in our Developer Guide:
https://github.com/photoprism/photoprism/wiki
*/
package rnd
import (
"github.com/photoprism/photoprism/internal/event"
)
var log = event.Log