-
Notifications
You must be signed in to change notification settings - Fork 909
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules: switch to netdev3 branch of net submodule
Signed-off-by: deadprogram <[email protected]>
- Loading branch information
1 parent
0077095
commit 673a7a9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule net
updated
41 files
+0 −21 | .gitignore | |
+0 −24 | LICENSE | |
+107 −1 | README.md | |
+0 −478 | conn_test.go | |
+151 −7 | dial.go | |
+0 −10 | errors.go | |
+523 −0 | http/client.go | |
+76 −0 | http/clone.go | |
+470 −0 | http/cookie.go | |
+974 −0 | http/fs.go | |
+275 −0 | http/header.go | |
+161 −0 | http/http.go | |
+63 −0 | http/internal/ascii/print.go | |
+95 −0 | http/internal/ascii/print_test.go | |
+264 −0 | http/internal/chunked.go | |
+241 −0 | http/internal/chunked_test.go | |
+29 −0 | http/jar.go | |
+22 −0 | http/method.go | |
+1,447 −0 | http/request.go | |
+373 −0 | http/response.go | |
+3,261 −0 | http/server.go | |
+306 −0 | http/sniff.go | |
+212 −0 | http/status.go | |
+1,127 −0 | http/transfer.go | |
+22 −0 | http/transport.go | |
+0 −253 | interface.go | |
+0 −53 | interface_tinygo.go | |
+28 −2 | ip.go | |
+19 −1 | iprawsock.go | |
+4 −2 | ipsock.go | |
+11 −11 | mac.go | |
+109 −0 | mac_test.go | |
+10 −90 | net.go | |
+62 −0 | netdev.go | |
+256 −1 | parse.go | |
+1 −1 | pipe.go | |
+0 −48 | pipe_test.go | |
+221 −2 | tcpsock.go | |
+140 −0 | tlssock.go | |
+194 −0 | udpsock.go | |
+0 −132 | writev_test.go |