From 9cda546c7138f46dd763df7db8964f6137168838 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 8 Sep 2014 00:22:40 -0400 Subject: build: more adjustments for move from src/pkg to src These were missed in CL 134570043. Fixes nacl, solaris builds. TBR=r CC=golang-codereviews https://codereview.appspot.com/136320043 --- misc/nacl/testzip.proto | 159 ++++++++++++++++++++++++------------------------ 1 file changed, 79 insertions(+), 80 deletions(-) (limited to 'misc') diff --git a/misc/nacl/testzip.proto b/misc/nacl/testzip.proto index 89e1e1193..fd0c6a035 100644 --- a/misc/nacl/testzip.proto +++ b/misc/nacl/testzip.proto @@ -21,98 +21,97 @@ go src=.. link testdata + - pkg - archive - tar - testdata - + - zip - testdata - + - compress - bzip2 - testdata - + - flate - gzip - testdata - + - lzw - testdata - + - zlib - crypto - rsa - testdata - + - tls - testdata - + - debug - dwarf - testdata - + - elf - testdata - + - macho - testdata - + - pe - testdata - + - plan9obj - testdata - + - go - build - + - doc - testdata - + - format - + - parser - + - printer - + - image - testdata - + - draw - gif - jpeg - png - testdata - + - io + archive + tar + testdata + + + zip + testdata + + + compress + bzip2 + testdata + + + flate + gzip + testdata + + + lzw + testdata + - mime + zlib + crypto + rsa + testdata + + + tls + testdata + + + debug + dwarf + testdata + + + elf + testdata + + + macho testdata + - multipart - testdata - + - net - http + pe + testdata + + plan9obj testdata + - os + go + build + - path - filepath + doc + testdata + - regexp + format + + + parser + + + printer + + + image + testdata + + + draw + gif + jpeg + png testdata + - strconv + io + + + mime + testdata + + + multipart + testdata + + + net + http + + + testdata + + + os + + + path + filepath + + + regexp + testdata + + + strconv + testdata + + + text + template testdata + - text - template - testdata - + lib time zoneinfo.zip -- cgit v1.2.1