photoprism/internal/util/util.go

17 lines
302 B
Go
Raw Normal View History

/*
Package config contains filesystem related utility functions.
Additional information can be found in our Developer Guide:
https://github.com/photoprism/photoprism/wiki
*/
package util
2019-07-05 10:32:06 +00:00
import (
"github.com/photoprism/photoprism/internal/event"
)
2019-07-05 10:32:06 +00:00
//go:generate go run gen.go
var log = event.Log