52b57e9fba
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
16 lines
289 B
Go
16 lines
289 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
|
|
|
|
var log = event.Log
|