15 lines
258 B
Go
15 lines
258 B
Go
|
/*
|
||
|
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
|