This website requires JavaScript.
Explore
Help
Sign In
daniel.w
/
backend
Watch
1
Star
0
Fork
You've already forked backend
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
backend
/
pkg
/
permission
/
domain
/
config
/
errors.go
11 lines
101 B
Go
Raw
Permalink
Blame
History
package
config
import
(
"fmt"
)
var
(
ErrMissingSecret
=
fmt
.
Errorf
(
"missing JWT secret key"
)
)
Reference in New Issue
View Git Blame
Copy Permalink