dc46ab9bc8
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
16 lines
302 B
Go
16 lines
302 B
Go
/*
|
|
Package config contains filesystem related utility functions.
|
|
|
|
Additional information can be found in our Developer Guide:
|
|
|
|
https://github.com/photoprism/photoprism/wiki
|
|
*/
|
|
package util
|
|
|
|
import (
|
|
"github.com/photoprism/photoprism/internal/event"
|
|
)
|
|
|
|
//go:generate go run gen.go
|
|
|
|
var log = event.Log
|