photoprism/internal/form/form.go
Michael Mayer 03ec4b586d Initial commit for folders and moments #154 #260 #331
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-05-23 20:58:58 +02:00

15 lines
276 B
Go

/*
Package form contains tagged structs for input value validation.
Additional information can be found in our Developer Guide:
https://github.com/photoprism/photoprism/wiki
*/
package form
import (
"github.com/photoprism/photoprism/internal/event"
)
var log = event.Log