remove hardcode instead of http status value (#1411)
This commit is contained in:
@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
noWritten = -1
|
||||
defaultStatus = 200
|
||||
defaultStatus = http.StatusOK
|
||||
)
|
||||
|
||||
type responseWriterBase interface {
|
||||
|
Reference in New Issue
Block a user