summaryrefslogtreecommitdiff
path: root/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils.go')
-rw-r--r--utils.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils.go b/utils.go
index 9cc83bb..3628c80 100644
--- a/utils.go
+++ b/utils.go
@@ -23,14 +23,11 @@ package main
import (
"crypto/rand"
"encoding/base64"
- "errors"
"fmt"
"log"
"net/http"
)
-var errUnexpectedRace = errors.New("unexpected race condition")
-
/*
* Write a string to a http.ResponseWriter, setting the Content-Type and status
* code.