mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-08-20 20:06:33 +00:00
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
6 lines
103 B
Go
6 lines
103 B
Go
package frontend
|
|
|
|
import "errors"
|
|
|
|
var ErrFrontendNotIncluded = errors.New("frontend is not included")
|