mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-17 14:09:44 +02:00
refactor: fix lint errors; improve error handling
This commit is contained in:
@@ -62,6 +62,6 @@ func DebugHandler(rw http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
}
|
||||
default:
|
||||
w.writeLoadingPage(rw)
|
||||
_ = w.writeLoadingPage(rw)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user