f8a45b14d9
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
10 lines
218 B
Go
10 lines
218 B
Go
/*
|
|
Package txt provides text / linguistics related functionality.
|
|
|
|
Additional information can be found in our Developer Guide:
|
|
|
|
https://github.com/photoprism/photoprism/wiki
|
|
*/
|
|
package txt
|
|
|
|
//go:generate go run gen.go
|