gotest make[1]: Entering directory `/home/santucco/go/src/pkg/http' rm -f _test/http.a _gotest_.8 make[1]: Leaving directory `/home/santucco/go/src/pkg/http' make[1]: Entering directory `/home/santucco/go/src/pkg/http' 8g -o _gotest_.8 chunked.go client.go dump.go fs.go header.go lex.go persist.go request.go response.go server.go status.go transfer.go transport.go url.go client_test.go fs_test.go lex_test.go proxy_test.go readrequest_test.go request_test.go requestwrite_test.go response_test.go responsewrite_test.go serve_test.go url_test.go rm -f _test/http.a gopack grc _test/http.a _gotest_.8 make[1]: Leaving directory `/home/santucco/go/src/pkg/http' panic: runtime error: assignment to entry in nil map runtime.panic+0xa4 /home/santucco/go/src/pkg/runtime/proc.c:1054 runtime.panic(0x812f994, 0x50021b20) runtime.panicstring+0x95 /home/santucco/go/src/pkg/runtime/runtime.c:118 runtime.panicstring(0x82e6885, 0x1) runtime.mapassign1+0x17 /home/santucco/go/src/pkg/runtime/hashmap.c:905 runtime.mapassign1(0x0, 0x8124c04) net/textproto.MIMEHeader·Set+0x90 /home/santucco/go/src/pkg/net/textproto/header.go:22 net/textproto.MIMEHeader·Set(0x0, 0x8124c04, 0x13, 0x50031ae0, 0x26, ...) http.Header·Set+0x3f /home/santucco/go/src/pkg/http/header.go:22 http.Header·Set(0x0, 0x8124c04, 0x13, 0x50031ae0, 0x26, ...) http.*transport·Do+0x529 /home/santucco/go/src/pkg/http/transport.go:87 http.*transport·Do(0x5005b210, 0x50042d90, 0x5002e528, 0x0, 0x0, ...) http.send+0x1e3 /home/santucco/go/src/pkg/http/client.go:117 http.send(0x50042d90, 0x5003db00, 0x5005b210, 0x0, 0x0, ...) http.*Client·Get+0x1c0 /home/santucco/go/src/pkg/http/client.go:186 http.*Client·Get(make: exit 2 0x500212c8, 0x50031b40, 0x20, 0x0, 0x0, ...) http.Get+0x48 /home/santucco/go/src/pkg/http/client.go:145 http.Get(0x81305e8, 0x20, 0x0, 0x0, 0x0, ...) http.TestClient+0x35 /home/santucco/go/src/pkg/http/client_test.go:20 http.TestClient(0x50036ef0, 0x80499f6) testing.tRunner+0x2f /home/santucco/go/src/pkg/testing/testing.go:133 testing.tRunner(0x50036ef0, 0x5004a600, 0x0) runtime.goexit /home/santucco/go/src/pkg/runtime/proc.c:150 runtime.goexit() goroutine 3 [3]: runtime.entersyscall+0x25 /home/santucco/go/src/pkg/runtime/proc.c:589 runtime.entersyscall() syscall.Syscall6+0x5 /home/santucco/go/src/pkg/syscall/asm_linux_386.s:39 syscall.Syscall6() syscall.EpollWait+0x74 /home/santucco/go/src/pkg/syscall/zsyscall_linux_386.go:192 syscall.EpollWait(0x6, 0x5005b310, 0x1, 0x1, 0x1388, ...) net.*pollster·WaitFD+0x134 /home/santucco/go/src/pkg/net/fd_linux.go:116 net.*pollster·WaitFD(0x50021548, 0x2a0361c0, 0x1, 0x50056380, 0x72, ...) net.*pollServer·Run+0xcb /home/santucco/go/src/pkg/net/fd.go:207 net.*pollServer·Run(0x50061240, 0x0) runtime.goexit /home/santucco/go/src/pkg/runtime/proc.c:150 runtime.goexit() goroutine 1 [4]: runtime.gosched+0x75 /home/santucco/go/src/pkg/runtime/proc.c:570 runtime.gosched() runtime.chanrecv+0x37c /home/santucco/go/src/pkg/runtime/chan.c:324 runtime.chanrecv(0x5003b780, 0x70061e50, 0x0, 0x0, 0x8135ad8, ...) runtime.chanrecv1+0x3f /home/santucco/go/src/pkg/runtime/chan.c:416 runtime.chanrecv1(0x5003b780, 0x5004a600) testing.Main+0x2a8 /home/santucco/go/src/pkg/testing/testing.go:161 testing.Main(0x8080b87, 0x5004a600, 0x20) main.main+0x35 /home/santucco/go/src/pkg/http/_testmain.go:45 main.main() runtime.mainstart+0xf /home/santucco/go/src/pkg/runtime/386/asm.s:93 runtime.mainstart() runtime.goexit /home/santucco/go/src/pkg/runtime/proc.c:150 runtime.goexit() make: *** [test] Error 2