mirror of https://github.com/golang/go.git
net/http: remove unused test type
Change-Id: Ia8d4459a39425583027f00410fe17b9686b768db Reviewed-on: https://go-review.googlesource.com/3026 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
4d226dfee9
commit
fd880f8d26
|
|
@ -402,8 +402,6 @@ type getBasicAuthTest struct {
|
|||
ok bool
|
||||
}
|
||||
|
||||
type parseBasicAuthTest getBasicAuthTest
|
||||
|
||||
type basicAuthCredentialsTest struct {
|
||||
username, password string
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue