stuphlabs / pullcord

A reverse proxy that allows scaling down a cloud service to zero servers without sacrificing (eventual) availability.
GNU Affero General Public License v3.0
4 stars 2 forks source link

golangci-lint deadcode shows the following errors #209

Open geekthattweaks opened 5 years ago

geekthattweaks commented 5 years ago
config/util/validator.go:32:5: `responseString` is unused (deadcode)
var responseString = `<!DOCTYPE html>
    ^
authentication/cookiemask_test.go:24:5: `exampleCookieValueRegex` is unused (deadcode)
var exampleCookieValueRegex = regexp.MustCompile(
    ^
util/standard_responses.go:106:5: `responseContactString` is unused (deadcode)
var responseContactString = "Please contact your system administrator."
    ^