secrets migration & restitution
This commit is contained in:
9
cmd/dkl-local-server/httperr.go
Normal file
9
cmd/dkl-local-server/httperr.go
Normal file
@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"m.cluseau.fr/go/httperr"
|
||||
)
|
||||
|
||||
var ErrNotFound = httperr.NewStd(404, http.StatusNotFound, "not found")
|
Reference in New Issue
Block a user