photoprism/internal/maps/maps.go
Michael Mayer 02800e796e Guess title, location and date from file and path name #154
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-05-28 15:12:18 +02:00

18 lines
312 B
Go

/*
This package encapsulates the geo location APIs.
Additional information can be found in our Developer Guide:
https://github.com/photoprism/photoprism/wiki
*/
package maps
import (
"github.com/photoprism/photoprism/internal/event"
)
//go:generate go run gen.go
//go:generate go fmt .
var log = event.Log