refactor: ensure errors have stack traces
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/server/logging.go → internal/server/logging.go
@@ -3,7 +3,7 @@ import ( "net/http" - "github.com/pkg/errors" + "gitlab.com/tozd/go/errors" "go.alanpearce.eu/x/log" )