photoprism/internal/capture/capture.go

15 lines
277 B
Go
Raw Normal View History

/*
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
2019-07-05 10:32:06 +00:00
import (
"github.com/photoprism/photoprism/internal/event"
)
2019-07-05 10:32:06 +00:00
var log = event.Log