1395d14473
The previous code was misleading by returning the `err` variable rather than an explicit `nil`. This code path was actually the success path. Functionally it was correct as that specific scoping of `err` could only be `nil` if that line of code was reached. |
||
---|---|---|
.. | ||
httpu.go | ||
serve.go |