photoprism/internal/capture/capture.go
Michael Mayer f6d4e62ea8 Backend: Split up "util" package
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-01-06 15:22:46 +01:00

15 lines
277 B
Go

/*
This package contains profiling functions, mainly for testing.
Additional information can be found in our Developer Guide:
https://github.com/photoprism/photoprism/wiki
*/
package capture
import (
"github.com/photoprism/photoprism/internal/event"
)
var log = event.Log