Skip to content

Commit

Permalink
old_test: const DefaultRemoteAddr is unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
raninho committed Mar 17, 2016
1 parent acf3be1 commit 8e05c69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions old_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 36,6 @@ func NewRecorder() *ResponseRecorder {
}
}

// DefaultRemoteAddr is the default remote address to return in RemoteAddr if
// an explicit DefaultRemoteAddr isn't set on ResponseRecorder.
const DefaultRemoteAddr = "1.2.3.4"

// Header returns the response headers.
func (rw *ResponseRecorder) Header() http.Header {
return rw.HeaderMap
Expand Down

0 comments on commit 8e05c69

Please sign in to comment.