FreeBSD Bugzilla – Attachment 172347 Details for
Bug 210981
[UPDATE] net/go.net
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
go.net.patch (text/plain), 25.23 KB, created by
Carlo Strub
on 2016-07-10 19:16:49 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Carlo Strub
Created:
2016-07-10 19:16:49 UTC
Size:
25.23 KB
patch
obsolete
>diff -ruN go.net.orig/distinfo go.net/distinfo >--- go.net.orig/distinfo 2016-07-10 21:16:05.848640000 +0200 >+++ go.net/distinfo 2016-07-10 21:15:54.414488000 +0200 >@@ -1,2 +1,3 @@ >-SHA256 (go.net-20131227.tar.gz) = aef51b5f3b8dc121abe18c2db4c64ead85e7b55cc3aab398ca7310c44629d03c >-SIZE (go.net-20131227.tar.gz) = 359148 >+TIMESTAMP = 1468015689 >+SHA256 (golang-net-20160708-f841c39de738b1d0df95b5a7187744f0e03d8112_GH0.tar.gz) = 0d5170e8f93624ca71ce8de87bd745938c29a5e4419483072c080acdb00af70a >+SIZE (golang-net-20160708-f841c39de738b1d0df95b5a7187744f0e03d8112_GH0.tar.gz) = 724860 >diff -ruN go.net.orig/Makefile go.net/Makefile >--- go.net.orig/Makefile 2016-07-10 21:16:05.845999000 +0200 >+++ go.net/Makefile 2016-07-10 21:15:54.414655000 +0200 >@@ -2,30 +2,45 @@ > # $FreeBSD: head/net/go.net/Makefile 413776 2016-04-22 12:40:04Z mat $ > > PORTNAME= go.net >-PORTVERSION= 20131227 >+PORTVERSION= 20160708 > CATEGORIES= net devel >-MASTER_SITES= http://jlaffaye.net/ LOCAL/jlaffaye > > MAINTAINER= jlaffaye@FreeBSD.org > COMMENT= Additional Net packages for Go > > LICENSE= BSD3CLAUSE > >-BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.text:textproc/go.text >+BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/golang.org/x/text/cases.a:textproc/go.text > >+USE_GITHUB= yes >+GH_ACCOUNT= golang >+GH_PROJECT= net >+GH_TAGNAME= f841c39de738b1d0df95b5a7187744f0e03d8112 > USES= go >-GO_PKGNAME= code.google.com/p/go.net >-GO_TARGET= ${GO_PKGNAME}/dict \ >- ${GO_PKGNAME}/html \ >- ${GO_PKGNAME}/html/atom \ >- ${GO_PKGNAME}/html/charset \ >- ${GO_PKGNAME}/idna \ >- ${GO_PKGNAME}/ipv4 \ >- ${GO_PKGNAME}/ipv6 \ >- ${GO_PKGNAME}/netutil \ >- ${GO_PKGNAME}/proxy \ >- ${GO_PKGNAME}/publicsuffix \ >- ${GO_PKGNAME}/spdy \ >- ${GO_PKGNAME}/websocket >+GO_TARGET= ${GO_PKGNAME}/bpf \ >+ ${GO_PKGNAME}/context \ >+ ${GO_PKGNAME}/context/ctxhttp \ >+ ${GO_PKGNAME}/dict \ >+ ${GO_PKGNAME}/html \ >+ ${GO_PKGNAME}/html/atom \ >+ ${GO_PKGNAME}/html/charset \ >+ ${GO_PKGNAME}/http2 \ >+ ${GO_PKGNAME}/http2/h2i \ >+ ${GO_PKGNAME}/http2/hpack \ >+ ${GO_PKGNAME}/icmp \ >+ ${GO_PKGNAME}/idna \ >+ ${GO_PKGNAME}/ipv4 \ >+ ${GO_PKGNAME}/ipv6 \ >+ ${GO_PKGNAME}/lex/httplex \ >+ ${GO_PKGNAME}/netutil \ >+ ${GO_PKGNAME}/proxy \ >+ ${GO_PKGNAME}/publicsuffix \ >+ ${GO_PKGNAME}/route \ >+ ${GO_PKGNAME}/trace \ >+ ${GO_PKGNAME}/webdav \ >+ ${GO_PKGNAME}/websocket \ >+ ${GO_PKGNAME}/xsrftoken >+ >+GO_PKGNAME= golang.org/x/net > > .include <bsd.port.mk> >diff -ruN go.net.orig/pkg-descr go.net/pkg-descr >--- go.net.orig/pkg-descr 2016-07-10 21:16:05.851000000 +0200 >+++ go.net/pkg-descr 2016-07-10 21:15:54.414412000 +0200 >@@ -1,4 +1,4 @@ > go.net contains additional Go packages for net applications such as dict (the > Dictionary Server Protocol), spdy and websocket. > >-WWW: http://code.google.com/p/go/source/browse?repo=net >+WWW: https://godoc.org/golang.org/x/net >diff -ruN go.net.orig/pkg-plist go.net/pkg-plist >--- go.net.orig/pkg-plist 2016-07-10 21:16:05.842895000 +0200 >+++ go.net/pkg-plist 2016-07-10 21:15:54.414587000 +0200 >@@ -1,15 +1,53 @@ >+bin/h2i >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/bpf.a >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/context.a >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/context/ctxhttp.a > %%GO_LIBDIR%%/%%GO_PKGNAME%%/dict.a > %%GO_LIBDIR%%/%%GO_PKGNAME%%/html.a > %%GO_LIBDIR%%/%%GO_PKGNAME%%/html/atom.a > %%GO_LIBDIR%%/%%GO_PKGNAME%%/html/charset.a >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/http2.a >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/http2/hpack.a >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/icmp.a > %%GO_LIBDIR%%/%%GO_PKGNAME%%/idna.a > %%GO_LIBDIR%%/%%GO_PKGNAME%%/ipv4.a > %%GO_LIBDIR%%/%%GO_PKGNAME%%/ipv6.a >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/lex/httplex.a > %%GO_LIBDIR%%/%%GO_PKGNAME%%/netutil.a > %%GO_LIBDIR%%/%%GO_PKGNAME%%/proxy.a > %%GO_LIBDIR%%/%%GO_PKGNAME%%/publicsuffix.a >-%%GO_LIBDIR%%/%%GO_PKGNAME%%/spdy.a >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/route.a >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/trace.a >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/webdav.a > %%GO_LIBDIR%%/%%GO_PKGNAME%%/websocket.a >+%%GO_LIBDIR%%/%%GO_PKGNAME%%/xsrftoken.a >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/asm.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/constants.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/doc.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/instructions.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/instructions_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/testdata/all_instructions.bpf >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/testdata/all_instructions.txt >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/vm.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/vm_aluop_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/vm_bpf_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/vm_extension_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/vm_instructions.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/vm_jump_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/vm_load_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/vm_ret_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/vm_scratch_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/bpf/vm_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/context/context.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/context/context_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/context/ctxhttp/ctxhttp.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/context/ctxhttp/ctxhttp_17_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/context/ctxhttp/ctxhttp_pre17.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/context/ctxhttp/ctxhttp_pre17_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/context/ctxhttp/ctxhttp_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/context/go17.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/context/pre_go17.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/context/withtimeout_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/dict/dict.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/atom/atom.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/atom/atom_test.go >@@ -18,8 +56,6 @@ > %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/atom/table_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/charset.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/charset_test.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/gen.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/table.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/HTTP-charset.html > %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/HTTP-vs-UTF-8-BOM.html > %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/HTTP-vs-meta-charset.html >@@ -96,105 +132,258 @@ > %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/webkit02.dat > %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/token.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/token_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/Dockerfile >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/Makefile >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/README >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/client_conn_pool.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/configure_transport.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/errors.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/errors_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/fixed_buffer.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/fixed_buffer_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/flow.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/flow_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/frame.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/frame_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/go16.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/go17.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/gotrack.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/gotrack_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/h2demo/.gitignore >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/h2demo/Makefile >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/h2demo/README >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/h2demo/h2demo.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/h2demo/launch.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/h2demo/rootCA.key >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/h2demo/rootCA.pem >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/h2demo/rootCA.srl >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/h2demo/server.crt >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/h2demo/server.key >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/h2i/README.md >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/h2i/h2i.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/headermap.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/hpack/encode.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/hpack/encode_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/hpack/hpack.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/hpack/hpack_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/hpack/huffman.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/hpack/tables.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/http2.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/http2_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/not_go16.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/not_go17.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/pipe.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/pipe_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/priority_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/server.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/server_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/testdata/draft-ietf-httpbis-http2.xml >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/transport.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/transport_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/write.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/writesched.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/http2/z_spec_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/dstunreach.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/echo.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/endpoint.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/example_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/extension.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/extension_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/helper.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/helper_posix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/interface.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/ipv4.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/ipv4_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/ipv6.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/listen_posix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/listen_stub.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/message.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/message_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/messagebody.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/mpls.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/multipart.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/multipart_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/packettoobig.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/paramprob.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/ping_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/sys_freebsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/icmp/timeexceeded.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/idna.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/idna_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/punycode.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/punycode_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/bpf_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/bpfopt_linux.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/bpfopt_stub.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/control.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/control_bsd.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/control_linux.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/control_plan9.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/control_pktinfo.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/control_stub.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/control_unix.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/control_windows.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/dgramopt_plan9.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/defs_darwin.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/defs_dragonfly.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/defs_freebsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/defs_linux.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/defs_netbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/defs_openbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/defs_solaris.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/dgramopt_posix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/dgramopt_stub.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/doc.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/endpoint.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/example_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/gen.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/genericopt_plan9.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/genericopt_posix.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/gentest.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/genericopt_stub.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/header.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/header_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/helper.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/helper_plan9.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/helper_posix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/helper_stub.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/helper_unix.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/helper_windows.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/iana.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/iana_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/icmp.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/mockicmp_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/icmp_linux.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/icmp_stub.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/icmp_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/mocktransponder_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/multicast_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/multicastlistener_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/multicastsockopt_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/packet.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/payload.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_bsd.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_freebsd.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_linux.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_plan9.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/payload_cmsg.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/payload_nocmsg.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/readwrite_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_asmreq.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_asmreq_stub.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_asmreq_unix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_asmreq_windows.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_asmreqn_stub.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_asmreqn_unix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_ssmreq_stub.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_ssmreq_unix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_stub.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_unix.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_windows.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sys_bsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sys_darwin.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sys_freebsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sys_linux.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sys_openbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sys_stub.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sys_windows.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/syscall_linux_386.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/syscall_unix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/thunk_linux_386.s > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/unicast_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/unicastsockopt_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_darwin.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_dragonfly.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_freebsd_386.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_freebsd_amd64.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_freebsd_arm.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_linux_386.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_linux_amd64.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_linux_arm.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_linux_arm64.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_linux_mips64.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_linux_mips64le.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_linux_ppc.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_linux_ppc64.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_linux_ppc64le.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_linux_s390x.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_netbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_openbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/zsys_solaris.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/bpf_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/bpfopt_linux.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/bpfopt_stub.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control_rfc2292_unix.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control_rfc3542_plan9.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control_rfc3542_unix.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control_rfc3542_windows.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control_test.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/dgramopt_plan9.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control_stub.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control_unix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control_windows.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/defs_darwin.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/defs_dragonfly.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/defs_freebsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/defs_linux.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/defs_netbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/defs_openbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/defs_solaris.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/dgramopt_posix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/dgramopt_stub.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/doc.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/endpoint.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/example_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/gen.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/genericopt_plan9.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/genericopt_posix.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/gentest.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/genericopt_stub.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/header.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/header_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/helper.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/helper_plan9.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/helper_stub.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/helper_unix.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/helper_windows.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/iana.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/iana_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp_bsd.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp_linux.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp_plan9.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp_solaris.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp_stub.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp_windows.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/mockicmp_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/mocktransponder_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/multicast_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/multicastlistener_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/multicastsockopt_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/payload.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/payload_cmsg.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/payload_noncmsg.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc2292_unix.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3493_bsd.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3493_linux.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3493_unix.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3493_windows.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3542_plan9.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3542_unix.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3542_windows.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/payload_nocmsg.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/readwrite_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_asmreq_unix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_asmreq_windows.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_ssmreq_stub.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_ssmreq_unix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_stub.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_test.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_unix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_windows.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys_bsd.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys_darwin.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys_freebsd.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys_linux.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys_unix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys_stub.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys_windows.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/syscall_linux_386.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/syscall_linux_386.s >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/syscall_nosplit4_linux_386.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/syscall_nosplit7_linux_386.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/syscall_unix.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/thunk_linux_386.s > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/unicast_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/unicastsockopt_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_darwin.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_dragonfly.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_freebsd_386.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_freebsd_amd64.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_freebsd_arm.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_linux_386.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_linux_amd64.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_linux_arm.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_linux_arm64.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_linux_mips64.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_linux_mips64le.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_linux_ppc.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_linux_ppc64.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_linux_ppc64le.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_linux_s390x.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_netbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_openbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/zsys_solaris.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/lex/httplex/httplex.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/lex/httplex/httplex_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/netutil/listen.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/netutil/listen_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/proxy/direct.go >@@ -208,11 +397,72 @@ > %%GO_SRCDIR%%/%%GO_PKGNAME%%/publicsuffix/list_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/publicsuffix/table.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/publicsuffix/table_test.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/spdy/dictionary.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/spdy/read.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/spdy/spdy_test.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/spdy/types.go >-%%GO_SRCDIR%%/%%GO_PKGNAME%%/spdy/write.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/address.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/address_darwin_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/address_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/binary.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/defs_darwin.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/defs_dragonfly.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/defs_freebsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/defs_netbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/defs_openbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/interface.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/interface_announce.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/interface_classic.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/interface_freebsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/interface_multicast.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/interface_openbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/message.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/message_darwin_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/message_freebsd_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/message_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/route.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/route_classic.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/route_openbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/route_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/sys.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/sys_darwin.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/sys_dragonfly.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/sys_freebsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/sys_netbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/sys_openbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/syscall.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/syscall.s >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/zsys_darwin.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/zsys_dragonfly.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/zsys_freebsd_386.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/zsys_freebsd_amd64.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/zsys_freebsd_arm.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/zsys_netbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/route/zsys_openbsd.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/trace/events.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/trace/histogram.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/trace/histogram_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/trace/trace.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/trace/trace_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/file.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/file_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/if.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/if_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/internal/xml/README >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/internal/xml/atom_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/internal/xml/example_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/internal/xml/marshal.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/internal/xml/marshal_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/internal/xml/read.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/internal/xml/read_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/internal/xml/typeinfo.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/internal/xml/xml.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/internal/xml/xml_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/litmus_test_server.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/lock.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/lock_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/prop.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/prop_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/webdav.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/webdav_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/xml.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/webdav/xml_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/client.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/exampledial_test.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/examplehandler_test.go >@@ -221,3 +471,5 @@ > %%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/server.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/websocket.go > %%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/websocket_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/xsrftoken/xsrf.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/xsrftoken/xsrf_test.go
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210981
:
172345
| 172347