github.com/aarzilli/tools@v0.0.0-20151123112009-0d27094f75e0/net/http/proxy1/x_test.go (about) 1 package proxy1 2 3 import ( 4 "net/http" 5 "testing" 6 ) 7 8 func Test2(t *testing.T) { 9 http.ListenAndServe("localhost:4072", nil) 10 }