We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbcc83 commit 2cf1034Copy full SHA for 2cf1034
main_test.go
@@ -57,7 +57,6 @@ func TestSampleWindow_Update(t *testing.T) {
57
58
func TestProxyHandle(t *testing.T) {
59
target := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
60
- println(r.URL.Path)
61
if r.URL.Path == "/hello" {
62
fmt.Fprint(w, "Hello, client")
63
}
0 commit comments