[all-commits] [llvm/llvm-project] 372bfc: Remove llgo per discussion on llvm-dev:

Eric Christopher via All-commits all-commits at lists.llvm.org
Mon Feb 10 10:10:26 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 372bfc65deb859219270e8d467ee2918fb939599
      https://github.com/llvm/llvm-project/commit/372bfc65deb859219270e8d467ee2918fb939599
  Author: Eric Christopher <echristo at gmail.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    R llgo/.arcconfig
    R llgo/CMakeLists.txt
    R llgo/LICENSE.TXT
    R llgo/README.TXT
    R llgo/autoconf/config.sub
    R llgo/build/context.go
    R llgo/buildslave-config.yaml
    R llgo/cmd/cc-wrapper/main.go
    R llgo/cmd/cgo/zdefaultcc.go
    R llgo/cmd/gllgo/config.h.cmake
    R llgo/cmd/gllgo/gllgo.go
    R llgo/cmd/go/zdefaultcc.go.in
    R llgo/cmd/llgoi/llgoi.go
    R llgo/debug/debug.go
    R llgo/docs/Makefile.sphinx
    R llgo/docs/conf.py
    R llgo/docs/index.rst
    R llgo/docs/llgoi.rst
    R llgo/docs/make.bat
    R llgo/driver/parser.go
    R llgo/include/dwarf2.h
    R llgo/include/filenames.h
    R llgo/include/unwind-pe.h
    R llgo/irgen/annotations.go
    R llgo/irgen/attribute.go
    R llgo/irgen/builtins.go
    R llgo/irgen/cabi.go
    R llgo/irgen/call.go
    R llgo/irgen/channels.go
    R llgo/irgen/closures.go
    R llgo/irgen/compiler.go
    R llgo/irgen/errors.go
    R llgo/irgen/indirect.go
    R llgo/irgen/interfaces.go
    R llgo/irgen/maps.go
    R llgo/irgen/predicates.go
    R llgo/irgen/println.go
    R llgo/irgen/runtime.go
    R llgo/irgen/slice.go
    R llgo/irgen/ssa.go
    R llgo/irgen/strings.go
    R llgo/irgen/switches.go
    R llgo/irgen/targets.go
    R llgo/irgen/typemap.go
    R llgo/irgen/types.go
    R llgo/irgen/utils.go
    R llgo/irgen/value.go
    R llgo/irgen/version.go
    R llgo/libgo-check-failures.diff
    R llgo/libgo-noext.diff
    R llgo/llgo-go.sh
    R llgo/ssaopt/esc.go
    R llgo/test/CMakeLists.txt
    R llgo/test/debuginfo/emptyname.go
    R llgo/test/driver/parse-arguments.go
    R llgo/test/execution/Inputs/init2.go
    R llgo/test/execution/arrays/compare.go
    R llgo/test/execution/arrays/index.go
    R llgo/test/execution/arrays/range.go
    R llgo/test/execution/arrays/slice.go
    R llgo/test/execution/assignment/arrays.go
    R llgo/test/execution/assignment/binop.go
    R llgo/test/execution/assignment/dereferencing.go
    R llgo/test/execution/assignment/multi.go
    R llgo/test/execution/assignment/namedresult.go
    R llgo/test/execution/branching/goto.go
    R llgo/test/execution/branching/labeled.go
    R llgo/test/execution/chan/buffered.go
    R llgo/test/execution/chan/range.go
    R llgo/test/execution/chan/select.go
    R llgo/test/execution/chan/self.go
    R llgo/test/execution/circulartype.go
    R llgo/test/execution/closures/basic.go
    R llgo/test/execution/closures/issue176.go
    R llgo/test/execution/complex.go
    R llgo/test/execution/const.go
    R llgo/test/execution/conversions/complex.go
    R llgo/test/execution/conversions/float.go
    R llgo/test/execution/conversions/int.go
    R llgo/test/execution/conversions/sameunderlying.go
    R llgo/test/execution/defer.go
    R llgo/test/execution/errors/recover.go
    R llgo/test/execution/for/branch.go
    R llgo/test/execution/fun.go
    R llgo/test/execution/functions/compare.go
    R llgo/test/execution/functions/multivalue.go
    R llgo/test/execution/functions/unreachable.go
    R llgo/test/execution/go.go
    R llgo/test/execution/if/lazy.go
    R llgo/test/execution/init.go
    R llgo/test/execution/interfaces/assert.go
    R llgo/test/execution/interfaces/basic.go
    R llgo/test/execution/interfaces/comparei2i.go
    R llgo/test/execution/interfaces/comparei2v.go
    R llgo/test/execution/interfaces/e2i_conversion.go
    R llgo/test/execution/interfaces/embedded.go
    R llgo/test/execution/interfaces/error.go
    R llgo/test/execution/interfaces/i2i_conversion.go
    R llgo/test/execution/interfaces/import.go
    R llgo/test/execution/interfaces/methods.go
    R llgo/test/execution/interfaces/static_conversion.go
    R llgo/test/execution/interfaces/wordsize.go
    R llgo/test/execution/literals/array.go
    R llgo/test/execution/literals/func.go
    R llgo/test/execution/literals/map.go
    R llgo/test/execution/literals/slice.go
    R llgo/test/execution/literals/struct.go
    R llgo/test/execution/maps/delete.go
    R llgo/test/execution/maps/insert.go
    R llgo/test/execution/maps/lookup.go
    R llgo/test/execution/maps/range.go
    R llgo/test/execution/methods/methodvalues.go
    R llgo/test/execution/methods/nilrecv.go
    R llgo/test/execution/methods/selectors.go
    R llgo/test/execution/new.go
    R llgo/test/execution/nil.go
    R llgo/test/execution/operators/basics.go
    R llgo/test/execution/operators/binary_untyped.go
    R llgo/test/execution/operators/shifts.go
    R llgo/test/execution/slices/append.go
    R llgo/test/execution/slices/cap.go
    R llgo/test/execution/slices/compare.go
    R llgo/test/execution/slices/copy.go
    R llgo/test/execution/slices/index.go
    R llgo/test/execution/slices/literal.go
    R llgo/test/execution/slices/make.go
    R llgo/test/execution/slices/sliceexpr.go
    R llgo/test/execution/strings/add.go
    R llgo/test/execution/strings/bytes.go
    R llgo/test/execution/strings/compare.go
    R llgo/test/execution/strings/index.go
    R llgo/test/execution/strings/range.go
    R llgo/test/execution/strings/runetostring.go
    R llgo/test/execution/strings/slice.go
    R llgo/test/execution/structs/compare.go
    R llgo/test/execution/structs/embed.go
    R llgo/test/execution/switch/branch.go
    R llgo/test/execution/switch/default.go
    R llgo/test/execution/switch/empty.go
    R llgo/test/execution/switch/scope.go
    R llgo/test/execution/switch/strings.go
    R llgo/test/execution/switch/type.go
    R llgo/test/execution/types/named.go
    R llgo/test/execution/types/recursive.go
    R llgo/test/execution/unsafe/const_sizeof.go
    R llgo/test/execution/unsafe/offsetof.go
    R llgo/test/execution/unsafe/pointer.go
    R llgo/test/execution/unsafe/sizeof_array.go
    R llgo/test/execution/unsafe/sizeof_basic.go
    R llgo/test/execution/unsafe/sizeof_struct.go
    R llgo/test/execution/var.go
    R llgo/test/execution/varargs.go
    R llgo/test/gllgo/dead.go
    R llgo/test/irgen/Inputs/mangling-synthetic-p.go
    R llgo/test/irgen/avoidload.go
    R llgo/test/irgen/cabi.go
    R llgo/test/irgen/go-panic.go
    R llgo/test/irgen/imports.go
    R llgo/test/irgen/mangling-dot.go
    R llgo/test/irgen/mangling-synthetic.go
    R llgo/test/irgen/select.go
    R llgo/test/irgen/switch.go
    R llgo/test/lit.cfg
    R llgo/test/lit.site.cfg.in
    R llgo/test/llgoi/Inputs/src/bar/answer.go
    R llgo/test/llgoi/Inputs/src/foo/answer.go
    R llgo/test/llgoi/Inputs/src/foo_cgo/answer.go
    R llgo/test/llgoi/arith.test
    R llgo/test/llgoi/import-binary.test
    R llgo/test/llgoi/import-source.test
    R llgo/test/llgoi/import-source2.test
    R llgo/test/llgoi/interfaces.test
    R llgo/test/llgoi/maps.test
    R llgo/test/llgoi/panic.test
    R llgo/test/llgoi/vars.test
    R llgo/third_party/gofrontend/LICENSE
    R llgo/third_party/gofrontend/config-ml.in
    R llgo/third_party/gofrontend/config.guess
    R llgo/third_party/gofrontend/config.sub
    R llgo/third_party/gofrontend/depcomp
    R llgo/third_party/gofrontend/include/dwarf2.def
    R llgo/third_party/gofrontend/include/dwarf2.h
    R llgo/third_party/gofrontend/include/filenames.h
    R llgo/third_party/gofrontend/install-sh
    R llgo/third_party/gofrontend/libbacktrace/ChangeLog
    R llgo/third_party/gofrontend/libbacktrace/ChangeLog.jit
    R llgo/third_party/gofrontend/libbacktrace/Makefile.am
    R llgo/third_party/gofrontend/libbacktrace/Makefile.in
    R llgo/third_party/gofrontend/libbacktrace/README
    R llgo/third_party/gofrontend/libbacktrace/aclocal.m4
    R llgo/third_party/gofrontend/libbacktrace/alloc.c
    R llgo/third_party/gofrontend/libbacktrace/atomic.c
    R llgo/third_party/gofrontend/libbacktrace/backtrace-supported.h.in
    R llgo/third_party/gofrontend/libbacktrace/backtrace.c
    R llgo/third_party/gofrontend/libbacktrace/backtrace.h
    R llgo/third_party/gofrontend/libbacktrace/btest.c
    R llgo/third_party/gofrontend/libbacktrace/config.h.in
    R llgo/third_party/gofrontend/libbacktrace/configure
    R llgo/third_party/gofrontend/libbacktrace/configure.ac
    R llgo/third_party/gofrontend/libbacktrace/dwarf.c
    R llgo/third_party/gofrontend/libbacktrace/elf.c
    R llgo/third_party/gofrontend/libbacktrace/fileline.c
    R llgo/third_party/gofrontend/libbacktrace/filetype.awk
    R llgo/third_party/gofrontend/libbacktrace/internal.h
    R llgo/third_party/gofrontend/libbacktrace/mmap.c
    R llgo/third_party/gofrontend/libbacktrace/mmapio.c
    R llgo/third_party/gofrontend/libbacktrace/nounwind.c
    R llgo/third_party/gofrontend/libbacktrace/posix.c
    R llgo/third_party/gofrontend/libbacktrace/print.c
    R llgo/third_party/gofrontend/libbacktrace/read.c
    R llgo/third_party/gofrontend/libbacktrace/simple.c
    R llgo/third_party/gofrontend/libbacktrace/sort.c
    R llgo/third_party/gofrontend/libbacktrace/state.c
    R llgo/third_party/gofrontend/libbacktrace/stest.c
    R llgo/third_party/gofrontend/libbacktrace/unknown.c
    R llgo/third_party/gofrontend/libffi/ChangeLog.libffi
    R llgo/third_party/gofrontend/libffi/ChangeLog.libgcj
    R llgo/third_party/gofrontend/libffi/ChangeLog.v1
    R llgo/third_party/gofrontend/libffi/LICENSE
    R llgo/third_party/gofrontend/libffi/Makefile.am
    R llgo/third_party/gofrontend/libffi/Makefile.in
    R llgo/third_party/gofrontend/libffi/README
    R llgo/third_party/gofrontend/libffi/acinclude.m4
    R llgo/third_party/gofrontend/libffi/aclocal.m4
    R llgo/third_party/gofrontend/libffi/configure
    R llgo/third_party/gofrontend/libffi/configure.ac
    R llgo/third_party/gofrontend/libffi/configure.host
    R llgo/third_party/gofrontend/libffi/doc/libffi.texi
    R llgo/third_party/gofrontend/libffi/doc/version.texi
    R llgo/third_party/gofrontend/libffi/fficonfig.h.in
    R llgo/third_party/gofrontend/libffi/generate-darwin-source-and-headers.py
    R llgo/third_party/gofrontend/libffi/include/Makefile.am
    R llgo/third_party/gofrontend/libffi/include/Makefile.in
    R llgo/third_party/gofrontend/libffi/include/ffi.h.in
    R llgo/third_party/gofrontend/libffi/include/ffi_cfi.h
    R llgo/third_party/gofrontend/libffi/include/ffi_common.h
    R llgo/third_party/gofrontend/libffi/libffi.pc.in
    R llgo/third_party/gofrontend/libffi/libffi.xcodeproj/project.pbxproj
    R llgo/third_party/gofrontend/libffi/libtool-version
    R llgo/third_party/gofrontend/libffi/man/Makefile.am
    R llgo/third_party/gofrontend/libffi/man/Makefile.in
    R llgo/third_party/gofrontend/libffi/man/ffi.3
    R llgo/third_party/gofrontend/libffi/man/ffi_call.3
    R llgo/third_party/gofrontend/libffi/man/ffi_prep_cif.3
    R llgo/third_party/gofrontend/libffi/man/ffi_prep_cif_var.3
    R llgo/third_party/gofrontend/libffi/mdate-sh
    R llgo/third_party/gofrontend/libffi/src/aarch64/ffi.c
    R llgo/third_party/gofrontend/libffi/src/aarch64/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/aarch64/internal.h
    R llgo/third_party/gofrontend/libffi/src/aarch64/sysv.S
    R llgo/third_party/gofrontend/libffi/src/alpha/ffi.c
    R llgo/third_party/gofrontend/libffi/src/alpha/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/alpha/internal.h
    R llgo/third_party/gofrontend/libffi/src/alpha/osf.S
    R llgo/third_party/gofrontend/libffi/src/arc/arcompact.S
    R llgo/third_party/gofrontend/libffi/src/arc/ffi.c
    R llgo/third_party/gofrontend/libffi/src/arc/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/arm/ffi.c
    R llgo/third_party/gofrontend/libffi/src/arm/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/arm/internal.h
    R llgo/third_party/gofrontend/libffi/src/arm/sysv.S
    R llgo/third_party/gofrontend/libffi/src/avr32/ffi.c
    R llgo/third_party/gofrontend/libffi/src/avr32/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/avr32/sysv.S
    R llgo/third_party/gofrontend/libffi/src/bfin/ffi.c
    R llgo/third_party/gofrontend/libffi/src/bfin/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/bfin/sysv.S
    R llgo/third_party/gofrontend/libffi/src/closures.c
    R llgo/third_party/gofrontend/libffi/src/cris/ffi.c
    R llgo/third_party/gofrontend/libffi/src/cris/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/cris/sysv.S
    R llgo/third_party/gofrontend/libffi/src/debug.c
    R llgo/third_party/gofrontend/libffi/src/dlmalloc.c
    R llgo/third_party/gofrontend/libffi/src/frv/eabi.S
    R llgo/third_party/gofrontend/libffi/src/frv/ffi.c
    R llgo/third_party/gofrontend/libffi/src/frv/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/ia64/ffi.c
    R llgo/third_party/gofrontend/libffi/src/ia64/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/ia64/ia64_flags.h
    R llgo/third_party/gofrontend/libffi/src/ia64/unix.S
    R llgo/third_party/gofrontend/libffi/src/java_raw_api.c
    R llgo/third_party/gofrontend/libffi/src/m32r/ffi.c
    R llgo/third_party/gofrontend/libffi/src/m32r/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/m32r/sysv.S
    R llgo/third_party/gofrontend/libffi/src/m68k/ffi.c
    R llgo/third_party/gofrontend/libffi/src/m68k/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/m68k/sysv.S
    R llgo/third_party/gofrontend/libffi/src/m88k/ffi.c
    R llgo/third_party/gofrontend/libffi/src/m88k/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/m88k/obsd.S
    R llgo/third_party/gofrontend/libffi/src/metag/ffi.c
    R llgo/third_party/gofrontend/libffi/src/metag/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/metag/sysv.S
    R llgo/third_party/gofrontend/libffi/src/microblaze/ffi.c
    R llgo/third_party/gofrontend/libffi/src/microblaze/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/microblaze/sysv.S
    R llgo/third_party/gofrontend/libffi/src/mips/ffi.c
    R llgo/third_party/gofrontend/libffi/src/mips/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/mips/n32.S
    R llgo/third_party/gofrontend/libffi/src/mips/o32.S
    R llgo/third_party/gofrontend/libffi/src/moxie/eabi.S
    R llgo/third_party/gofrontend/libffi/src/moxie/ffi.c
    R llgo/third_party/gofrontend/libffi/src/moxie/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/nios2/ffi.c
    R llgo/third_party/gofrontend/libffi/src/nios2/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/nios2/sysv.S
    R llgo/third_party/gofrontend/libffi/src/or1k/ffi.c
    R llgo/third_party/gofrontend/libffi/src/or1k/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/or1k/sysv.S
    R llgo/third_party/gofrontend/libffi/src/pa/ffi.c
    R llgo/third_party/gofrontend/libffi/src/pa/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/pa/hpux32.S
    R llgo/third_party/gofrontend/libffi/src/pa/linux.S
    R llgo/third_party/gofrontend/libffi/src/powerpc/aix.S
    R llgo/third_party/gofrontend/libffi/src/powerpc/aix_closure.S
    R llgo/third_party/gofrontend/libffi/src/powerpc/asm.h
    R llgo/third_party/gofrontend/libffi/src/powerpc/darwin.S
    R llgo/third_party/gofrontend/libffi/src/powerpc/darwin_closure.S
    R llgo/third_party/gofrontend/libffi/src/powerpc/ffi.c
    R llgo/third_party/gofrontend/libffi/src/powerpc/ffi_darwin.c
    R llgo/third_party/gofrontend/libffi/src/powerpc/ffi_linux64.c
    R llgo/third_party/gofrontend/libffi/src/powerpc/ffi_powerpc.h
    R llgo/third_party/gofrontend/libffi/src/powerpc/ffi_sysv.c
    R llgo/third_party/gofrontend/libffi/src/powerpc/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/powerpc/linux64.S
    R llgo/third_party/gofrontend/libffi/src/powerpc/linux64_closure.S
    R llgo/third_party/gofrontend/libffi/src/powerpc/ppc_closure.S
    R llgo/third_party/gofrontend/libffi/src/powerpc/sysv.S
    R llgo/third_party/gofrontend/libffi/src/prep_cif.c
    R llgo/third_party/gofrontend/libffi/src/raw_api.c
    R llgo/third_party/gofrontend/libffi/src/s390/ffi.c
    R llgo/third_party/gofrontend/libffi/src/s390/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/s390/internal.h
    R llgo/third_party/gofrontend/libffi/src/s390/sysv.S
    R llgo/third_party/gofrontend/libffi/src/sh/ffi.c
    R llgo/third_party/gofrontend/libffi/src/sh/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/sh/sysv.S
    R llgo/third_party/gofrontend/libffi/src/sh64/ffi.c
    R llgo/third_party/gofrontend/libffi/src/sh64/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/sh64/sysv.S
    R llgo/third_party/gofrontend/libffi/src/sparc/ffi.c
    R llgo/third_party/gofrontend/libffi/src/sparc/ffi64.c
    R llgo/third_party/gofrontend/libffi/src/sparc/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/sparc/internal.h
    R llgo/third_party/gofrontend/libffi/src/sparc/v8.S
    R llgo/third_party/gofrontend/libffi/src/sparc/v9.S
    R llgo/third_party/gofrontend/libffi/src/tile/ffi.c
    R llgo/third_party/gofrontend/libffi/src/tile/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/tile/tile.S
    R llgo/third_party/gofrontend/libffi/src/types.c
    R llgo/third_party/gofrontend/libffi/src/vax/elfbsd.S
    R llgo/third_party/gofrontend/libffi/src/vax/ffi.c
    R llgo/third_party/gofrontend/libffi/src/vax/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/x86/darwin.S
    R llgo/third_party/gofrontend/libffi/src/x86/darwin64.S
    R llgo/third_party/gofrontend/libffi/src/x86/darwin64_c.c
    R llgo/third_party/gofrontend/libffi/src/x86/darwin_c.c
    R llgo/third_party/gofrontend/libffi/src/x86/ffi.c
    R llgo/third_party/gofrontend/libffi/src/x86/ffi64.c
    R llgo/third_party/gofrontend/libffi/src/x86/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/x86/ffiw64.c
    R llgo/third_party/gofrontend/libffi/src/x86/internal.h
    R llgo/third_party/gofrontend/libffi/src/x86/internal64.h
    R llgo/third_party/gofrontend/libffi/src/x86/sysv.S
    R llgo/third_party/gofrontend/libffi/src/x86/unix64.S
    R llgo/third_party/gofrontend/libffi/src/x86/win64.S
    R llgo/third_party/gofrontend/libffi/src/xtensa/ffi.c
    R llgo/third_party/gofrontend/libffi/src/xtensa/ffitarget.h
    R llgo/third_party/gofrontend/libffi/src/xtensa/sysv.S
    R llgo/third_party/gofrontend/libffi/stamp-h.in
    R llgo/third_party/gofrontend/libffi/testsuite/Makefile.am
    R llgo/third_party/gofrontend/libffi/testsuite/Makefile.in
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/closure_fn0.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/closure_fn1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/closure_fn2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/closure_fn3.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/closure_fn4.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/closure_fn5.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/closure_fn6.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/closure_loc_fn0.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/closure_simple.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_12byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_16byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_18byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_19byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_1_1byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_20byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_20byte1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_24byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_2byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_3_1byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_3byte1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_3byte2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_4_1byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_4byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_5_1_byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_5byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_64byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_6_1_byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_6byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_7_1_byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_7byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_8byte.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_9byte1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_9byte2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_double.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_float.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_longdouble.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_longdouble_split.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_pointer.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_sint16.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_sint32.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_sint64.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_uint16.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_uint32.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_uint64.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_dbls_struct.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_double.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_double_va.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_float.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_longdouble.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_longdouble_va.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_many_mixed_args.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_many_mixed_float_double.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_multi_schar.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_multi_sshort.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_multi_sshortchar.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_multi_uchar.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_multi_ushort.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_multi_ushortchar.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_pointer.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_pointer_stack.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_schar.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_sint.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_sshort.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_struct_va1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_uchar.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_uchar_va.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_uint.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_uint_va.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_ulong_va.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_ulonglong.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_ushort.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_ushort_va.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/err_bad_abi.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/err_bad_typedef.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/ffitest.h
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/float.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/float1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/float2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/float3.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/float4.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/float_va.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/huge_struct.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/many.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/many2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/many_double.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/many_mixed.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/negint.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct10.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct11.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct3.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct4.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct5.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct6.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct7.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct8.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct9.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/problem1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/promotion.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/pyobjc-tc.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_dbl.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_dbl1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_dbl2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_fl.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_fl1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_fl2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_fl3.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_ldl.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_ll.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_ll1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_sc.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_sl.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_uc.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_ul.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/stret_large.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/stret_large2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/stret_medium.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/stret_medium2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/strlen.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/strlen2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/strlen3.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/strlen4.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct3.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct4.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct5.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct6.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct7.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct8.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct9.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/testclosure.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/uninitialized.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/va_1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/va_struct1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/va_struct2.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.call/va_struct3.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_align_complex.inc
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_align_complex_double.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_align_complex_float.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex.inc
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_double.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_float.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_longdouble.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_struct.inc
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_struct_double.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_struct_float.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_va.inc
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_va_double.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_va_float.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex.inc
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_defs_double.inc
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_defs_float.inc
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_double.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_float.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_int.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_longdouble.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/ffitest.h
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/many_complex.inc
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/many_complex_double.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/many_complex_float.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/many_complex_longdouble.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex.inc
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex1.inc
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex1_double.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex1_float.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex1_longdouble.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex2.inc
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex2_double.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex2_float.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex2_longdouble.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex_double.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex_float.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex_longdouble.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.go/aa-direct.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.go/closure1.c
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.go/ffitest.h
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.go/static-chain.h
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.special/ffitestcxx.h
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.special/unwindtest.cc
    R llgo/third_party/gofrontend/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc
    R llgo/third_party/gofrontend/libgcc/unwind-pe.h
    R llgo/third_party/gofrontend/libgo/LICENSE
    R llgo/third_party/gofrontend/libgo/MERGE
    R llgo/third_party/gofrontend/libgo/Makefile.am
    R llgo/third_party/gofrontend/libgo/Makefile.in
    R llgo/third_party/gofrontend/libgo/PATENTS
    R llgo/third_party/gofrontend/libgo/README
    R llgo/third_party/gofrontend/libgo/README.gcc
    R llgo/third_party/gofrontend/libgo/VERSION
    R llgo/third_party/gofrontend/libgo/aclocal.m4
    R llgo/third_party/gofrontend/libgo/config.h.in
    R llgo/third_party/gofrontend/libgo/config/README
    R llgo/third_party/gofrontend/libgo/config/go.m4
    R llgo/third_party/gofrontend/libgo/config/libtool.m4
    R llgo/third_party/gofrontend/libgo/config/ltmain.sh
    R llgo/third_party/gofrontend/libgo/config/ltoptions.m4
    R llgo/third_party/gofrontend/libgo/config/ltsugar.m4
    R llgo/third_party/gofrontend/libgo/config/ltversion.m4
    R llgo/third_party/gofrontend/libgo/config/lt~obsolete.m4
    R llgo/third_party/gofrontend/libgo/configure
    R llgo/third_party/gofrontend/libgo/configure.ac
    R llgo/third_party/gofrontend/libgo/go/archive/tar/common.go
    R llgo/third_party/gofrontend/libgo/go/archive/tar/reader.go
    R llgo/third_party/gofrontend/libgo/go/archive/tar/reader_test.go
    R llgo/third_party/gofrontend/libgo/go/archive/tar/stat_atim.go
    R llgo/third_party/gofrontend/libgo/go/archive/tar/stat_atimespec.go
    R llgo/third_party/gofrontend/libgo/go/archive/tar/stat_unix.go
    R llgo/third_party/gofrontend/libgo/go/archive/tar/tar_test.go
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/gnu.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/hardlink.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/issue10968.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/issue11169.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/neg-size.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/nil-uid.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/pax.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/small.txt
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/small2.txt
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/sparse-formats.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/star.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/ustar.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/v7.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/writer-big-long.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/writer-big.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/writer.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/xattrs.tar
    R llgo/third_party/gofrontend/libgo/go/archive/tar/writer.go
    R llgo/third_party/gofrontend/libgo/go/archive/tar/writer_test.go
    R llgo/third_party/gofrontend/libgo/go/archive/zip/reader.go
    R llgo/third_party/gofrontend/libgo/go/archive/zip/reader_test.go
    R llgo/third_party/gofrontend/libgo/go/archive/zip/register.go
    R llgo/third_party/gofrontend/libgo/go/archive/zip/struct.go
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/crc32-not-streamed.zip
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/dd.zip
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/go-no-datadesc-sig.zip
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/go-with-datadesc-sig.zip
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/gophercolor16x16.png
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/readme.notzip
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/readme.zip
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/symlink.zip
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/test-trailing-junk.zip
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/test.zip
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/unix.zip
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/winxp.zip
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/zip64-2.zip
    R llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/zip64.zip
    R llgo/third_party/gofrontend/libgo/go/archive/zip/writer.go
    R llgo/third_party/gofrontend/libgo/go/archive/zip/writer_test.go
    R llgo/third_party/gofrontend/libgo/go/archive/zip/zip_test.go
    R llgo/third_party/gofrontend/libgo/go/bufio/bufio.go
    R llgo/third_party/gofrontend/libgo/go/bufio/bufio_test.go
    R llgo/third_party/gofrontend/libgo/go/bufio/example_test.go
    R llgo/third_party/gofrontend/libgo/go/bufio/export_test.go
    R llgo/third_party/gofrontend/libgo/go/bufio/scan.go
    R llgo/third_party/gofrontend/libgo/go/bufio/scan_test.go
    R llgo/third_party/gofrontend/libgo/go/builtin/builtin.go
    R llgo/third_party/gofrontend/libgo/go/bytes/buffer.go
    R llgo/third_party/gofrontend/libgo/go/bytes/buffer_test.go
    R llgo/third_party/gofrontend/libgo/go/bytes/bytes.go
    R llgo/third_party/gofrontend/libgo/go/bytes/bytes_decl.go
    R llgo/third_party/gofrontend/libgo/go/bytes/bytes_test.go
    R llgo/third_party/gofrontend/libgo/go/bytes/compare_test.go
    R llgo/third_party/gofrontend/libgo/go/bytes/equal_test.go
    R llgo/third_party/gofrontend/libgo/go/bytes/example_test.go
    R llgo/third_party/gofrontend/libgo/go/bytes/export_test.go
    R llgo/third_party/gofrontend/libgo/go/bytes/indexbyte.c
    R llgo/third_party/gofrontend/libgo/go/bytes/reader.go
    R llgo/third_party/gofrontend/libgo/go/bytes/reader_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/cgo/ast.go
    R llgo/third_party/gofrontend/libgo/go/cmd/cgo/doc.go
    R llgo/third_party/gofrontend/libgo/go/cmd/cgo/gcc.go
    R llgo/third_party/gofrontend/libgo/go/cmd/cgo/godefs.go
    R llgo/third_party/gofrontend/libgo/go/cmd/cgo/main.go
    R llgo/third_party/gofrontend/libgo/go/cmd/cgo/out.go
    R llgo/third_party/gofrontend/libgo/go/cmd/cgo/util.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/alldocs.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/bootstrap.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/build.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/clean.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/context.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/discovery.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/doc.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/env.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/fix.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/fmt.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/generate.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/generate_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/get.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/go11.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/go_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/go_windows_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/help.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/http.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/list.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/main.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/match_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/mkdoc.sh
    R llgo/third_party/gofrontend/libgo/go/cmd/go/note.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/note_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/pkg.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/pkg_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/run.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/script
    R llgo/third_party/gofrontend/libgo/go/cmd/go/script.txt
    R llgo/third_party/gofrontend/libgo/go/cmd/go/signal.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/signal_notunix.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/signal_unix.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/tag_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/test.bash
    R llgo/third_party/gofrontend/libgo/go/cmd/go/test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/cgocover/p.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/cgocover/p_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/dep_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/example1_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/example2_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/generate/test1.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/generate/test2.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/generate/test3.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/generate/test4.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/bad.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/conflict.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/src/bad/bad.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/src/conflict/a.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/src/conflict/b.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/src/works/x/x.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/src/works/x/x1.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/src/wrongplace/x.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/works.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/wrongplace.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/local/easy.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/local/easysub/easysub.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/local/easysub/main.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/local/hard.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/local/sub/sub.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/local/sub/sub/subsub.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/norunexample/example_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/norunexample/test_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/rundir/sub/sub.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/rundir/x.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/shadow/root1/src/foo/foo.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/shadow/root1/src/math/math.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/shadow/root2/src/foo/foo.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/badc/x.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/badpkg/x.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/badtest/badexec/x_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/badtest/badsyntax/x.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/badtest/badsyntax/x_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/badtest/badvar/x.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/badtest/badvar/x_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/cgotest/m.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/go-cmd-test/helloworld.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/main_test/m.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/main_test/m_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/notest/hello.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/syntaxerror/x.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/syntaxerror/x_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testcycle/p1/p1.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testcycle/p1/p1_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testcycle/p2/p2.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testcycle/p3/p3.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testcycle/p3/p3_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testcycle/q1/q1.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testcycle/q1/q1_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testdep/p1/p1.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testdep/p1/p1_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testdep/p2/p2.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testdep/p3/p3.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/bad.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/good.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/hello/hello.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/hello/hello_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/hello/hellox_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/subdir/bad.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/subdir/good.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/vendor/p/p.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/vendor/q/q.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/vendor/strings/msg.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/x/invalid/invalid.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/x/vendor/p/p.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/x/vendor/p/p/p.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/x/vendor/r/r.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/x/x.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vetpkg/a_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vetpkg/b.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vetpkg/c.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/xtestonly/f.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/xtestonly/f_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/standalone_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testimport/p.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testimport/p1/p1.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testimport/p2/p2.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testimport/p_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testimport/x_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal/p.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal2/p.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal2/x/y/z/internal/w/w.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal3/t.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal4/src/p/p.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal4/src/q/internal/x/x.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal4/src/q/j/j.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testonly/p_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testvendor/src/p/p.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testvendor/src/q/vendor/x/x.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testvendor/src/q/y/y.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testvendor/src/q/z/z.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testvendor2/src/p/p.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testvendor2/vendor/x/x.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testflag.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/testgo.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/tool.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/vcs.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/vcs_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/vendor_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/version.go
    R llgo/third_party/gofrontend/libgo/go/cmd/go/vet.go
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/doc.go
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/gofmt.go
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/gofmt_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/long_test.go
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/rewrite.go
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/simplify.go
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/comments.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/comments.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/composites.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/composites.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/crlf.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/crlf.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/import.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/import.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/old.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/old.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite1.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite1.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite2.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite2.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite3.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite3.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite4.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite4.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite5.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite5.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite6.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite6.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite7.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite7.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite8.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite8.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/slices1.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/slices1.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/slices2.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/slices2.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin1.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin1.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin2.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin2.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin3.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin3.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin4.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin4.input
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/typeswitch.golden
    R llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/typeswitch.input
    R llgo/third_party/gofrontend/libgo/go/compress/bzip2/bit_reader.go
    R llgo/third_party/gofrontend/libgo/go/compress/bzip2/bzip2.go
    R llgo/third_party/gofrontend/libgo/go/compress/bzip2/bzip2_test.go
    R llgo/third_party/gofrontend/libgo/go/compress/bzip2/huffman.go
    R llgo/third_party/gofrontend/libgo/go/compress/bzip2/move_to_front.go
    R llgo/third_party/gofrontend/libgo/go/compress/bzip2/testdata/Mark.Twain-Tom.Sawyer.txt.bz2
    R llgo/third_party/gofrontend/libgo/go/compress/bzip2/testdata/e.txt.bz2
    R llgo/third_party/gofrontend/libgo/go/compress/flate/copy.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/copy_test.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/deflate.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/deflate_test.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/fixedhuff.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/flate_test.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/gen.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/huffman_bit_writer.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/huffman_code.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/inflate.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/inflate_test.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/reader_test.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/reverse_bits.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/token.go
    R llgo/third_party/gofrontend/libgo/go/compress/flate/writer_test.go
    R llgo/third_party/gofrontend/libgo/go/compress/gzip/gunzip.go
    R llgo/third_party/gofrontend/libgo/go/compress/gzip/gunzip_test.go
    R llgo/third_party/gofrontend/libgo/go/compress/gzip/gzip.go
    R llgo/third_party/gofrontend/libgo/go/compress/gzip/gzip_test.go
    R llgo/third_party/gofrontend/libgo/go/compress/gzip/testdata/issue6550.gz
    R llgo/third_party/gofrontend/libgo/go/compress/lzw/reader.go
    R llgo/third_party/gofrontend/libgo/go/compress/lzw/reader_test.go
    R llgo/third_party/gofrontend/libgo/go/compress/lzw/writer.go
    R llgo/third_party/gofrontend/libgo/go/compress/lzw/writer_test.go
    R llgo/third_party/gofrontend/libgo/go/compress/testdata/Mark.Twain-Tom.Sawyer.txt
    R llgo/third_party/gofrontend/libgo/go/compress/testdata/e.txt
    R llgo/third_party/gofrontend/libgo/go/compress/testdata/pi.txt
    R llgo/third_party/gofrontend/libgo/go/compress/zlib/reader.go
    R llgo/third_party/gofrontend/libgo/go/compress/zlib/reader_test.go
    R llgo/third_party/gofrontend/libgo/go/compress/zlib/writer.go
    R llgo/third_party/gofrontend/libgo/go/compress/zlib/writer_test.go
    R llgo/third_party/gofrontend/libgo/go/container/heap/heap.go
    R llgo/third_party/gofrontend/libgo/go/container/heap/heap_test.go
    R llgo/third_party/gofrontend/libgo/go/container/list/list.go
    R llgo/third_party/gofrontend/libgo/go/container/list/list_test.go
    R llgo/third_party/gofrontend/libgo/go/container/ring/ring.go
    R llgo/third_party/gofrontend/libgo/go/container/ring/ring_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/aes/aes_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/aes/block.go
    R llgo/third_party/gofrontend/libgo/go/crypto/aes/cipher.go
    R llgo/third_party/gofrontend/libgo/go/crypto/aes/cipher_asm.go
    R llgo/third_party/gofrontend/libgo/go/crypto/aes/cipher_generic.go
    R llgo/third_party/gofrontend/libgo/go/crypto/aes/const.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/benchmark_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/cbc.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/cbc_aes_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/cfb.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/cfb_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/cipher.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/cipher_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/common_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/ctr.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/ctr_aes_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/example_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/gcm.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/gcm_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/io.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/ofb.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/ofb_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/xor.go
    R llgo/third_party/gofrontend/libgo/go/crypto/cipher/xor_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/crypto.go
    R llgo/third_party/gofrontend/libgo/go/crypto/des/block.go
    R llgo/third_party/gofrontend/libgo/go/crypto/des/cipher.go
    R llgo/third_party/gofrontend/libgo/go/crypto/des/const.go
    R llgo/third_party/gofrontend/libgo/go/crypto/des/des_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/dsa/dsa.go
    R llgo/third_party/gofrontend/libgo/go/crypto/dsa/dsa_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/ecdsa/ecdsa.go
    R llgo/third_party/gofrontend/libgo/go/crypto/ecdsa/ecdsa_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/elliptic/elliptic.go
    R llgo/third_party/gofrontend/libgo/go/crypto/elliptic/elliptic_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/elliptic/p224.go
    R llgo/third_party/gofrontend/libgo/go/crypto/elliptic/p224_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/elliptic/p256.go
    R llgo/third_party/gofrontend/libgo/go/crypto/hmac/hmac.go
    R llgo/third_party/gofrontend/libgo/go/crypto/hmac/hmac_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/md5/gen.go
    R llgo/third_party/gofrontend/libgo/go/crypto/md5/md5.go
    R llgo/third_party/gofrontend/libgo/go/crypto/md5/md5_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/md5/md5block.go
    R llgo/third_party/gofrontend/libgo/go/crypto/md5/md5block_decl.go
    R llgo/third_party/gofrontend/libgo/go/crypto/md5/md5block_generic.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rand/eagain.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rand/rand.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rand/rand_linux.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rand/rand_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rand/rand_unix.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rand/rand_windows.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rand/util.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rand/util_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rc4/rc4.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rc4/rc4_asm.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rc4/rc4_ref.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rc4/rc4_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rsa/pkcs1v15.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rsa/pkcs1v15_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rsa/pss.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rsa/pss_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rsa/rsa.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rsa/rsa_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/rsa/testdata/pss-vect.txt.bz2
    R llgo/third_party/gofrontend/libgo/go/crypto/sha1/sha1.go
    R llgo/third_party/gofrontend/libgo/go/crypto/sha1/sha1_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/sha1/sha1block.go
    R llgo/third_party/gofrontend/libgo/go/crypto/sha1/sha1block_decl.go
    R llgo/third_party/gofrontend/libgo/go/crypto/sha1/sha1block_generic.go
    R llgo/third_party/gofrontend/libgo/go/crypto/sha256/sha256.go
    R llgo/third_party/gofrontend/libgo/go/crypto/sha256/sha256_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/sha256/sha256block.go
    R llgo/third_party/gofrontend/libgo/go/crypto/sha256/sha256block_decl.go
    R llgo/third_party/gofrontend/libgo/go/crypto/sha512/sha512.go
    R llgo/third_party/gofrontend/libgo/go/crypto/sha512/sha512_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/sha512/sha512block.go
    R llgo/third_party/gofrontend/libgo/go/crypto/sha512/sha512block_decl.go
    R llgo/third_party/gofrontend/libgo/go/crypto/subtle/constant_time.go
    R llgo/third_party/gofrontend/libgo/go/crypto/subtle/constant_time_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/alert.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/cipher_suites.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/common.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/conn.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/conn_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/generate_cert.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/handshake_client.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/handshake_client_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/handshake_messages.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/handshake_messages_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/handshake_server.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/handshake_server_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/handshake_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/key_agreement.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/prf.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/prf_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-ECDSA
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-RSA
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-ECDSA
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-RSA
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-ECDHE-ECDSA-AES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-ECDHE-RSA-AES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-RSA-RC4
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv11-ECDHE-ECDSA-AES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv11-ECDHE-RSA-AES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv11-RSA-RC4
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ALPN
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ALPN-NoMatch
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-ECDSA
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-RSA
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-AES256-GCM-SHA384
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-ECDSA
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSA
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES-GCM
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES256-GCM-SHA384
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-AES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-RSA-RC4
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-SCT
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-SSLv3-RSA-3DES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-SSLv3-RSA-AES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-SSLv3-RSA-RC4
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv10-ECDHE-ECDSA-AES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv10-RSA-3DES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv10-RSA-AES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv10-RSA-RC4
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv11-FallbackSCSV
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv11-RSA-RC4
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ALPN
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceECDSA
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceRSA
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndECDSAGiven
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedNotGiven
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ECDHE-ECDSA-AES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-IssueTicket
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-IssueTicketPreDisable
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-3DES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-AES
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-AES-GCM
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-AES256-GCM-SHA384
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-RC4
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-Resume
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ResumeDisabled
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-SNI
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-SNI-GetCertificate
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-SNI-GetCertificateNotFound
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/ticket.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/tls.go
    R llgo/third_party/gofrontend/libgo/go/crypto/tls/tls_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/cert_pool.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/pem_decrypt.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/pem_decrypt_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/pkcs1.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/pkcs8.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/pkcs8_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/pkix/pkix.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/root.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/root_bsd.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/root_cgo_darwin.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/root_darwin.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/root_darwin_arm_gen.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/root_darwin_armx.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/root_linux.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/root_nacl.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/root_nocgo_darwin.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/root_plan9.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/root_solaris.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/root_unix.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/root_windows.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/sec1.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/sec1_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/sha2_windows_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/verify.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/verify_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/x509.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/x509_test.go
    R llgo/third_party/gofrontend/libgo/go/crypto/x509/x509_test_import.go
    R llgo/third_party/gofrontend/libgo/go/database/sql/convert.go
    R llgo/third_party/gofrontend/libgo/go/database/sql/convert_test.go
    R llgo/third_party/gofrontend/libgo/go/database/sql/driver/driver.go
    R llgo/third_party/gofrontend/libgo/go/database/sql/driver/types.go
    R llgo/third_party/gofrontend/libgo/go/database/sql/driver/types_test.go
    R llgo/third_party/gofrontend/libgo/go/database/sql/fakedb_test.go
    R llgo/third_party/gofrontend/libgo/go/database/sql/sql.go
    R llgo/third_party/gofrontend/libgo/go/database/sql/sql_test.go
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/buf.go
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/class_string.go
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/const.go
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/entry.go
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/line.go
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/line_test.go
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/open.go
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/line-clang.elf
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/line-gcc.elf
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/line1.c
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/line1.h
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/line2.c
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/typedef.c
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/typedef.elf
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/typedef.elf4
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/typedef.macho
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/type.go
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/type_test.go
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/typeunit.go
    R llgo/third_party/gofrontend/libgo/go/debug/dwarf/unit.go
    R llgo/third_party/gofrontend/libgo/go/debug/elf/elf.go
    R llgo/third_party/gofrontend/libgo/go/debug/elf/elf_test.go
    R llgo/third_party/gofrontend/libgo/go/debug/elf/file.go
    R llgo/third_party/gofrontend/libgo/go/debug/elf/file_test.go
    R llgo/third_party/gofrontend/libgo/go/debug/elf/symbols_test.go
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/gcc-386-freebsd-exec
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/gcc-amd64-linux-exec
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/go-relocation-test-clang-arm.obj
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/go-relocation-test-clang-x86.obj
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/go-relocation-test-gcc482-ppc64le.obj
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/go-relocation-test-gcc492-arm.obj
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/go-relocation-test-gcc5-ppc.obj
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/hello-world-core.gz
    R llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/hello.c
    R llgo/third_party/gofrontend/libgo/go/debug/gosym/pclinetest.h
    R llgo/third_party/gofrontend/libgo/go/debug/gosym/pclinetest.s
    R llgo/third_party/gofrontend/libgo/go/debug/gosym/pclntab.go
    R llgo/third_party/gofrontend/libgo/go/debug/gosym/pclntab_test.go
    R llgo/third_party/gofrontend/libgo/go/debug/gosym/symtab.go
    R llgo/third_party/gofrontend/libgo/go/debug/macho/fat.go
    R llgo/third_party/gofrontend/libgo/go/debug/macho/file.go
    R llgo/third_party/gofrontend/libgo/go/debug/macho/file_test.go
    R llgo/third_party/gofrontend/libgo/go/debug/macho/macho.go
    R llgo/third_party/gofrontend/libgo/go/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec
    R llgo/third_party/gofrontend/libgo/go/debug/macho/testdata/gcc-386-darwin-exec
    R llgo/third_party/gofrontend/libgo/go/debug/macho/testdata/gcc-amd64-darwin-exec
    R llgo/third_party/gofrontend/libgo/go/debug/macho/testdata/gcc-amd64-darwin-exec-debug
    R llgo/third_party/gofrontend/libgo/go/debug/macho/testdata/hello.c
    R llgo/third_party/gofrontend/libgo/go/debug/pe/file.go
    R llgo/third_party/gofrontend/libgo/go/debug/pe/file_test.go
    R llgo/third_party/gofrontend/libgo/go/debug/pe/pe.go
    R llgo/third_party/gofrontend/libgo/go/debug/pe/testdata/gcc-386-mingw-exec
    R llgo/third_party/gofrontend/libgo/go/debug/pe/testdata/gcc-386-mingw-obj
    R llgo/third_party/gofrontend/libgo/go/debug/pe/testdata/gcc-amd64-mingw-exec
    R llgo/third_party/gofrontend/libgo/go/debug/pe/testdata/gcc-amd64-mingw-obj
    R llgo/third_party/gofrontend/libgo/go/debug/pe/testdata/hello.c
    R llgo/third_party/gofrontend/libgo/go/debug/plan9obj/file.go
    R llgo/third_party/gofrontend/libgo/go/debug/plan9obj/file_test.go
    R llgo/third_party/gofrontend/libgo/go/debug/plan9obj/plan9obj.go
    R llgo/third_party/gofrontend/libgo/go/debug/plan9obj/testdata/386-plan9-exec
    R llgo/third_party/gofrontend/libgo/go/debug/plan9obj/testdata/amd64-plan9-exec
    R llgo/third_party/gofrontend/libgo/go/debug/plan9obj/testdata/hello.c
    R llgo/third_party/gofrontend/libgo/go/encoding/ascii85/ascii85.go
    R llgo/third_party/gofrontend/libgo/go/encoding/ascii85/ascii85_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/asn1/asn1.go
    R llgo/third_party/gofrontend/libgo/go/encoding/asn1/asn1_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/asn1/common.go
    R llgo/third_party/gofrontend/libgo/go/encoding/asn1/marshal.go
    R llgo/third_party/gofrontend/libgo/go/encoding/asn1/marshal_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/base32/base32.go
    R llgo/third_party/gofrontend/libgo/go/encoding/base32/base32_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/base64/base64.go
    R llgo/third_party/gofrontend/libgo/go/encoding/base64/base64_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/binary/binary.go
    R llgo/third_party/gofrontend/libgo/go/encoding/binary/binary_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/binary/varint.go
    R llgo/third_party/gofrontend/libgo/go/encoding/binary/varint_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/csv/example_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/csv/reader.go
    R llgo/third_party/gofrontend/libgo/go/encoding/csv/reader_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/csv/writer.go
    R llgo/third_party/gofrontend/libgo/go/encoding/csv/writer_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/encoding.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/codec_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/debug.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/dec_helpers.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/decgen.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/decode.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/decoder.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/doc.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/dump.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/enc_helpers.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/encgen.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/encode.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/encoder.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/encoder_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/error.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/gobencdec_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/timing_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/type.go
    R llgo/third_party/gofrontend/libgo/go/encoding/gob/type_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/hex/hex.go
    R llgo/third_party/gofrontend/libgo/go/encoding/hex/hex_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/bench_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/decode.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/decode_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/encode.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/encode_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/fold.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/fold_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/indent.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/scanner.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/scanner_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/stream.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/stream_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/tagkey_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/tags.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/tags_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/json/testdata/code.json.gz
    R llgo/third_party/gofrontend/libgo/go/encoding/pem/pem.go
    R llgo/third_party/gofrontend/libgo/go/encoding/pem/pem_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/xml/atom_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/xml/marshal.go
    R llgo/third_party/gofrontend/libgo/go/encoding/xml/marshal_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/xml/read.go
    R llgo/third_party/gofrontend/libgo/go/encoding/xml/read_test.go
    R llgo/third_party/gofrontend/libgo/go/encoding/xml/typeinfo.go
    R llgo/third_party/gofrontend/libgo/go/encoding/xml/xml.go
    R llgo/third_party/gofrontend/libgo/go/encoding/xml/xml_test.go
    R llgo/third_party/gofrontend/libgo/go/errors/errors.go
    R llgo/third_party/gofrontend/libgo/go/errors/errors_test.go
    R llgo/third_party/gofrontend/libgo/go/exp/README
    R llgo/third_party/gofrontend/libgo/go/exp/proxy/direct.go
    R llgo/third_party/gofrontend/libgo/go/exp/proxy/per_host.go
    R llgo/third_party/gofrontend/libgo/go/exp/proxy/per_host_test.go
    R llgo/third_party/gofrontend/libgo/go/exp/proxy/proxy.go
    R llgo/third_party/gofrontend/libgo/go/exp/proxy/proxy_test.go
    R llgo/third_party/gofrontend/libgo/go/exp/proxy/socks5.go
    R llgo/third_party/gofrontend/libgo/go/exp/terminal/terminal.go
    R llgo/third_party/gofrontend/libgo/go/exp/terminal/terminal_test.go
    R llgo/third_party/gofrontend/libgo/go/exp/terminal/util.go
    R llgo/third_party/gofrontend/libgo/go/expvar/expvar.go
    R llgo/third_party/gofrontend/libgo/go/expvar/expvar_test.go
    R llgo/third_party/gofrontend/libgo/go/flag/example_test.go
    R llgo/third_party/gofrontend/libgo/go/flag/export_test.go
    R llgo/third_party/gofrontend/libgo/go/flag/flag.go
    R llgo/third_party/gofrontend/libgo/go/flag/flag_test.go
    R llgo/third_party/gofrontend/libgo/go/fmt/doc.go
    R llgo/third_party/gofrontend/libgo/go/fmt/export_test.go
    R llgo/third_party/gofrontend/libgo/go/fmt/fmt_test.go
    R llgo/third_party/gofrontend/libgo/go/fmt/format.go
    R llgo/third_party/gofrontend/libgo/go/fmt/norace_test.go
    R llgo/third_party/gofrontend/libgo/go/fmt/print.go
    R llgo/third_party/gofrontend/libgo/go/fmt/race_test.go
    R llgo/third_party/gofrontend/libgo/go/fmt/scan.go
    R llgo/third_party/gofrontend/libgo/go/fmt/scan_test.go
    R llgo/third_party/gofrontend/libgo/go/fmt/stringer_test.go
    R llgo/third_party/gofrontend/libgo/go/go/ast/ast.go
    R llgo/third_party/gofrontend/libgo/go/go/ast/ast_test.go
    R llgo/third_party/gofrontend/libgo/go/go/ast/commentmap.go
    R llgo/third_party/gofrontend/libgo/go/go/ast/commentmap_test.go
    R llgo/third_party/gofrontend/libgo/go/go/ast/filter.go
    R llgo/third_party/gofrontend/libgo/go/go/ast/filter_test.go
    R llgo/third_party/gofrontend/libgo/go/go/ast/import.go
    R llgo/third_party/gofrontend/libgo/go/go/ast/print.go
    R llgo/third_party/gofrontend/libgo/go/go/ast/print_test.go
    R llgo/third_party/gofrontend/libgo/go/go/ast/resolve.go
    R llgo/third_party/gofrontend/libgo/go/go/ast/scope.go
    R llgo/third_party/gofrontend/libgo/go/go/ast/walk.go
    R llgo/third_party/gofrontend/libgo/go/go/build/build.go
    R llgo/third_party/gofrontend/libgo/go/go/build/build_test.go
    R llgo/third_party/gofrontend/libgo/go/go/build/deps_test.go
    R llgo/third_party/gofrontend/libgo/go/go/build/doc.go
    R llgo/third_party/gofrontend/libgo/go/go/build/read.go
    R llgo/third_party/gofrontend/libgo/go/go/build/read_test.go
    R llgo/third_party/gofrontend/libgo/go/go/build/syslist.go
    R llgo/third_party/gofrontend/libgo/go/go/build/syslist_test.go
    R llgo/third_party/gofrontend/libgo/go/go/build/testdata/empty/dummy
    R llgo/third_party/gofrontend/libgo/go/go/build/testdata/multi/file.go
    R llgo/third_party/gofrontend/libgo/go/go/build/testdata/multi/file_appengine.go
    R llgo/third_party/gofrontend/libgo/go/go/build/testdata/other/file/file.go
    R llgo/third_party/gofrontend/libgo/go/go/build/testdata/other/main.go
    R llgo/third_party/gofrontend/libgo/go/go/constant/go13.go
    R llgo/third_party/gofrontend/libgo/go/go/constant/go14.go
    R llgo/third_party/gofrontend/libgo/go/go/constant/value.go
    R llgo/third_party/gofrontend/libgo/go/go/constant/value_test.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/comment.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/comment_test.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/doc.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/doc_test.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/example.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/example_test.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/exports.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/filter.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/headscan.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/reader.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/synopsis.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/synopsis_test.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/a.0.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/a.1.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/a.2.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/a0.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/a1.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/b.0.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/b.1.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/b.2.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/b.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/benchmark.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/blank.0.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/blank.1.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/blank.2.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/blank.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/bugpara.0.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/bugpara.1.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/bugpara.2.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/bugpara.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/c.0.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/c.1.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/c.2.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/c.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/d.0.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/d.1.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/d.2.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/d1.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/d2.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/e.0.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/e.1.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/e.2.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/e.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/error1.0.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/error1.1.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/error1.2.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/error1.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/error2.0.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/error2.1.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/error2.2.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/error2.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/example.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/f.0.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/f.1.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/f.2.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/f.go
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/template.txt
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/testing.0.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/testing.1.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/testing.2.golden
    R llgo/third_party/gofrontend/libgo/go/go/doc/testdata/testing.go
    R llgo/third_party/gofrontend/libgo/go/go/format/format.go
    R llgo/third_party/gofrontend/libgo/go/go/format/format_test.go
    R llgo/third_party/gofrontend/libgo/go/go/importer/importer.go
    R llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/gccgoinstallation.go
    R llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/gccgoinstallation_test.go
    R llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/importer.go
    R llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/importer_test.go
    R llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/parser.go
    R llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/parser_test.go
    R llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/testdata/complexnums.go
    R llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/testdata/imports.go
    R llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/testdata/pointer.go
    R llgo/third_party/gofrontend/libgo/go/go/internal/gcimporter/exportdata.go
    R llgo/third_party/gofrontend/libgo/go/go/internal/gcimporter/gcimporter.go
    R llgo/third_party/gofrontend/libgo/go/go/internal/gcimporter/gcimporter_test.go
    R llgo/third_party/gofrontend/libgo/go/go/internal/gcimporter/testdata/exports.go
    R llgo/third_party/gofrontend/libgo/go/go/parser/error_test.go
    R llgo/third_party/gofrontend/libgo/go/go/parser/interface.go
    R llgo/third_party/gofrontend/libgo/go/go/parser/parser.go
    R llgo/third_party/gofrontend/libgo/go/go/parser/parser_test.go
    R llgo/third_party/gofrontend/libgo/go/go/parser/performance_test.go
    R llgo/third_party/gofrontend/libgo/go/go/parser/short_test.go
    R llgo/third_party/gofrontend/libgo/go/go/parser/testdata/commas.src
    R llgo/third_party/gofrontend/libgo/go/go/parser/testdata/issue3106.src
    R llgo/third_party/gofrontend/libgo/go/go/printer/nodes.go
    R llgo/third_party/gofrontend/libgo/go/go/printer/performance_test.go
    R llgo/third_party/gofrontend/libgo/go/go/printer/printer.go
    R llgo/third_party/gofrontend/libgo/go/go/printer/printer_test.go
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/comments.golden
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/comments.input
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/comments.x
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/comments2.golden
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/comments2.input
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/declarations.golden
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/declarations.input
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/empty.golden
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/empty.input
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/expressions.golden
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/expressions.input
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/expressions.raw
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/linebreaks.golden
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/linebreaks.input
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/parser.go
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/slow.golden
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/slow.input
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/statements.golden
    R llgo/third_party/gofrontend/libgo/go/go/printer/testdata/statements.input
    R llgo/third_party/gofrontend/libgo/go/go/scanner/errors.go
    R llgo/third_party/gofrontend/libgo/go/go/scanner/scanner.go
    R llgo/third_party/gofrontend/libgo/go/go/scanner/scanner_test.go
    R llgo/third_party/gofrontend/libgo/go/go/token/position.go
    R llgo/third_party/gofrontend/libgo/go/go/token/position_test.go
    R llgo/third_party/gofrontend/libgo/go/go/token/serialize.go
    R llgo/third_party/gofrontend/libgo/go/go/token/serialize_test.go
    R llgo/third_party/gofrontend/libgo/go/go/token/token.go
    R llgo/third_party/gofrontend/libgo/go/go/types/api.go
    R llgo/third_party/gofrontend/libgo/go/go/types/api_test.go
    R llgo/third_party/gofrontend/libgo/go/go/types/assignments.go
    R llgo/third_party/gofrontend/libgo/go/go/types/builtins.go
    R llgo/third_party/gofrontend/libgo/go/go/types/builtins_test.go
    R llgo/third_party/gofrontend/libgo/go/go/types/call.go
    R llgo/third_party/gofrontend/libgo/go/go/types/check.go
    R llgo/third_party/gofrontend/libgo/go/go/types/check_test.go
    R llgo/third_party/gofrontend/libgo/go/go/types/conversions.go
    R llgo/third_party/gofrontend/libgo/go/go/types/decl.go
    R llgo/third_party/gofrontend/libgo/go/go/types/errors.go
    R llgo/third_party/gofrontend/libgo/go/go/types/eval.go
    R llgo/third_party/gofrontend/libgo/go/go/types/eval_test.go
    R llgo/third_party/gofrontend/libgo/go/go/types/example_test.go
    R llgo/third_party/gofrontend/libgo/go/go/types/expr.go
    R llgo/third_party/gofrontend/libgo/go/go/types/exprstring.go
    R llgo/third_party/gofrontend/libgo/go/go/types/exprstring_test.go
    R llgo/third_party/gofrontend/libgo/go/go/types/go11.go
    R llgo/third_party/gofrontend/libgo/go/go/types/go12.go
    R llgo/third_party/gofrontend/libgo/go/go/types/hilbert_test.go
    R llgo/third_party/gofrontend/libgo/go/go/types/initorder.go
    R llgo/third_party/gofrontend/libgo/go/go/types/issues_test.go
    R llgo/third_party/gofrontend/libgo/go/go/types/labels.go
    R llgo/third_party/gofrontend/libgo/go/go/types/lookup.go
    R llgo/third_party/gofrontend/libgo/go/go/types/methodset.go
    R llgo/third_party/gofrontend/libgo/go/go/types/object.go
    R llgo/third_party/gofrontend/libgo/go/go/types/objset.go
    R llgo/third_party/gofrontend/libgo/go/go/types/operand.go
    R llgo/third_party/gofrontend/libgo/go/go/types/ordering.go
    R llgo/third_party/gofrontend/libgo/go/go/types/package.go
    R llgo/third_party/gofrontend/libgo/go/go/types/predicates.go
    R llgo/third_party/gofrontend/libgo/go/go/types/resolver.go
    R llgo/third_party/gofrontend/libgo/go/go/types/resolver_test.go
    R llgo/third_party/gofrontend/libgo/go/go/types/return.go
    R llgo/third_party/gofrontend/libgo/go/go/types/scope.go
    R llgo/third_party/gofrontend/libgo/go/go/types/selection.go
    R llgo/third_party/gofrontend/libgo/go/go/types/self_test.go
    R llgo/third_party/gofrontend/libgo/go/go/types/sizes.go
    R llgo/third_party/gofrontend/libgo/go/go/types/stdlib_test.go
    R llgo/third_party/gofrontend/libgo/go/go/types/stmt.go
    R llgo/third_party/gofrontend/libgo/go/go/types/token_test.go
    R llgo/third_party/gofrontend/libgo/go/go/types/type.go
    R llgo/third_party/gofrontend/libgo/go/go/types/typestring.go
    R llgo/third_party/gofrontend/libgo/go/go/types/typestring_test.go
    R llgo/third_party/gofrontend/libgo/go/go/types/typexpr.go
    R llgo/third_party/gofrontend/libgo/go/go/types/universe.go
    R llgo/third_party/gofrontend/libgo/go/hash/adler32/adler32.go
    R llgo/third_party/gofrontend/libgo/go/hash/adler32/adler32_test.go
    R llgo/third_party/gofrontend/libgo/go/hash/crc32/crc32.go
    R llgo/third_party/gofrontend/libgo/go/hash/crc32/crc32_amd64x.go
    R llgo/third_party/gofrontend/libgo/go/hash/crc32/crc32_generic.go
    R llgo/third_party/gofrontend/libgo/go/hash/crc32/crc32_test.go
    R llgo/third_party/gofrontend/libgo/go/hash/crc32/example_test.go
    R llgo/third_party/gofrontend/libgo/go/hash/crc64/crc64.go
    R llgo/third_party/gofrontend/libgo/go/hash/crc64/crc64_test.go
    R llgo/third_party/gofrontend/libgo/go/hash/fnv/fnv.go
    R llgo/third_party/gofrontend/libgo/go/hash/fnv/fnv_test.go
    R llgo/third_party/gofrontend/libgo/go/hash/hash.go
    R llgo/third_party/gofrontend/libgo/go/html/entity.go
    R llgo/third_party/gofrontend/libgo/go/html/entity_test.go
    R llgo/third_party/gofrontend/libgo/go/html/escape.go
    R llgo/third_party/gofrontend/libgo/go/html/escape_test.go
    R llgo/third_party/gofrontend/libgo/go/html/example_test.go
    R llgo/third_party/gofrontend/libgo/go/html/template/attr.go
    R llgo/third_party/gofrontend/libgo/go/html/template/clone_test.go
    R llgo/third_party/gofrontend/libgo/go/html/template/content.go
    R llgo/third_party/gofrontend/libgo/go/html/template/content_test.go
    R llgo/third_party/gofrontend/libgo/go/html/template/context.go
    R llgo/third_party/gofrontend/libgo/go/html/template/css.go
    R llgo/third_party/gofrontend/libgo/go/html/template/css_test.go
    R llgo/third_party/gofrontend/libgo/go/html/template/doc.go
    R llgo/third_party/gofrontend/libgo/go/html/template/error.go
    R llgo/third_party/gofrontend/libgo/go/html/template/escape.go
    R llgo/third_party/gofrontend/libgo/go/html/template/escape_test.go
    R llgo/third_party/gofrontend/libgo/go/html/template/example_test.go
    R llgo/third_party/gofrontend/libgo/go/html/template/html.go
    R llgo/third_party/gofrontend/libgo/go/html/template/html_test.go
    R llgo/third_party/gofrontend/libgo/go/html/template/js.go
    R llgo/third_party/gofrontend/libgo/go/html/template/js_test.go
    R llgo/third_party/gofrontend/libgo/go/html/template/template.go
    R llgo/third_party/gofrontend/libgo/go/html/template/transition.go
    R llgo/third_party/gofrontend/libgo/go/html/template/transition_test.go
    R llgo/third_party/gofrontend/libgo/go/html/template/url.go
    R llgo/third_party/gofrontend/libgo/go/html/template/url_test.go
    R llgo/third_party/gofrontend/libgo/go/image/color/color.go
    R llgo/third_party/gofrontend/libgo/go/image/color/palette/gen.go
    R llgo/third_party/gofrontend/libgo/go/image/color/palette/generate.go
    R llgo/third_party/gofrontend/libgo/go/image/color/palette/palette.go
    R llgo/third_party/gofrontend/libgo/go/image/color/ycbcr.go
    R llgo/third_party/gofrontend/libgo/go/image/color/ycbcr_test.go
    R llgo/third_party/gofrontend/libgo/go/image/decode_example_test.go
    R llgo/third_party/gofrontend/libgo/go/image/decode_test.go
    R llgo/third_party/gofrontend/libgo/go/image/draw/bench_test.go
    R llgo/third_party/gofrontend/libgo/go/image/draw/clip_test.go
    R llgo/third_party/gofrontend/libgo/go/image/draw/draw.go
    R llgo/third_party/gofrontend/libgo/go/image/draw/draw_test.go
    R llgo/third_party/gofrontend/libgo/go/image/format.go
    R llgo/third_party/gofrontend/libgo/go/image/geom.go
    R llgo/third_party/gofrontend/libgo/go/image/geom_test.go
    R llgo/third_party/gofrontend/libgo/go/image/gif/reader.go
    R llgo/third_party/gofrontend/libgo/go/image/gif/reader_test.go
    R llgo/third_party/gofrontend/libgo/go/image/gif/writer.go
    R llgo/third_party/gofrontend/libgo/go/image/gif/writer_test.go
    R llgo/third_party/gofrontend/libgo/go/image/image.go
    R llgo/third_party/gofrontend/libgo/go/image/image_test.go
    R llgo/third_party/gofrontend/libgo/go/image/internal/imageutil/gen.go
    R llgo/third_party/gofrontend/libgo/go/image/internal/imageutil/imageutil.go
    R llgo/third_party/gofrontend/libgo/go/image/internal/imageutil/impl.go
    R llgo/third_party/gofrontend/libgo/go/image/jpeg/dct_test.go
    R llgo/third_party/gofrontend/libgo/go/image/jpeg/fdct.go
    R llgo/third_party/gofrontend/libgo/go/image/jpeg/huffman.go
    R llgo/third_party/gofrontend/libgo/go/image/jpeg/idct.go
    R llgo/third_party/gofrontend/libgo/go/image/jpeg/reader.go
    R llgo/third_party/gofrontend/libgo/go/image/jpeg/reader_test.go
    R llgo/third_party/gofrontend/libgo/go/image/jpeg/scan.go
    R llgo/third_party/gofrontend/libgo/go/image/jpeg/writer.go
    R llgo/third_party/gofrontend/libgo/go/image/jpeg/writer_test.go
    R llgo/third_party/gofrontend/libgo/go/image/names.go
    R llgo/third_party/gofrontend/libgo/go/image/png/paeth.go
    R llgo/third_party/gofrontend/libgo/go/image/png/paeth_test.go
    R llgo/third_party/gofrontend/libgo/go/image/png/reader.go
    R llgo/third_party/gofrontend/libgo/go/image/png/reader_test.go
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/benchGray.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/benchNRGBA-gradient.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/benchNRGBA-opaque.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/benchPaletted.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/benchRGB-interlace.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/benchRGB.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/gray-gradient.interlaced.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/gray-gradient.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/invalid-crc32.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/invalid-noend.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/invalid-trunc.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/invalid-zlib.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/README
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/README.original
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g01-30.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g01-30.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g01.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g01.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g02-29.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g02-29.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g02.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g02.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g04-31.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g04-31.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g04.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g04.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g08.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g08.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g16.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn0g16.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn2c08.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn2c08.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn2c16.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn2c16.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p01.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p01.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p02.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p02.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p04-31i.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p04-31i.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p04.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p04.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p08-trns.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p08-trns.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p08.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p08.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn4a08.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn4a08.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn4a16.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn4a16.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn6a08.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn6a08.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn6a16.png
    R llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn6a16.sng
    R llgo/third_party/gofrontend/libgo/go/image/png/writer.go
    R llgo/third_party/gofrontend/libgo/go/image/png/writer_test.go
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.221212.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.221212.png
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.5bpp.gif
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.cmyk.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.cmyk.png
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.gif
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.interlaced.gif
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.png
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.progressive.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.410.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.410.progressive.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.411.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.411.progressive.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.420.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.420.progressive.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.422.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.422.progressive.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.440.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.440.progressive.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.444.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.444.progressive.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.rgb.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.rgb.png
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.separate.dc.progression.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.separate.dc.progression.progressive.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-005.gray.gif
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-005.gray.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-005.gray.png
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-005.gray.q50.2x2.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-005.gray.q50.2x2.progressive.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-005.gray.q50.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/testdata/video-005.gray.q50.progressive.jpeg
    R llgo/third_party/gofrontend/libgo/go/image/ycbcr.go
    R llgo/third_party/gofrontend/libgo/go/image/ycbcr_test.go
    R llgo/third_party/gofrontend/libgo/go/index/suffixarray/qsufsort.go
    R llgo/third_party/gofrontend/libgo/go/index/suffixarray/suffixarray.go
    R llgo/third_party/gofrontend/libgo/go/index/suffixarray/suffixarray_test.go
    R llgo/third_party/gofrontend/libgo/go/internal/format/format.go
    R llgo/third_party/gofrontend/libgo/go/internal/singleflight/singleflight.go
    R llgo/third_party/gofrontend/libgo/go/internal/singleflight/singleflight_test.go
    R llgo/third_party/gofrontend/libgo/go/internal/syscall/unix/dummy.go
    R llgo/third_party/gofrontend/libgo/go/internal/syscall/unix/getrandom_linux.go
    R llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/registry/export_test.go
    R llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/registry/key.go
    R llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/registry/registry_test.go
    R llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/registry/syscall.go
    R llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/registry/value.go
    R llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/registry/zsyscall_windows.go
    R llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/syscall_windows.go
    R llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/zsyscall_windows.go
    R llgo/third_party/gofrontend/libgo/go/internal/testenv/testenv.go
    R llgo/third_party/gofrontend/libgo/go/internal/trace/goroutines.go
    R llgo/third_party/gofrontend/libgo/go/internal/trace/parser.go
    R llgo/third_party/gofrontend/libgo/go/internal/trace/parser_test.go
    R llgo/third_party/gofrontend/libgo/go/io/io.go
    R llgo/third_party/gofrontend/libgo/go/io/io_test.go
    R llgo/third_party/gofrontend/libgo/go/io/ioutil/ioutil.go
    R llgo/third_party/gofrontend/libgo/go/io/ioutil/ioutil_test.go
    R llgo/third_party/gofrontend/libgo/go/io/ioutil/tempfile.go
    R llgo/third_party/gofrontend/libgo/go/io/ioutil/tempfile_test.go
    R llgo/third_party/gofrontend/libgo/go/io/multi.go
    R llgo/third_party/gofrontend/libgo/go/io/multi_test.go
    R llgo/third_party/gofrontend/libgo/go/io/pipe.go
    R llgo/third_party/gofrontend/libgo/go/io/pipe_test.go
    R llgo/third_party/gofrontend/libgo/go/log/log.go
    R llgo/third_party/gofrontend/libgo/go/log/log_test.go
    R llgo/third_party/gofrontend/libgo/go/log/syslog/doc.go
    R llgo/third_party/gofrontend/libgo/go/log/syslog/syslog.go
    R llgo/third_party/gofrontend/libgo/go/log/syslog/syslog_c.c
    R llgo/third_party/gofrontend/libgo/go/log/syslog/syslog_libc.go
    R llgo/third_party/gofrontend/libgo/go/log/syslog/syslog_test.go
    R llgo/third_party/gofrontend/libgo/go/log/syslog/syslog_unix.go
    R llgo/third_party/gofrontend/libgo/go/math/abs.go
    R llgo/third_party/gofrontend/libgo/go/math/acosh.go
    R llgo/third_party/gofrontend/libgo/go/math/all_test.go
    R llgo/third_party/gofrontend/libgo/go/math/asin.go
    R llgo/third_party/gofrontend/libgo/go/math/asinh.go
    R llgo/third_party/gofrontend/libgo/go/math/atan.go
    R llgo/third_party/gofrontend/libgo/go/math/atan2.go
    R llgo/third_party/gofrontend/libgo/go/math/atanh.go
    R llgo/third_party/gofrontend/libgo/go/math/big/accuracy_string.go
    R llgo/third_party/gofrontend/libgo/go/math/big/arith.go
    R llgo/third_party/gofrontend/libgo/go/math/big/arith_decl.go
    R llgo/third_party/gofrontend/libgo/go/math/big/arith_decl_pure.go
    R llgo/third_party/gofrontend/libgo/go/math/big/arith_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/bits_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/calibrate_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/decimal.go
    R llgo/third_party/gofrontend/libgo/go/math/big/decimal_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/float.go
    R llgo/third_party/gofrontend/libgo/go/math/big/float_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/floatconv.go
    R llgo/third_party/gofrontend/libgo/go/math/big/floatconv_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/floatexample_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/ftoa.go
    R llgo/third_party/gofrontend/libgo/go/math/big/gcd_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/hilbert_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/int.go
    R llgo/third_party/gofrontend/libgo/go/math/big/int_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/intconv.go
    R llgo/third_party/gofrontend/libgo/go/math/big/intconv_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/nat.go
    R llgo/third_party/gofrontend/libgo/go/math/big/nat_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/natconv.go
    R llgo/third_party/gofrontend/libgo/go/math/big/natconv_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/rat.go
    R llgo/third_party/gofrontend/libgo/go/math/big/rat_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/ratconv.go
    R llgo/third_party/gofrontend/libgo/go/math/big/ratconv_test.go
    R llgo/third_party/gofrontend/libgo/go/math/big/roundingmode_string.go
    R llgo/third_party/gofrontend/libgo/go/math/bits.go
    R llgo/third_party/gofrontend/libgo/go/math/cbrt.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/abs.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/asin.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/cmath_test.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/conj.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/exp.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/isinf.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/isnan.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/log.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/phase.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/polar.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/pow.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/rect.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/sin.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/sqrt.go
    R llgo/third_party/gofrontend/libgo/go/math/cmplx/tan.go
    R llgo/third_party/gofrontend/libgo/go/math/const.go
    R llgo/third_party/gofrontend/libgo/go/math/copysign.go
    R llgo/third_party/gofrontend/libgo/go/math/dim.go
    R llgo/third_party/gofrontend/libgo/go/math/erf.go
    R llgo/third_party/gofrontend/libgo/go/math/exp.go
    R llgo/third_party/gofrontend/libgo/go/math/expm1.go
    R llgo/third_party/gofrontend/libgo/go/math/export_test.go
    R llgo/third_party/gofrontend/libgo/go/math/floor.go
    R llgo/third_party/gofrontend/libgo/go/math/frexp.go
    R llgo/third_party/gofrontend/libgo/go/math/gamma.go
    R llgo/third_party/gofrontend/libgo/go/math/hypot.go
    R llgo/third_party/gofrontend/libgo/go/math/j0.go
    R llgo/third_party/gofrontend/libgo/go/math/j1.go
    R llgo/third_party/gofrontend/libgo/go/math/jn.go
    R llgo/third_party/gofrontend/libgo/go/math/ldexp.go
    R llgo/third_party/gofrontend/libgo/go/math/lgamma.go
    R llgo/third_party/gofrontend/libgo/go/math/log.go
    R llgo/third_party/gofrontend/libgo/go/math/log10.go
    R llgo/third_party/gofrontend/libgo/go/math/log1p.go
    R llgo/third_party/gofrontend/libgo/go/math/logb.go
    R llgo/third_party/gofrontend/libgo/go/math/mod.go
    R llgo/third_party/gofrontend/libgo/go/math/modf.go
    R llgo/third_party/gofrontend/libgo/go/math/nextafter.go
    R llgo/third_party/gofrontend/libgo/go/math/pow.go
    R llgo/third_party/gofrontend/libgo/go/math/pow10.go
    R llgo/third_party/gofrontend/libgo/go/math/rand/exp.go
    R llgo/third_party/gofrontend/libgo/go/math/rand/normal.go
    R llgo/third_party/gofrontend/libgo/go/math/rand/rand.go
    R llgo/third_party/gofrontend/libgo/go/math/rand/rand_test.go
    R llgo/third_party/gofrontend/libgo/go/math/rand/regress_test.go
    R llgo/third_party/gofrontend/libgo/go/math/rand/rng.go
    R llgo/third_party/gofrontend/libgo/go/math/rand/zipf.go
    R llgo/third_party/gofrontend/libgo/go/math/remainder.go
    R llgo/third_party/gofrontend/libgo/go/math/signbit.go
    R llgo/third_party/gofrontend/libgo/go/math/sin.go
    R llgo/third_party/gofrontend/libgo/go/math/sincos.go
    R llgo/third_party/gofrontend/libgo/go/math/sinh.go
    R llgo/third_party/gofrontend/libgo/go/math/sqrt.go
    R llgo/third_party/gofrontend/libgo/go/math/tan.go
    R llgo/third_party/gofrontend/libgo/go/math/tanh.go
    R llgo/third_party/gofrontend/libgo/go/math/unsafe.go
    R llgo/third_party/gofrontend/libgo/go/mime/encodedword.go
    R llgo/third_party/gofrontend/libgo/go/mime/encodedword_test.go
    R llgo/third_party/gofrontend/libgo/go/mime/grammar.go
    R llgo/third_party/gofrontend/libgo/go/mime/mediatype.go
    R llgo/third_party/gofrontend/libgo/go/mime/mediatype_test.go
    R llgo/third_party/gofrontend/libgo/go/mime/multipart/formdata.go
    R llgo/third_party/gofrontend/libgo/go/mime/multipart/formdata_test.go
    R llgo/third_party/gofrontend/libgo/go/mime/multipart/multipart.go
    R llgo/third_party/gofrontend/libgo/go/mime/multipart/multipart_test.go
    R llgo/third_party/gofrontend/libgo/go/mime/multipart/testdata/nested-mime
    R llgo/third_party/gofrontend/libgo/go/mime/multipart/writer.go
    R llgo/third_party/gofrontend/libgo/go/mime/multipart/writer_test.go
    R llgo/third_party/gofrontend/libgo/go/mime/quotedprintable/reader.go
    R llgo/third_party/gofrontend/libgo/go/mime/quotedprintable/reader_test.go
    R llgo/third_party/gofrontend/libgo/go/mime/quotedprintable/writer.go
    R llgo/third_party/gofrontend/libgo/go/mime/quotedprintable/writer_test.go
    R llgo/third_party/gofrontend/libgo/go/mime/test.types
    R llgo/third_party/gofrontend/libgo/go/mime/testdata/test.types
    R llgo/third_party/gofrontend/libgo/go/mime/type.go
    R llgo/third_party/gofrontend/libgo/go/mime/type_dragonfly.go
    R llgo/third_party/gofrontend/libgo/go/mime/type_freebsd.go
    R llgo/third_party/gofrontend/libgo/go/mime/type_openbsd.go
    R llgo/third_party/gofrontend/libgo/go/mime/type_plan9.go
    R llgo/third_party/gofrontend/libgo/go/mime/type_test.go
    R llgo/third_party/gofrontend/libgo/go/mime/type_unix.go
    R llgo/third_party/gofrontend/libgo/go/mime/type_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/addrselect.go
    R llgo/third_party/gofrontend/libgo/go/net/addrselect_test.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_android.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_bsd.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_linux.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_netbsd.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_openbsd.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_resnew.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_resold.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_socknew.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_sockold.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_solaris.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_stub.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_unix.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/net/cgo_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/conf.go
    R llgo/third_party/gofrontend/libgo/go/net/conf_netcgo.go
    R llgo/third_party/gofrontend/libgo/go/net/conf_test.go
    R llgo/third_party/gofrontend/libgo/go/net/conn_test.go
    R llgo/third_party/gofrontend/libgo/go/net/dial.go
    R llgo/third_party/gofrontend/libgo/go/net/dial_gen.go
    R llgo/third_party/gofrontend/libgo/go/net/dial_test.go
    R llgo/third_party/gofrontend/libgo/go/net/dnsclient.go
    R llgo/third_party/gofrontend/libgo/go/net/dnsclient_test.go
    R llgo/third_party/gofrontend/libgo/go/net/dnsclient_unix.go
    R llgo/third_party/gofrontend/libgo/go/net/dnsclient_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/net/dnsconfig_unix.go
    R llgo/third_party/gofrontend/libgo/go/net/dnsconfig_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/net/dnsmsg.go
    R llgo/third_party/gofrontend/libgo/go/net/dnsmsg_test.go
    R llgo/third_party/gofrontend/libgo/go/net/dnsname_test.go
    R llgo/third_party/gofrontend/libgo/go/net/error_plan9_test.go
    R llgo/third_party/gofrontend/libgo/go/net/error_posix_test.go
    R llgo/third_party/gofrontend/libgo/go/net/error_test.go
    R llgo/third_party/gofrontend/libgo/go/net/external_test.go
    R llgo/third_party/gofrontend/libgo/go/net/fd_mutex.go
    R llgo/third_party/gofrontend/libgo/go/net/fd_mutex_test.go
    R llgo/third_party/gofrontend/libgo/go/net/fd_plan9.go
    R llgo/third_party/gofrontend/libgo/go/net/fd_poll_nacl.go
    R llgo/third_party/gofrontend/libgo/go/net/fd_poll_runtime.go
    R llgo/third_party/gofrontend/libgo/go/net/fd_posix.go
    R llgo/third_party/gofrontend/libgo/go/net/fd_posix_test.go
    R llgo/third_party/gofrontend/libgo/go/net/fd_select.go
    R llgo/third_party/gofrontend/libgo/go/net/fd_unix.go
    R llgo/third_party/gofrontend/libgo/go/net/fd_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/file.go
    R llgo/third_party/gofrontend/libgo/go/net/file_plan9.go
    R llgo/third_party/gofrontend/libgo/go/net/file_stub.go
    R llgo/third_party/gofrontend/libgo/go/net/file_test.go
    R llgo/third_party/gofrontend/libgo/go/net/file_unix.go
    R llgo/third_party/gofrontend/libgo/go/net/file_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/hook.go
    R llgo/third_party/gofrontend/libgo/go/net/hook_cloexec.go
    R llgo/third_party/gofrontend/libgo/go/net/hook_plan9.go
    R llgo/third_party/gofrontend/libgo/go/net/hook_unix.go
    R llgo/third_party/gofrontend/libgo/go/net/hook_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/hosts.go
    R llgo/third_party/gofrontend/libgo/go/net/hosts_test.go
    R llgo/third_party/gofrontend/libgo/go/net/hosts_testdata
    R llgo/third_party/gofrontend/libgo/go/net/http/cgi/child.go
    R llgo/third_party/gofrontend/libgo/go/net/http/cgi/child_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/cgi/host.go
    R llgo/third_party/gofrontend/libgo/go/net/http/cgi/host_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/cgi/matryoshka_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/cgi/posix_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/cgi/testdata/test.cgi
    R llgo/third_party/gofrontend/libgo/go/net/http/client.go
    R llgo/third_party/gofrontend/libgo/go/net/http/client_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/cookie.go
    R llgo/third_party/gofrontend/libgo/go/net/http/cookie_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/cookiejar/jar.go
    R llgo/third_party/gofrontend/libgo/go/net/http/cookiejar/jar_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/cookiejar/punycode.go
    R llgo/third_party/gofrontend/libgo/go/net/http/cookiejar/punycode_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/doc.go
    R llgo/third_party/gofrontend/libgo/go/net/http/example_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/export_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/fcgi/child.go
    R llgo/third_party/gofrontend/libgo/go/net/http/fcgi/fcgi.go
    R llgo/third_party/gofrontend/libgo/go/net/http/fcgi/fcgi_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/filetransport.go
    R llgo/third_party/gofrontend/libgo/go/net/http/filetransport_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/fs.go
    R llgo/third_party/gofrontend/libgo/go/net/http/fs_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/header.go
    R llgo/third_party/gofrontend/libgo/go/net/http/header_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/http_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/httptest/recorder.go
    R llgo/third_party/gofrontend/libgo/go/net/http/httptest/recorder_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/httptest/server.go
    R llgo/third_party/gofrontend/libgo/go/net/http/httptest/server_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/httputil/dump.go
    R llgo/third_party/gofrontend/libgo/go/net/http/httputil/dump_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/httputil/httputil.go
    R llgo/third_party/gofrontend/libgo/go/net/http/httputil/persist.go
    R llgo/third_party/gofrontend/libgo/go/net/http/httputil/reverseproxy.go
    R llgo/third_party/gofrontend/libgo/go/net/http/httputil/reverseproxy_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/internal/chunked.go
    R llgo/third_party/gofrontend/libgo/go/net/http/internal/chunked_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/jar.go
    R llgo/third_party/gofrontend/libgo/go/net/http/lex.go
    R llgo/third_party/gofrontend/libgo/go/net/http/lex_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/main_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/npn_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/pprof/pprof.go
    R llgo/third_party/gofrontend/libgo/go/net/http/proxy_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/race.go
    R llgo/third_party/gofrontend/libgo/go/net/http/range_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/readrequest_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/request.go
    R llgo/third_party/gofrontend/libgo/go/net/http/request_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/requestwrite_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/response.go
    R llgo/third_party/gofrontend/libgo/go/net/http/response_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/responsewrite_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/serve_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/server.go
    R llgo/third_party/gofrontend/libgo/go/net/http/sniff.go
    R llgo/third_party/gofrontend/libgo/go/net/http/sniff_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/status.go
    R llgo/third_party/gofrontend/libgo/go/net/http/testdata/file
    R llgo/third_party/gofrontend/libgo/go/net/http/testdata/index.html
    R llgo/third_party/gofrontend/libgo/go/net/http/testdata/style.css
    R llgo/third_party/gofrontend/libgo/go/net/http/transfer.go
    R llgo/third_party/gofrontend/libgo/go/net/http/transfer_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/transport.go
    R llgo/third_party/gofrontend/libgo/go/net/http/transport_test.go
    R llgo/third_party/gofrontend/libgo/go/net/http/triv.go
    R llgo/third_party/gofrontend/libgo/go/net/interface.go
    R llgo/third_party/gofrontend/libgo/go/net/interface_bsd.go
    R llgo/third_party/gofrontend/libgo/go/net/interface_darwin.go
    R llgo/third_party/gofrontend/libgo/go/net/interface_dragonfly.go
    R llgo/third_party/gofrontend/libgo/go/net/interface_freebsd.go
    R llgo/third_party/gofrontend/libgo/go/net/interface_linux.go
    R llgo/third_party/gofrontend/libgo/go/net/interface_netbsd.go
    R llgo/third_party/gofrontend/libgo/go/net/interface_openbsd.go
    R llgo/third_party/gofrontend/libgo/go/net/interface_stub.go
    R llgo/third_party/gofrontend/libgo/go/net/interface_test.go
    R llgo/third_party/gofrontend/libgo/go/net/interface_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/internal/socktest/main_test.go
    R llgo/third_party/gofrontend/libgo/go/net/internal/socktest/main_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/net/internal/socktest/main_windows_test.go
    R llgo/third_party/gofrontend/libgo/go/net/internal/socktest/switch.go
    R llgo/third_party/gofrontend/libgo/go/net/internal/socktest/switch_posix.go
    R llgo/third_party/gofrontend/libgo/go/net/internal/socktest/switch_stub.go
    R llgo/third_party/gofrontend/libgo/go/net/internal/socktest/switch_unix.go
    R llgo/third_party/gofrontend/libgo/go/net/internal/socktest/switch_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/internal/socktest/sys_cloexec.go
    R llgo/third_party/gofrontend/libgo/go/net/internal/socktest/sys_unix.go
    R llgo/third_party/gofrontend/libgo/go/net/internal/socktest/sys_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/ip.go
    R llgo/third_party/gofrontend/libgo/go/net/ip_test.go
    R llgo/third_party/gofrontend/libgo/go/net/ipraw_test.go
    R llgo/third_party/gofrontend/libgo/go/net/iprawsock.go
    R llgo/third_party/gofrontend/libgo/go/net/iprawsock_plan9.go
    R llgo/third_party/gofrontend/libgo/go/net/iprawsock_posix.go
    R llgo/third_party/gofrontend/libgo/go/net/ipsock.go
    R llgo/third_party/gofrontend/libgo/go/net/ipsock_plan9.go
    R llgo/third_party/gofrontend/libgo/go/net/ipsock_posix.go
    R llgo/third_party/gofrontend/libgo/go/net/ipsock_test.go
    R llgo/third_party/gofrontend/libgo/go/net/listen_test.go
    R llgo/third_party/gofrontend/libgo/go/net/lookup.go
    R llgo/third_party/gofrontend/libgo/go/net/lookup_plan9.go
    R llgo/third_party/gofrontend/libgo/go/net/lookup_stub.go
    R llgo/third_party/gofrontend/libgo/go/net/lookup_test.go
    R llgo/third_party/gofrontend/libgo/go/net/lookup_unix.go
    R llgo/third_party/gofrontend/libgo/go/net/lookup_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/mac.go
    R llgo/third_party/gofrontend/libgo/go/net/mac_test.go
    R llgo/third_party/gofrontend/libgo/go/net/mail/example_test.go
    R llgo/third_party/gofrontend/libgo/go/net/mail/message.go
    R llgo/third_party/gofrontend/libgo/go/net/mail/message_test.go
    R llgo/third_party/gofrontend/libgo/go/net/main_cloexec_test.go
    R llgo/third_party/gofrontend/libgo/go/net/main_plan9_test.go
    R llgo/third_party/gofrontend/libgo/go/net/main_posix_test.go
    R llgo/third_party/gofrontend/libgo/go/net/main_test.go
    R llgo/third_party/gofrontend/libgo/go/net/main_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/net/main_windows_test.go
    R llgo/third_party/gofrontend/libgo/go/net/mockserver_test.go
    R llgo/third_party/gofrontend/libgo/go/net/net.go
    R llgo/third_party/gofrontend/libgo/go/net/net_test.go
    R llgo/third_party/gofrontend/libgo/go/net/newpollserver_rtems.go
    R llgo/third_party/gofrontend/libgo/go/net/non_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/net/nss.go
    R llgo/third_party/gofrontend/libgo/go/net/nss_test.go
    R llgo/third_party/gofrontend/libgo/go/net/packetconn_test.go
    R llgo/third_party/gofrontend/libgo/go/net/parse.go
    R llgo/third_party/gofrontend/libgo/go/net/parse_test.go
    R llgo/third_party/gofrontend/libgo/go/net/pipe.go
    R llgo/third_party/gofrontend/libgo/go/net/pipe_test.go
    R llgo/third_party/gofrontend/libgo/go/net/platform_test.go
    R llgo/third_party/gofrontend/libgo/go/net/port.go
    R llgo/third_party/gofrontend/libgo/go/net/port_test.go
    R llgo/third_party/gofrontend/libgo/go/net/port_unix.go
    R llgo/third_party/gofrontend/libgo/go/net/protoconn_test.go
    R llgo/third_party/gofrontend/libgo/go/net/race.go
    R llgo/third_party/gofrontend/libgo/go/net/race0.go
    R llgo/third_party/gofrontend/libgo/go/net/rpc/client.go
    R llgo/third_party/gofrontend/libgo/go/net/rpc/client_test.go
    R llgo/third_party/gofrontend/libgo/go/net/rpc/debug.go
    R llgo/third_party/gofrontend/libgo/go/net/rpc/jsonrpc/all_test.go
    R llgo/third_party/gofrontend/libgo/go/net/rpc/jsonrpc/client.go
    R llgo/third_party/gofrontend/libgo/go/net/rpc/jsonrpc/server.go
    R llgo/third_party/gofrontend/libgo/go/net/rpc/server.go
    R llgo/third_party/gofrontend/libgo/go/net/rpc/server_test.go
    R llgo/third_party/gofrontend/libgo/go/net/sendfile_dragonfly.go
    R llgo/third_party/gofrontend/libgo/go/net/sendfile_freebsd.go
    R llgo/third_party/gofrontend/libgo/go/net/sendfile_linux.go
    R llgo/third_party/gofrontend/libgo/go/net/sendfile_solaris.go
    R llgo/third_party/gofrontend/libgo/go/net/sendfile_stub.go
    R llgo/third_party/gofrontend/libgo/go/net/sendfile_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/server_test.go
    R llgo/third_party/gofrontend/libgo/go/net/smtp/auth.go
    R llgo/third_party/gofrontend/libgo/go/net/smtp/smtp.go
    R llgo/third_party/gofrontend/libgo/go/net/smtp/smtp_test.go
    R llgo/third_party/gofrontend/libgo/go/net/sock_bsd.go
    R llgo/third_party/gofrontend/libgo/go/net/sock_cloexec.go
    R llgo/third_party/gofrontend/libgo/go/net/sock_linux.go
    R llgo/third_party/gofrontend/libgo/go/net/sock_plan9.go
    R llgo/third_party/gofrontend/libgo/go/net/sock_posix.go
    R llgo/third_party/gofrontend/libgo/go/net/sock_stub.go
    R llgo/third_party/gofrontend/libgo/go/net/sock_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/sockopt_bsd.go
    R llgo/third_party/gofrontend/libgo/go/net/sockopt_linux.go
    R llgo/third_party/gofrontend/libgo/go/net/sockopt_plan9.go
    R llgo/third_party/gofrontend/libgo/go/net/sockopt_posix.go
    R llgo/third_party/gofrontend/libgo/go/net/sockopt_solaris.go
    R llgo/third_party/gofrontend/libgo/go/net/sockopt_stub.go
    R llgo/third_party/gofrontend/libgo/go/net/sockopt_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/sockoptip_bsd.go
    R llgo/third_party/gofrontend/libgo/go/net/sockoptip_linux.go
    R llgo/third_party/gofrontend/libgo/go/net/sockoptip_posix.go
    R llgo/third_party/gofrontend/libgo/go/net/sockoptip_stub.go
    R llgo/third_party/gofrontend/libgo/go/net/sockoptip_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/sys_cloexec.go
    R llgo/third_party/gofrontend/libgo/go/net/tcp_test.go
    R llgo/third_party/gofrontend/libgo/go/net/tcpsock.go
    R llgo/third_party/gofrontend/libgo/go/net/tcpsock_plan9.go
    R llgo/third_party/gofrontend/libgo/go/net/tcpsock_posix.go
    R llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_darwin.go
    R llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_dragonfly.go
    R llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_openbsd.go
    R llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_plan9.go
    R llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_posix.go
    R llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_solaris.go
    R llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_stub.go
    R llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_unix.go
    R llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_windows.go
    R llgo/third_party/gofrontend/libgo/go/net/testdata/domain-resolv.conf
    R llgo/third_party/gofrontend/libgo/go/net/testdata/empty-resolv.conf
    R llgo/third_party/gofrontend/libgo/go/net/testdata/hosts
    R llgo/third_party/gofrontend/libgo/go/net/testdata/igmp
    R llgo/third_party/gofrontend/libgo/go/net/testdata/igmp6
    R llgo/third_party/gofrontend/libgo/go/net/testdata/ipv4-hosts
    R llgo/third_party/gofrontend/libgo/go/net/testdata/ipv6-hosts
    R llgo/third_party/gofrontend/libgo/go/net/testdata/openbsd-resolv.conf
    R llgo/third_party/gofrontend/libgo/go/net/testdata/resolv.conf
    R llgo/third_party/gofrontend/libgo/go/net/testdata/search-resolv.conf
    R llgo/third_party/gofrontend/libgo/go/net/testdata/singleline-hosts
    R llgo/third_party/gofrontend/libgo/go/net/textproto/header.go
    R llgo/third_party/gofrontend/libgo/go/net/textproto/pipeline.go
    R llgo/third_party/gofrontend/libgo/go/net/textproto/reader.go
    R llgo/third_party/gofrontend/libgo/go/net/textproto/reader_test.go
    R llgo/third_party/gofrontend/libgo/go/net/textproto/textproto.go
    R llgo/third_party/gofrontend/libgo/go/net/textproto/writer.go
    R llgo/third_party/gofrontend/libgo/go/net/textproto/writer_test.go
    R llgo/third_party/gofrontend/libgo/go/net/timeout_test.go
    R llgo/third_party/gofrontend/libgo/go/net/udp_test.go
    R llgo/third_party/gofrontend/libgo/go/net/udpsock.go
    R llgo/third_party/gofrontend/libgo/go/net/udpsock_plan9.go
    R llgo/third_party/gofrontend/libgo/go/net/udpsock_posix.go
    R llgo/third_party/gofrontend/libgo/go/net/unix_test.go
    R llgo/third_party/gofrontend/libgo/go/net/unixsock.go
    R llgo/third_party/gofrontend/libgo/go/net/unixsock_plan9.go
    R llgo/third_party/gofrontend/libgo/go/net/unixsock_posix.go
    R llgo/third_party/gofrontend/libgo/go/net/url/url.go
    R llgo/third_party/gofrontend/libgo/go/net/url/url_test.go
    R llgo/third_party/gofrontend/libgo/go/old/regexp/all_test.go
    R llgo/third_party/gofrontend/libgo/go/old/regexp/find_test.go
    R llgo/third_party/gofrontend/libgo/go/old/regexp/regexp.go
    R llgo/third_party/gofrontend/libgo/go/old/template/doc.go
    R llgo/third_party/gofrontend/libgo/go/old/template/execute.go
    R llgo/third_party/gofrontend/libgo/go/old/template/format.go
    R llgo/third_party/gofrontend/libgo/go/old/template/parse.go
    R llgo/third_party/gofrontend/libgo/go/old/template/template_test.go
    R llgo/third_party/gofrontend/libgo/go/os/dir.go
    R llgo/third_party/gofrontend/libgo/go/os/dir_largefile.go
    R llgo/third_party/gofrontend/libgo/go/os/dir_plan9.go
    R llgo/third_party/gofrontend/libgo/go/os/dir_regfile.go
    R llgo/third_party/gofrontend/libgo/go/os/dir_unix.go
    R llgo/third_party/gofrontend/libgo/go/os/doc.go
    R llgo/third_party/gofrontend/libgo/go/os/env.go
    R llgo/third_party/gofrontend/libgo/go/os/env_test.go
    R llgo/third_party/gofrontend/libgo/go/os/env_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/os/error.go
    R llgo/third_party/gofrontend/libgo/go/os/error_plan9.go
    R llgo/third_party/gofrontend/libgo/go/os/error_test.go
    R llgo/third_party/gofrontend/libgo/go/os/error_unix.go
    R llgo/third_party/gofrontend/libgo/go/os/error_windows.go
    R llgo/third_party/gofrontend/libgo/go/os/exec.go
    R llgo/third_party/gofrontend/libgo/go/os/exec/exec.go
    R llgo/third_party/gofrontend/libgo/go/os/exec/exec_posix.go
    R llgo/third_party/gofrontend/libgo/go/os/exec/exec_test.go
    R llgo/third_party/gofrontend/libgo/go/os/exec/lp_plan9.go
    R llgo/third_party/gofrontend/libgo/go/os/exec/lp_test.go
    R llgo/third_party/gofrontend/libgo/go/os/exec/lp_unix.go
    R llgo/third_party/gofrontend/libgo/go/os/exec/lp_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/os/exec/lp_windows.go
    R llgo/third_party/gofrontend/libgo/go/os/exec_plan9.go
    R llgo/third_party/gofrontend/libgo/go/os/exec_posix.go
    R llgo/third_party/gofrontend/libgo/go/os/exec_unix.go
    R llgo/third_party/gofrontend/libgo/go/os/exec_windows.go
    R llgo/third_party/gofrontend/libgo/go/os/export_test.go
    R llgo/third_party/gofrontend/libgo/go/os/file.go
    R llgo/third_party/gofrontend/libgo/go/os/file_plan9.go
    R llgo/third_party/gofrontend/libgo/go/os/file_posix.go
    R llgo/third_party/gofrontend/libgo/go/os/file_unix.go
    R llgo/third_party/gofrontend/libgo/go/os/getwd.go
    R llgo/third_party/gofrontend/libgo/go/os/getwd_darwin.go
    R llgo/third_party/gofrontend/libgo/go/os/os_test.go
    R llgo/third_party/gofrontend/libgo/go/os/os_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/os/path.go
    R llgo/third_party/gofrontend/libgo/go/os/path_plan9.go
    R llgo/third_party/gofrontend/libgo/go/os/path_test.go
    R llgo/third_party/gofrontend/libgo/go/os/path_unix.go
    R llgo/third_party/gofrontend/libgo/go/os/path_windows.go
    R llgo/third_party/gofrontend/libgo/go/os/pipe_bsd.go
    R llgo/third_party/gofrontend/libgo/go/os/pipe_linux.go
    R llgo/third_party/gofrontend/libgo/go/os/proc.go
    R llgo/third_party/gofrontend/libgo/go/os/signal/signal.go
    R llgo/third_party/gofrontend/libgo/go/os/signal/signal_plan9.go
    R llgo/third_party/gofrontend/libgo/go/os/signal/signal_plan9_test.go
    R llgo/third_party/gofrontend/libgo/go/os/signal/signal_test.go
    R llgo/third_party/gofrontend/libgo/go/os/signal/signal_unix.go
    R llgo/third_party/gofrontend/libgo/go/os/stat.go
    R llgo/third_party/gofrontend/libgo/go/os/stat_atim.go
    R llgo/third_party/gofrontend/libgo/go/os/stat_atimespec.go
    R llgo/third_party/gofrontend/libgo/go/os/stat_dragonfly.go
    R llgo/third_party/gofrontend/libgo/go/os/stat_nacl.go
    R llgo/third_party/gofrontend/libgo/go/os/stat_plan9.go
    R llgo/third_party/gofrontend/libgo/go/os/stat_solaris.go
    R llgo/third_party/gofrontend/libgo/go/os/sticky_bsd.go
    R llgo/third_party/gofrontend/libgo/go/os/sticky_notbsd.go
    R llgo/third_party/gofrontend/libgo/go/os/str.go
    R llgo/third_party/gofrontend/libgo/go/os/sys_bsd.go
    R llgo/third_party/gofrontend/libgo/go/os/sys_darwin.go
    R llgo/third_party/gofrontend/libgo/go/os/sys_freebsd.go
    R llgo/third_party/gofrontend/libgo/go/os/sys_linux.go
    R llgo/third_party/gofrontend/libgo/go/os/sys_nacl.go
    R llgo/third_party/gofrontend/libgo/go/os/sys_plan9.go
    R llgo/third_party/gofrontend/libgo/go/os/sys_uname.go
    R llgo/third_party/gofrontend/libgo/go/os/sys_unix.go
    R llgo/third_party/gofrontend/libgo/go/os/types.go
    R llgo/third_party/gofrontend/libgo/go/os/types_notwin.go
    R llgo/third_party/gofrontend/libgo/go/os/types_windows.go
    R llgo/third_party/gofrontend/libgo/go/os/user/decls_solaris.go
    R llgo/third_party/gofrontend/libgo/go/os/user/decls_unix.go
    R llgo/third_party/gofrontend/libgo/go/os/user/lookup.go
    R llgo/third_party/gofrontend/libgo/go/os/user/lookup_plan9.go
    R llgo/third_party/gofrontend/libgo/go/os/user/lookup_stubs.go
    R llgo/third_party/gofrontend/libgo/go/os/user/lookup_unix.go
    R llgo/third_party/gofrontend/libgo/go/os/user/lookup_windows.go
    R llgo/third_party/gofrontend/libgo/go/os/user/user.go
    R llgo/third_party/gofrontend/libgo/go/os/user/user_test.go
    R llgo/third_party/gofrontend/libgo/go/path/example_test.go
    R llgo/third_party/gofrontend/libgo/go/path/filepath/example_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/path/filepath/export_test.go
    R llgo/third_party/gofrontend/libgo/go/path/filepath/match.go
    R llgo/third_party/gofrontend/libgo/go/path/filepath/match_test.go
    R llgo/third_party/gofrontend/libgo/go/path/filepath/path.go
    R llgo/third_party/gofrontend/libgo/go/path/filepath/path_plan9.go
    R llgo/third_party/gofrontend/libgo/go/path/filepath/path_test.go
    R llgo/third_party/gofrontend/libgo/go/path/filepath/path_unix.go
    R llgo/third_party/gofrontend/libgo/go/path/filepath/path_windows.go
    R llgo/third_party/gofrontend/libgo/go/path/filepath/symlink.go
    R llgo/third_party/gofrontend/libgo/go/path/filepath/symlink_unix.go
    R llgo/third_party/gofrontend/libgo/go/path/filepath/symlink_windows.go
    R llgo/third_party/gofrontend/libgo/go/path/match.go
    R llgo/third_party/gofrontend/libgo/go/path/match_test.go
    R llgo/third_party/gofrontend/libgo/go/path/path.go
    R llgo/third_party/gofrontend/libgo/go/path/path_test.go
    R llgo/third_party/gofrontend/libgo/go/reflect/all_test.go
    R llgo/third_party/gofrontend/libgo/go/reflect/deepequal.go
    R llgo/third_party/gofrontend/libgo/go/reflect/example_test.go
    R llgo/third_party/gofrontend/libgo/go/reflect/export_test.go
    R llgo/third_party/gofrontend/libgo/go/reflect/makefunc.go
    R llgo/third_party/gofrontend/libgo/go/reflect/makefunc_ffi.go
    R llgo/third_party/gofrontend/libgo/go/reflect/makefunc_ffi_c.c
    R llgo/third_party/gofrontend/libgo/go/reflect/set_test.go
    R llgo/third_party/gofrontend/libgo/go/reflect/tostring_test.go
    R llgo/third_party/gofrontend/libgo/go/reflect/type.go
    R llgo/third_party/gofrontend/libgo/go/reflect/value.go
    R llgo/third_party/gofrontend/libgo/go/regexp/all_test.go
    R llgo/third_party/gofrontend/libgo/go/regexp/backtrack.go
    R llgo/third_party/gofrontend/libgo/go/regexp/exec.go
    R llgo/third_party/gofrontend/libgo/go/regexp/exec2_test.go
    R llgo/third_party/gofrontend/libgo/go/regexp/exec_test.go
    R llgo/third_party/gofrontend/libgo/go/regexp/find_test.go
    R llgo/third_party/gofrontend/libgo/go/regexp/onepass.go
    R llgo/third_party/gofrontend/libgo/go/regexp/onepass_test.go
    R llgo/third_party/gofrontend/libgo/go/regexp/regexp.go
    R llgo/third_party/gofrontend/libgo/go/regexp/syntax/compile.go
    R llgo/third_party/gofrontend/libgo/go/regexp/syntax/doc.go
    R llgo/third_party/gofrontend/libgo/go/regexp/syntax/parse.go
    R llgo/third_party/gofrontend/libgo/go/regexp/syntax/parse_test.go
    R llgo/third_party/gofrontend/libgo/go/regexp/syntax/perl_groups.go
    R llgo/third_party/gofrontend/libgo/go/regexp/syntax/prog.go
    R llgo/third_party/gofrontend/libgo/go/regexp/syntax/prog_test.go
    R llgo/third_party/gofrontend/libgo/go/regexp/syntax/regexp.go
    R llgo/third_party/gofrontend/libgo/go/regexp/syntax/simplify.go
    R llgo/third_party/gofrontend/libgo/go/regexp/syntax/simplify_test.go
    R llgo/third_party/gofrontend/libgo/go/regexp/testdata/README
    R llgo/third_party/gofrontend/libgo/go/regexp/testdata/basic.dat
    R llgo/third_party/gofrontend/libgo/go/regexp/testdata/nullsubexpr.dat
    R llgo/third_party/gofrontend/libgo/go/regexp/testdata/re2-exhaustive.txt.bz2
    R llgo/third_party/gofrontend/libgo/go/regexp/testdata/re2-search.txt
    R llgo/third_party/gofrontend/libgo/go/regexp/testdata/repetition.dat
    R llgo/third_party/gofrontend/libgo/go/regexp/testdata/testregex.c
    R llgo/third_party/gofrontend/libgo/go/runtime/append_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/chan_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/chanbarrier_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/closure_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/compiler.go
    R llgo/third_party/gofrontend/libgo/go/runtime/complex_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/crash_cgo_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/crash_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/crash_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/debug.go
    R llgo/third_party/gofrontend/libgo/go/runtime/debug/garbage.go
    R llgo/third_party/gofrontend/libgo/go/runtime/debug/garbage_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/debug/heapdump_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/debug/stack.go
    R llgo/third_party/gofrontend/libgo/go/runtime/debug/stack_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/env_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/error.go
    R llgo/third_party/gofrontend/libgo/go/runtime/export_arm_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/export_linux_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/export_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/export_windows_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/extern.go
    R llgo/third_party/gofrontend/libgo/go/runtime/gc_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/gcinfo_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/iface_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/lfstack_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/malloc_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/map_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/mapspeed_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/mem.go
    R llgo/third_party/gofrontend/libgo/go/runtime/mfinal_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/norace_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/parfor_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/pprof/mprof_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/pprof/pprof.go
    R llgo/third_party/gofrontend/libgo/go/runtime/pprof/pprof_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/proc_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/runtime_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/runtime_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/string_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/symtab_test.go
    R llgo/third_party/gofrontend/libgo/go/runtime/vlrt.go
    R llgo/third_party/gofrontend/libgo/go/sort/example_interface_test.go
    R llgo/third_party/gofrontend/libgo/go/sort/example_keys_test.go
    R llgo/third_party/gofrontend/libgo/go/sort/example_multi_test.go
    R llgo/third_party/gofrontend/libgo/go/sort/example_test.go
    R llgo/third_party/gofrontend/libgo/go/sort/example_wrapper_test.go
    R llgo/third_party/gofrontend/libgo/go/sort/export_test.go
    R llgo/third_party/gofrontend/libgo/go/sort/search.go
    R llgo/third_party/gofrontend/libgo/go/sort/search_test.go
    R llgo/third_party/gofrontend/libgo/go/sort/sort.go
    R llgo/third_party/gofrontend/libgo/go/sort/sort_test.go
    R llgo/third_party/gofrontend/libgo/go/strconv/atob.go
    R llgo/third_party/gofrontend/libgo/go/strconv/atob_test.go
    R llgo/third_party/gofrontend/libgo/go/strconv/atof.go
    R llgo/third_party/gofrontend/libgo/go/strconv/atof_test.go
    R llgo/third_party/gofrontend/libgo/go/strconv/atoi.go
    R llgo/third_party/gofrontend/libgo/go/strconv/atoi_test.go
    R llgo/third_party/gofrontend/libgo/go/strconv/decimal.go
    R llgo/third_party/gofrontend/libgo/go/strconv/decimal_test.go
    R llgo/third_party/gofrontend/libgo/go/strconv/doc.go
    R llgo/third_party/gofrontend/libgo/go/strconv/example_test.go
    R llgo/third_party/gofrontend/libgo/go/strconv/extfloat.go
    R llgo/third_party/gofrontend/libgo/go/strconv/fp_test.go
    R llgo/third_party/gofrontend/libgo/go/strconv/ftoa.go
    R llgo/third_party/gofrontend/libgo/go/strconv/ftoa_test.go
    R llgo/third_party/gofrontend/libgo/go/strconv/internal_test.go
    R llgo/third_party/gofrontend/libgo/go/strconv/isprint.go
    R llgo/third_party/gofrontend/libgo/go/strconv/itoa.go
    R llgo/third_party/gofrontend/libgo/go/strconv/itoa_test.go
    R llgo/third_party/gofrontend/libgo/go/strconv/makeisprint.go
    R llgo/third_party/gofrontend/libgo/go/strconv/quote.go
    R llgo/third_party/gofrontend/libgo/go/strconv/quote_test.go
    R llgo/third_party/gofrontend/libgo/go/strconv/strconv_test.go
    R llgo/third_party/gofrontend/libgo/go/strconv/testdata/testfp.txt
    R llgo/third_party/gofrontend/libgo/go/strconv/testfp.txt
    R llgo/third_party/gofrontend/libgo/go/strings/compare.go
    R llgo/third_party/gofrontend/libgo/go/strings/compare_test.go
    R llgo/third_party/gofrontend/libgo/go/strings/example_test.go
    R llgo/third_party/gofrontend/libgo/go/strings/export_test.go
    R llgo/third_party/gofrontend/libgo/go/strings/indexbyte.c
    R llgo/third_party/gofrontend/libgo/go/strings/reader.go
    R llgo/third_party/gofrontend/libgo/go/strings/reader_test.go
    R llgo/third_party/gofrontend/libgo/go/strings/replace.go
    R llgo/third_party/gofrontend/libgo/go/strings/replace_test.go
    R llgo/third_party/gofrontend/libgo/go/strings/search.go
    R llgo/third_party/gofrontend/libgo/go/strings/search_test.go
    R llgo/third_party/gofrontend/libgo/go/strings/strings.go
    R llgo/third_party/gofrontend/libgo/go/strings/strings_decl.go
    R llgo/third_party/gofrontend/libgo/go/strings/strings_test.go
    R llgo/third_party/gofrontend/libgo/go/sync/atomic/64bit_arm.go
    R llgo/third_party/gofrontend/libgo/go/sync/atomic/atomic.c
    R llgo/third_party/gofrontend/libgo/go/sync/atomic/atomic_test.go
    R llgo/third_party/gofrontend/libgo/go/sync/atomic/doc.go
    R llgo/third_party/gofrontend/libgo/go/sync/atomic/value.go
    R llgo/third_party/gofrontend/libgo/go/sync/atomic/value_test.go
    R llgo/third_party/gofrontend/libgo/go/sync/cas.c
    R llgo/third_party/gofrontend/libgo/go/sync/cond.go
    R llgo/third_party/gofrontend/libgo/go/sync/cond_test.go
    R llgo/third_party/gofrontend/libgo/go/sync/example_test.go
    R llgo/third_party/gofrontend/libgo/go/sync/export_test.go
    R llgo/third_party/gofrontend/libgo/go/sync/mutex.go
    R llgo/third_party/gofrontend/libgo/go/sync/mutex_test.go
    R llgo/third_party/gofrontend/libgo/go/sync/once.go
    R llgo/third_party/gofrontend/libgo/go/sync/once_test.go
    R llgo/third_party/gofrontend/libgo/go/sync/pool.go
    R llgo/third_party/gofrontend/libgo/go/sync/pool_test.go
    R llgo/third_party/gofrontend/libgo/go/sync/race.go
    R llgo/third_party/gofrontend/libgo/go/sync/race0.go
    R llgo/third_party/gofrontend/libgo/go/sync/runtime.go
    R llgo/third_party/gofrontend/libgo/go/sync/runtime_sema_test.go
    R llgo/third_party/gofrontend/libgo/go/sync/rwmutex.go
    R llgo/third_party/gofrontend/libgo/go/sync/rwmutex_test.go
    R llgo/third_party/gofrontend/libgo/go/sync/waitgroup.go
    R llgo/third_party/gofrontend/libgo/go/sync/waitgroup_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/bpf_bsd.go
    R llgo/third_party/gofrontend/libgo/go/syscall/const_plan9.go
    R llgo/third_party/gofrontend/libgo/go/syscall/creds_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/dir_plan9.go
    R llgo/third_party/gofrontend/libgo/go/syscall/env_plan9.go
    R llgo/third_party/gofrontend/libgo/go/syscall/env_unix.go
    R llgo/third_party/gofrontend/libgo/go/syscall/env_windows.go
    R llgo/third_party/gofrontend/libgo/go/syscall/errno.c
    R llgo/third_party/gofrontend/libgo/go/syscall/errors_plan9.go
    R llgo/third_party/gofrontend/libgo/go/syscall/errstr.go
    R llgo/third_party/gofrontend/libgo/go/syscall/errstr_linux.go
    R llgo/third_party/gofrontend/libgo/go/syscall/errstr_nor.go
    R llgo/third_party/gofrontend/libgo/go/syscall/exec_bsd.go
    R llgo/third_party/gofrontend/libgo/go/syscall/exec_linux.go
    R llgo/third_party/gofrontend/libgo/go/syscall/exec_linux_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/exec_solaris_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/exec_stubs.go
    R llgo/third_party/gofrontend/libgo/go/syscall/exec_unix.go
    R llgo/third_party/gofrontend/libgo/go/syscall/exec_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/exec_windows.go
    R llgo/third_party/gofrontend/libgo/go/syscall/export_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/export_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_bsd.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_irix.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_linux.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_linux_386.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_linux_alpha.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_linux_amd64.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_linux_s390.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_linux_s390x.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_linux_ustat.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_linux_utimesnano.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_posix.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_posix_largefile.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_posix_regfile.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_posix_utimesnano.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_solaris_386.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_solaris_amd64.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_solaris_sparc.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_solaris_sparc64.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_support.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_uname.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_wait4.go
    R llgo/third_party/gofrontend/libgo/go/syscall/libcall_waitpid.go
    R llgo/third_party/gofrontend/libgo/go/syscall/lsf_linux.go
    R llgo/third_party/gofrontend/libgo/go/syscall/mksyscall.awk
    R llgo/third_party/gofrontend/libgo/go/syscall/mmap_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/netlink_linux.go
    R llgo/third_party/gofrontend/libgo/go/syscall/pwd_plan9.go
    R llgo/third_party/gofrontend/libgo/go/syscall/race0.go
    R llgo/third_party/gofrontend/libgo/go/syscall/route_bsd.go
    R llgo/third_party/gofrontend/libgo/go/syscall/route_bsd_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/route_darwin.go
    R llgo/third_party/gofrontend/libgo/go/syscall/route_dragonfly.go
    R llgo/third_party/gofrontend/libgo/go/syscall/route_freebsd.go
    R llgo/third_party/gofrontend/libgo/go/syscall/route_freebsd_32bit.go
    R llgo/third_party/gofrontend/libgo/go/syscall/route_freebsd_64bit.go
    R llgo/third_party/gofrontend/libgo/go/syscall/route_ifma_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/route_netbsd.go
    R llgo/third_party/gofrontend/libgo/go/syscall/route_noifma_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/route_openbsd.go
    R llgo/third_party/gofrontend/libgo/go/syscall/security_windows.go
    R llgo/third_party/gofrontend/libgo/go/syscall/signame.c
    R llgo/third_party/gofrontend/libgo/go/syscall/sleep_rtems.go
    R llgo/third_party/gofrontend/libgo/go/syscall/sleep_select.go
    R llgo/third_party/gofrontend/libgo/go/syscall/sockcmsg_linux.go
    R llgo/third_party/gofrontend/libgo/go/syscall/sockcmsg_unix.go
    R llgo/third_party/gofrontend/libgo/go/syscall/socket.go
    R llgo/third_party/gofrontend/libgo/go/syscall/socket_bsd.go
    R llgo/third_party/gofrontend/libgo/go/syscall/socket_irix.go
    R llgo/third_party/gofrontend/libgo/go/syscall/socket_linux.go
    R llgo/third_party/gofrontend/libgo/go/syscall/socket_linux_ppc64x_type.go
    R llgo/third_party/gofrontend/libgo/go/syscall/socket_linux_type.go
    R llgo/third_party/gofrontend/libgo/go/syscall/socket_posix.go
    R llgo/third_party/gofrontend/libgo/go/syscall/socket_solaris.go
    R llgo/third_party/gofrontend/libgo/go/syscall/socket_xnet.go
    R llgo/third_party/gofrontend/libgo/go/syscall/str.go
    R llgo/third_party/gofrontend/libgo/go/syscall/syscall.go
    R llgo/third_party/gofrontend/libgo/go/syscall/syscall_errno.go
    R llgo/third_party/gofrontend/libgo/go/syscall/syscall_linux_386.go
    R llgo/third_party/gofrontend/libgo/go/syscall/syscall_linux_alpha.go
    R llgo/third_party/gofrontend/libgo/go/syscall/syscall_linux_amd64.go
    R llgo/third_party/gofrontend/libgo/go/syscall/syscall_linux_s390.go
    R llgo/third_party/gofrontend/libgo/go/syscall/syscall_linux_s390x.go
    R llgo/third_party/gofrontend/libgo/go/syscall/syscall_linux_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/syscall_solaris.go
    R llgo/third_party/gofrontend/libgo/go/syscall/syscall_stubs.go
    R llgo/third_party/gofrontend/libgo/go/syscall/syscall_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/syscall_unix.go
    R llgo/third_party/gofrontend/libgo/go/syscall/syscall_unix_test.go
    R llgo/third_party/gofrontend/libgo/go/syscall/wait.c
    R llgo/third_party/gofrontend/libgo/go/testing/allocs.go
    R llgo/third_party/gofrontend/libgo/go/testing/allocs_test.go
    R llgo/third_party/gofrontend/libgo/go/testing/benchmark.go
    R llgo/third_party/gofrontend/libgo/go/testing/benchmark_test.go
    R llgo/third_party/gofrontend/libgo/go/testing/cover.go
    R llgo/third_party/gofrontend/libgo/go/testing/example.go
    R llgo/third_party/gofrontend/libgo/go/testing/export_test.go
    R llgo/third_party/gofrontend/libgo/go/testing/iotest/logger.go
    R llgo/third_party/gofrontend/libgo/go/testing/iotest/reader.go
    R llgo/third_party/gofrontend/libgo/go/testing/iotest/writer.go
    R llgo/third_party/gofrontend/libgo/go/testing/quick/quick.go
    R llgo/third_party/gofrontend/libgo/go/testing/quick/quick_test.go
    R llgo/third_party/gofrontend/libgo/go/testing/testing.go
    R llgo/third_party/gofrontend/libgo/go/testing/testing_test.go
    R llgo/third_party/gofrontend/libgo/go/text/scanner/example_test.go
    R llgo/third_party/gofrontend/libgo/go/text/scanner/scanner.go
    R llgo/third_party/gofrontend/libgo/go/text/scanner/scanner_test.go
    R llgo/third_party/gofrontend/libgo/go/text/tabwriter/example_test.go
    R llgo/third_party/gofrontend/libgo/go/text/tabwriter/tabwriter.go
    R llgo/third_party/gofrontend/libgo/go/text/tabwriter/tabwriter_test.go
    R llgo/third_party/gofrontend/libgo/go/text/template/doc.go
    R llgo/third_party/gofrontend/libgo/go/text/template/exec.go
    R llgo/third_party/gofrontend/libgo/go/text/template/exec_test.go
    R llgo/third_party/gofrontend/libgo/go/text/template/funcs.go
    R llgo/third_party/gofrontend/libgo/go/text/template/helper.go
    R llgo/third_party/gofrontend/libgo/go/text/template/multi_test.go
    R llgo/third_party/gofrontend/libgo/go/text/template/option.go
    R llgo/third_party/gofrontend/libgo/go/text/template/parse/lex.go
    R llgo/third_party/gofrontend/libgo/go/text/template/parse/lex_test.go
    R llgo/third_party/gofrontend/libgo/go/text/template/parse/node.go
    R llgo/third_party/gofrontend/libgo/go/text/template/parse/parse.go
    R llgo/third_party/gofrontend/libgo/go/text/template/parse/parse_test.go
    R llgo/third_party/gofrontend/libgo/go/text/template/template.go
    R llgo/third_party/gofrontend/libgo/go/text/template/testdata/file1.tmpl
    R llgo/third_party/gofrontend/libgo/go/text/template/testdata/file2.tmpl
    R llgo/third_party/gofrontend/libgo/go/text/template/testdata/tmpl1.tmpl
    R llgo/third_party/gofrontend/libgo/go/text/template/testdata/tmpl2.tmpl
    R llgo/third_party/gofrontend/libgo/go/time/example_test.go
    R llgo/third_party/gofrontend/libgo/go/time/export_test.go
    R llgo/third_party/gofrontend/libgo/go/time/format.go
    R llgo/third_party/gofrontend/libgo/go/time/format_test.go
    R llgo/third_party/gofrontend/libgo/go/time/genzabbrs.go
    R llgo/third_party/gofrontend/libgo/go/time/internal_test.go
    R llgo/third_party/gofrontend/libgo/go/time/sleep.go
    R llgo/third_party/gofrontend/libgo/go/time/sleep_test.go
    R llgo/third_party/gofrontend/libgo/go/time/sys_plan9.go
    R llgo/third_party/gofrontend/libgo/go/time/sys_unix.go
    R llgo/third_party/gofrontend/libgo/go/time/sys_windows.go
    R llgo/third_party/gofrontend/libgo/go/time/tick.go
    R llgo/third_party/gofrontend/libgo/go/time/tick_test.go
    R llgo/third_party/gofrontend/libgo/go/time/time.go
    R llgo/third_party/gofrontend/libgo/go/time/time_test.go
    R llgo/third_party/gofrontend/libgo/go/time/zoneinfo.go
    R llgo/third_party/gofrontend/libgo/go/time/zoneinfo_abbrs_windows.go
    R llgo/third_party/gofrontend/libgo/go/time/zoneinfo_ios.go
    R llgo/third_party/gofrontend/libgo/go/time/zoneinfo_plan9.go
    R llgo/third_party/gofrontend/libgo/go/time/zoneinfo_read.go
    R llgo/third_party/gofrontend/libgo/go/time/zoneinfo_test.go
    R llgo/third_party/gofrontend/libgo/go/time/zoneinfo_unix.go
    R llgo/third_party/gofrontend/libgo/go/time/zoneinfo_windows.go
    R llgo/third_party/gofrontend/libgo/go/unicode/casetables.go
    R llgo/third_party/gofrontend/libgo/go/unicode/digit.go
    R llgo/third_party/gofrontend/libgo/go/unicode/digit_test.go
    R llgo/third_party/gofrontend/libgo/go/unicode/graphic.go
    R llgo/third_party/gofrontend/libgo/go/unicode/graphic_test.go
    R llgo/third_party/gofrontend/libgo/go/unicode/letter.go
    R llgo/third_party/gofrontend/libgo/go/unicode/letter_test.go
    R llgo/third_party/gofrontend/libgo/go/unicode/script_test.go
    R llgo/third_party/gofrontend/libgo/go/unicode/tables.go
    R llgo/third_party/gofrontend/libgo/go/unicode/utf16/export_test.go
    R llgo/third_party/gofrontend/libgo/go/unicode/utf16/utf16.go
    R llgo/third_party/gofrontend/libgo/go/unicode/utf16/utf16_test.go
    R llgo/third_party/gofrontend/libgo/go/unicode/utf8/example_test.go
    R llgo/third_party/gofrontend/libgo/go/unicode/utf8/utf8.go
    R llgo/third_party/gofrontend/libgo/go/unicode/utf8/utf8_test.go
    R llgo/third_party/gofrontend/libgo/godeps.sh
    R llgo/third_party/gofrontend/libgo/merge.sh
    R llgo/third_party/gofrontend/libgo/mksysinfo.sh
    R llgo/third_party/gofrontend/libgo/mvifdiff.sh
    R llgo/third_party/gofrontend/libgo/runtime/arch.h
    R llgo/third_party/gofrontend/libgo/runtime/array.h
    R llgo/third_party/gofrontend/libgo/runtime/chan.goc
    R llgo/third_party/gofrontend/libgo/runtime/chan.h
    R llgo/third_party/gofrontend/libgo/runtime/cpuprof.goc
    R llgo/third_party/gofrontend/libgo/runtime/defs.h
    R llgo/third_party/gofrontend/libgo/runtime/env_posix.c
    R llgo/third_party/gofrontend/libgo/runtime/getncpu-bsd.c
    R llgo/third_party/gofrontend/libgo/runtime/getncpu-irix.c
    R llgo/third_party/gofrontend/libgo/runtime/getncpu-linux.c
    R llgo/third_party/gofrontend/libgo/runtime/getncpu-none.c
    R llgo/third_party/gofrontend/libgo/runtime/getncpu-solaris.c
    R llgo/third_party/gofrontend/libgo/runtime/go-alloc.h
    R llgo/third_party/gofrontend/libgo/runtime/go-append.c
    R llgo/third_party/gofrontend/libgo/runtime/go-assert-interface.c
    R llgo/third_party/gofrontend/libgo/runtime/go-assert.c
    R llgo/third_party/gofrontend/libgo/runtime/go-assert.h
    R llgo/third_party/gofrontend/libgo/runtime/go-breakpoint.c
    R llgo/third_party/gofrontend/libgo/runtime/go-byte-array-to-string.c
    R llgo/third_party/gofrontend/libgo/runtime/go-caller.c
    R llgo/third_party/gofrontend/libgo/runtime/go-callers.c
    R llgo/third_party/gofrontend/libgo/runtime/go-can-convert-interface.c
    R llgo/third_party/gofrontend/libgo/runtime/go-cdiv.c
    R llgo/third_party/gofrontend/libgo/runtime/go-cgo.c
    R llgo/third_party/gofrontend/libgo/runtime/go-check-interface.c
    R llgo/third_party/gofrontend/libgo/runtime/go-construct-map.c
    R llgo/third_party/gofrontend/libgo/runtime/go-convert-interface.c
    R llgo/third_party/gofrontend/libgo/runtime/go-copy.c
    R llgo/third_party/gofrontend/libgo/runtime/go-defer.c
    R llgo/third_party/gofrontend/libgo/runtime/go-defer.h
    R llgo/third_party/gofrontend/libgo/runtime/go-deferred-recover.c
    R llgo/third_party/gofrontend/libgo/runtime/go-eface-compare.c
    R llgo/third_party/gofrontend/libgo/runtime/go-eface-val-compare.c
    R llgo/third_party/gofrontend/libgo/runtime/go-ffi.c
    R llgo/third_party/gofrontend/libgo/runtime/go-ffi.h
    R llgo/third_party/gofrontend/libgo/runtime/go-fieldtrack.c
    R llgo/third_party/gofrontend/libgo/runtime/go-iface.goc
    R llgo/third_party/gofrontend/libgo/runtime/go-int-array-to-string.c
    R llgo/third_party/gofrontend/libgo/runtime/go-int-to-string.c
    R llgo/third_party/gofrontend/libgo/runtime/go-interface-compare.c
    R llgo/third_party/gofrontend/libgo/runtime/go-interface-eface-compare.c
    R llgo/third_party/gofrontend/libgo/runtime/go-interface-val-compare.c
    R llgo/third_party/gofrontend/libgo/runtime/go-libmain.c
    R llgo/third_party/gofrontend/libgo/runtime/go-main.c
    R llgo/third_party/gofrontend/libgo/runtime/go-make-slice.c
    R llgo/third_party/gofrontend/libgo/runtime/go-map-delete.c
    R llgo/third_party/gofrontend/libgo/runtime/go-map-index.c
    R llgo/third_party/gofrontend/libgo/runtime/go-map-len.c
    R llgo/third_party/gofrontend/libgo/runtime/go-map-range.c
    R llgo/third_party/gofrontend/libgo/runtime/go-matherr.c
    R llgo/third_party/gofrontend/libgo/runtime/go-memcmp.c
    R llgo/third_party/gofrontend/libgo/runtime/go-nanotime.c
    R llgo/third_party/gofrontend/libgo/runtime/go-new-map.c
    R llgo/third_party/gofrontend/libgo/runtime/go-new.c
    R llgo/third_party/gofrontend/libgo/runtime/go-nosys.c
    R llgo/third_party/gofrontend/libgo/runtime/go-now.c
    R llgo/third_party/gofrontend/libgo/runtime/go-panic.c
    R llgo/third_party/gofrontend/libgo/runtime/go-panic.h
    R llgo/third_party/gofrontend/libgo/runtime/go-print.c
    R llgo/third_party/gofrontend/libgo/runtime/go-recover.c
    R llgo/third_party/gofrontend/libgo/runtime/go-reflect-call.c
    R llgo/third_party/gofrontend/libgo/runtime/go-reflect-map.c
    R llgo/third_party/gofrontend/libgo/runtime/go-rune.c
    R llgo/third_party/gofrontend/libgo/runtime/go-runtime-error.c
    R llgo/third_party/gofrontend/libgo/runtime/go-setenv.c
    R llgo/third_party/gofrontend/libgo/runtime/go-signal.c
    R llgo/third_party/gofrontend/libgo/runtime/go-strcmp.c
    R llgo/third_party/gofrontend/libgo/runtime/go-string-to-byte-array.c
    R llgo/third_party/gofrontend/libgo/runtime/go-string-to-int-array.c
    R llgo/third_party/gofrontend/libgo/runtime/go-string.h
    R llgo/third_party/gofrontend/libgo/runtime/go-strplus.c
    R llgo/third_party/gofrontend/libgo/runtime/go-strslice.c
    R llgo/third_party/gofrontend/libgo/runtime/go-traceback.c
    R llgo/third_party/gofrontend/libgo/runtime/go-type-complex.c
    R llgo/third_party/gofrontend/libgo/runtime/go-type-eface.c
    R llgo/third_party/gofrontend/libgo/runtime/go-type-error.c
    R llgo/third_party/gofrontend/libgo/runtime/go-type-float.c
    R llgo/third_party/gofrontend/libgo/runtime/go-type-identity.c
    R llgo/third_party/gofrontend/libgo/runtime/go-type-interface.c
    R llgo/third_party/gofrontend/libgo/runtime/go-type-string.c
    R llgo/third_party/gofrontend/libgo/runtime/go-type.h
    R llgo/third_party/gofrontend/libgo/runtime/go-typedesc-equal.c
    R llgo/third_party/gofrontend/libgo/runtime/go-unsafe-new.c
    R llgo/third_party/gofrontend/libgo/runtime/go-unsafe-newarray.c
    R llgo/third_party/gofrontend/libgo/runtime/go-unsafe-pointer.c
    R llgo/third_party/gofrontend/libgo/runtime/go-unsetenv.c
    R llgo/third_party/gofrontend/libgo/runtime/go-unwind.c
    R llgo/third_party/gofrontend/libgo/runtime/go-varargs.c
    R llgo/third_party/gofrontend/libgo/runtime/goc2c.c
    R llgo/third_party/gofrontend/libgo/runtime/heapdump.c
    R llgo/third_party/gofrontend/libgo/runtime/interface.h
    R llgo/third_party/gofrontend/libgo/runtime/lfstack.goc
    R llgo/third_party/gofrontend/libgo/runtime/lock_futex.c
    R llgo/third_party/gofrontend/libgo/runtime/lock_sema.c
    R llgo/third_party/gofrontend/libgo/runtime/malloc.goc
    R llgo/third_party/gofrontend/libgo/runtime/malloc.h
    R llgo/third_party/gofrontend/libgo/runtime/map.goc
    R llgo/third_party/gofrontend/libgo/runtime/map.h
    R llgo/third_party/gofrontend/libgo/runtime/mcache.c
    R llgo/third_party/gofrontend/libgo/runtime/mcentral.c
    R llgo/third_party/gofrontend/libgo/runtime/mem.c
    R llgo/third_party/gofrontend/libgo/runtime/mem_posix_memalign.c
    R llgo/third_party/gofrontend/libgo/runtime/mfixalloc.c
    R llgo/third_party/gofrontend/libgo/runtime/mgc0.c
    R llgo/third_party/gofrontend/libgo/runtime/mgc0.h
    R llgo/third_party/gofrontend/libgo/runtime/mheap.c
    R llgo/third_party/gofrontend/libgo/runtime/mprof.goc
    R llgo/third_party/gofrontend/libgo/runtime/msize.c
    R llgo/third_party/gofrontend/libgo/runtime/netpoll.goc
    R llgo/third_party/gofrontend/libgo/runtime/netpoll_epoll.c
    R llgo/third_party/gofrontend/libgo/runtime/netpoll_kqueue.c
    R llgo/third_party/gofrontend/libgo/runtime/netpoll_select.c
    R llgo/third_party/gofrontend/libgo/runtime/netpoll_stub.c
    R llgo/third_party/gofrontend/libgo/runtime/panic.c
    R llgo/third_party/gofrontend/libgo/runtime/parfor.c
    R llgo/third_party/gofrontend/libgo/runtime/print.c
    R llgo/third_party/gofrontend/libgo/runtime/proc.c
    R llgo/third_party/gofrontend/libgo/runtime/rdebug.goc
    R llgo/third_party/gofrontend/libgo/runtime/reflect.goc
    R llgo/third_party/gofrontend/libgo/runtime/rtems-task-variable-add.c
    R llgo/third_party/gofrontend/libgo/runtime/runtime.c
    R llgo/third_party/gofrontend/libgo/runtime/runtime.h
    R llgo/third_party/gofrontend/libgo/runtime/runtime1.goc
    R llgo/third_party/gofrontend/libgo/runtime/sema.goc
    R llgo/third_party/gofrontend/libgo/runtime/signal_unix.c
    R llgo/third_party/gofrontend/libgo/runtime/signal_unix.h
    R llgo/third_party/gofrontend/libgo/runtime/sigqueue.goc
    R llgo/third_party/gofrontend/libgo/runtime/string.goc
    R llgo/third_party/gofrontend/libgo/runtime/thread-linux.c
    R llgo/third_party/gofrontend/libgo/runtime/thread-sema.c
    R llgo/third_party/gofrontend/libgo/runtime/thread.c
    R llgo/third_party/gofrontend/libgo/runtime/time.goc
    R llgo/third_party/gofrontend/libgo/runtime/yield.c
    R llgo/third_party/gofrontend/libgo/testsuite/Makefile.am
    R llgo/third_party/gofrontend/libgo/testsuite/Makefile.in
    R llgo/third_party/gofrontend/libgo/testsuite/gotest
    R llgo/third_party/gofrontend/ltmain.sh
    R llgo/third_party/gofrontend/missing
    R llgo/third_party/gotools/LICENSE
    R llgo/third_party/gotools/go/ast/astutil/enclosing.go
    R llgo/third_party/gotools/go/ast/astutil/enclosing_test.go
    R llgo/third_party/gotools/go/ast/astutil/imports.go
    R llgo/third_party/gotools/go/ast/astutil/imports_test.go
    R llgo/third_party/gotools/go/ast/astutil/util.go
    R llgo/third_party/gotools/go/buildutil/allpackages.go
    R llgo/third_party/gotools/go/buildutil/allpackages_test.go
    R llgo/third_party/gotools/go/buildutil/fakecontext.go
    R llgo/third_party/gotools/go/buildutil/util.go
    R llgo/third_party/gotools/go/buildutil/util_test.go
    R llgo/third_party/gotools/go/callgraph/callgraph.go
    R llgo/third_party/gotools/go/callgraph/cha/cha.go
    R llgo/third_party/gotools/go/callgraph/cha/cha_test.go
    R llgo/third_party/gotools/go/callgraph/cha/testdata/func.go
    R llgo/third_party/gotools/go/callgraph/cha/testdata/iface.go
    R llgo/third_party/gotools/go/callgraph/cha/testdata/recv.go
    R llgo/third_party/gotools/go/callgraph/rta/rta.go
    R llgo/third_party/gotools/go/callgraph/rta/rta_test.go
    R llgo/third_party/gotools/go/callgraph/rta/testdata/func.go
    R llgo/third_party/gotools/go/callgraph/rta/testdata/iface.go
    R llgo/third_party/gotools/go/callgraph/rta/testdata/rtype.go
    R llgo/third_party/gotools/go/callgraph/static/static.go
    R llgo/third_party/gotools/go/callgraph/static/static_test.go
    R llgo/third_party/gotools/go/callgraph/util.go
    R llgo/third_party/gotools/go/exact/exact.go
    R llgo/third_party/gotools/go/exact/exact_test.go
    R llgo/third_party/gotools/go/exact/go13.go
    R llgo/third_party/gotools/go/exact/go14.go
    R llgo/third_party/gotools/go/gccgoimporter/gccgoinstallation.go
    R llgo/third_party/gotools/go/gccgoimporter/gccgoinstallation_test.go
    R llgo/third_party/gotools/go/gccgoimporter/importer.go
    R llgo/third_party/gotools/go/gccgoimporter/importer_test.go
    R llgo/third_party/gotools/go/gccgoimporter/parser.go
    R llgo/third_party/gotools/go/gccgoimporter/parser_test.go
    R llgo/third_party/gotools/go/gccgoimporter/testdata/complexnums.go
    R llgo/third_party/gotools/go/gccgoimporter/testdata/complexnums.gox
    R llgo/third_party/gotools/go/gccgoimporter/testdata/imports.go
    R llgo/third_party/gotools/go/gccgoimporter/testdata/imports.gox
    R llgo/third_party/gotools/go/gccgoimporter/testdata/pointer.go
    R llgo/third_party/gotools/go/gccgoimporter/testdata/pointer.gox
    R llgo/third_party/gotools/go/gcimporter/exportdata.go
    R llgo/third_party/gotools/go/gcimporter/gcimporter.go
    R llgo/third_party/gotools/go/gcimporter/gcimporter_test.go
    R llgo/third_party/gotools/go/gcimporter/testdata/exports.go
    R llgo/third_party/gotools/go/importer/export.go
    R llgo/third_party/gotools/go/importer/import.go
    R llgo/third_party/gotools/go/importer/import_test.go
    R llgo/third_party/gotools/go/importer/predefined.go
    R llgo/third_party/gotools/go/loader/cgo.go
    R llgo/third_party/gotools/go/loader/loader.go
    R llgo/third_party/gotools/go/loader/loader_test.go
    R llgo/third_party/gotools/go/loader/source_test.go
    R llgo/third_party/gotools/go/loader/stdlib_test.go
    R llgo/third_party/gotools/go/loader/testdata/a.go
    R llgo/third_party/gotools/go/loader/testdata/b.go
    R llgo/third_party/gotools/go/loader/testdata/badpkgdecl.go
    R llgo/third_party/gotools/go/loader/util.go
    R llgo/third_party/gotools/go/pointer/TODO
    R llgo/third_party/gotools/go/pointer/analysis.go
    R llgo/third_party/gotools/go/pointer/api.go
    R llgo/third_party/gotools/go/pointer/callgraph.go
    R llgo/third_party/gotools/go/pointer/constraint.go
    R llgo/third_party/gotools/go/pointer/doc.go
    R llgo/third_party/gotools/go/pointer/example_test.go
    R llgo/third_party/gotools/go/pointer/gen.go
    R llgo/third_party/gotools/go/pointer/hvn.go
    R llgo/third_party/gotools/go/pointer/intrinsics.go
    R llgo/third_party/gotools/go/pointer/labels.go
    R llgo/third_party/gotools/go/pointer/opt.go
    R llgo/third_party/gotools/go/pointer/pointer_test.go
    R llgo/third_party/gotools/go/pointer/print.go
    R llgo/third_party/gotools/go/pointer/reflect.go
    R llgo/third_party/gotools/go/pointer/solve.go
    R llgo/third_party/gotools/go/pointer/stdlib_test.go
    R llgo/third_party/gotools/go/pointer/testdata/a_test.go
    R llgo/third_party/gotools/go/pointer/testdata/another.go
    R llgo/third_party/gotools/go/pointer/testdata/arrayreflect.go
    R llgo/third_party/gotools/go/pointer/testdata/arrays.go
    R llgo/third_party/gotools/go/pointer/testdata/channels.go
    R llgo/third_party/gotools/go/pointer/testdata/chanreflect.go
    R llgo/third_party/gotools/go/pointer/testdata/chanreflect1.go
    R llgo/third_party/gotools/go/pointer/testdata/context.go
    R llgo/third_party/gotools/go/pointer/testdata/conv.go
    R llgo/third_party/gotools/go/pointer/testdata/finalizer.go
    R llgo/third_party/gotools/go/pointer/testdata/flow.go
    R llgo/third_party/gotools/go/pointer/testdata/fmtexcerpt.go
    R llgo/third_party/gotools/go/pointer/testdata/func.go
    R llgo/third_party/gotools/go/pointer/testdata/funcreflect.go
    R llgo/third_party/gotools/go/pointer/testdata/hello.go
    R llgo/third_party/gotools/go/pointer/testdata/interfaces.go
    R llgo/third_party/gotools/go/pointer/testdata/issue9002.go
    R llgo/third_party/gotools/go/pointer/testdata/mapreflect.go
    R llgo/third_party/gotools/go/pointer/testdata/maps.go
    R llgo/third_party/gotools/go/pointer/testdata/panic.go
    R llgo/third_party/gotools/go/pointer/testdata/recur.go
    R llgo/third_party/gotools/go/pointer/testdata/reflect.go
    R llgo/third_party/gotools/go/pointer/testdata/rtti.go
    R llgo/third_party/gotools/go/pointer/testdata/structreflect.go
    R llgo/third_party/gotools/go/pointer/testdata/structs.go
    R llgo/third_party/gotools/go/pointer/testdata/timer.go
    R llgo/third_party/gotools/go/pointer/util.go
    R llgo/third_party/gotools/go/ssa/blockopt.go
    R llgo/third_party/gotools/go/ssa/builder.go
    R llgo/third_party/gotools/go/ssa/builder_test.go
    R llgo/third_party/gotools/go/ssa/const.go
    R llgo/third_party/gotools/go/ssa/create.go
    R llgo/third_party/gotools/go/ssa/doc.go
    R llgo/third_party/gotools/go/ssa/dom.go
    R llgo/third_party/gotools/go/ssa/emit.go
    R llgo/third_party/gotools/go/ssa/example_test.go
    R llgo/third_party/gotools/go/ssa/func.go
    R llgo/third_party/gotools/go/ssa/interp/external.go
    R llgo/third_party/gotools/go/ssa/interp/external_darwin.go
    R llgo/third_party/gotools/go/ssa/interp/external_freebsd.go
    R llgo/third_party/gotools/go/ssa/interp/external_plan9.go
    R llgo/third_party/gotools/go/ssa/interp/external_unix.go
    R llgo/third_party/gotools/go/ssa/interp/external_windows.go
    R llgo/third_party/gotools/go/ssa/interp/interp.go
    R llgo/third_party/gotools/go/ssa/interp/interp_test.go
    R llgo/third_party/gotools/go/ssa/interp/map.go
    R llgo/third_party/gotools/go/ssa/interp/ops.go
    R llgo/third_party/gotools/go/ssa/interp/reflect.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/a_test.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/b_test.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/boundmeth.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/callstack.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/complit.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/coverage.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/defer.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/fieldprom.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/ifaceconv.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/ifaceprom.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/initorder.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/methprom.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/mrvchain.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/range.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/recover.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/reflect.go
    R llgo/third_party/gotools/go/ssa/interp/testdata/static.go
    R llgo/third_party/gotools/go/ssa/interp/value.go
    R llgo/third_party/gotools/go/ssa/lift.go
    R llgo/third_party/gotools/go/ssa/lvalue.go
    R llgo/third_party/gotools/go/ssa/methods.go
    R llgo/third_party/gotools/go/ssa/mode.go
    R llgo/third_party/gotools/go/ssa/print.go
    R llgo/third_party/gotools/go/ssa/sanity.go
    R llgo/third_party/gotools/go/ssa/source.go
    R llgo/third_party/gotools/go/ssa/source_test.go
    R llgo/third_party/gotools/go/ssa/ssa.go
    R llgo/third_party/gotools/go/ssa/ssautil/switch.go
    R llgo/third_party/gotools/go/ssa/ssautil/switch_test.go
    R llgo/third_party/gotools/go/ssa/ssautil/testdata/switches.go
    R llgo/third_party/gotools/go/ssa/ssautil/visit.go
    R llgo/third_party/gotools/go/ssa/stdlib_test.go
    R llgo/third_party/gotools/go/ssa/testdata/objlookup.go
    R llgo/third_party/gotools/go/ssa/testdata/valueforexpr.go
    R llgo/third_party/gotools/go/ssa/testmain.go
    R llgo/third_party/gotools/go/ssa/testmain_test.go
    R llgo/third_party/gotools/go/ssa/util.go
    R llgo/third_party/gotools/go/ssa/wrappers.go
    R llgo/third_party/gotools/go/types/api.go
    R llgo/third_party/gotools/go/types/api_test.go
    R llgo/third_party/gotools/go/types/assignments.go
    R llgo/third_party/gotools/go/types/builtins.go
    R llgo/third_party/gotools/go/types/builtins_test.go
    R llgo/third_party/gotools/go/types/call.go
    R llgo/third_party/gotools/go/types/check.go
    R llgo/third_party/gotools/go/types/check_test.go
    R llgo/third_party/gotools/go/types/conversions.go
    R llgo/third_party/gotools/go/types/decl.go
    R llgo/third_party/gotools/go/types/errors.go
    R llgo/third_party/gotools/go/types/eval.go
    R llgo/third_party/gotools/go/types/eval_test.go
    R llgo/third_party/gotools/go/types/expr.go
    R llgo/third_party/gotools/go/types/exprstring.go
    R llgo/third_party/gotools/go/types/exprstring_test.go
    R llgo/third_party/gotools/go/types/go11.go
    R llgo/third_party/gotools/go/types/go12.go
    R llgo/third_party/gotools/go/types/hilbert_test.go
    R llgo/third_party/gotools/go/types/initorder.go
    R llgo/third_party/gotools/go/types/issues_test.go
    R llgo/third_party/gotools/go/types/labels.go
    R llgo/third_party/gotools/go/types/lookup.go
    R llgo/third_party/gotools/go/types/methodset.go
    R llgo/third_party/gotools/go/types/methodsetcache.go
    R llgo/third_party/gotools/go/types/object.go
    R llgo/third_party/gotools/go/types/objset.go
    R llgo/third_party/gotools/go/types/operand.go
    R llgo/third_party/gotools/go/types/ordering.go
    R llgo/third_party/gotools/go/types/package.go
    R llgo/third_party/gotools/go/types/predicates.go
    R llgo/third_party/gotools/go/types/resolver.go
    R llgo/third_party/gotools/go/types/resolver_test.go
    R llgo/third_party/gotools/go/types/return.go
    R llgo/third_party/gotools/go/types/scope.go
    R llgo/third_party/gotools/go/types/selection.go
    R llgo/third_party/gotools/go/types/self_test.go
    R llgo/third_party/gotools/go/types/sizes.go
    R llgo/third_party/gotools/go/types/stdlib_test.go
    R llgo/third_party/gotools/go/types/stmt.go
    R llgo/third_party/gotools/go/types/testdata/blank.src
    R llgo/third_party/gotools/go/types/testdata/builtins.src
    R llgo/third_party/gotools/go/types/testdata/const0.src
    R llgo/third_party/gotools/go/types/testdata/const1.src
    R llgo/third_party/gotools/go/types/testdata/constdecl.src
    R llgo/third_party/gotools/go/types/testdata/conversions.src
    R llgo/third_party/gotools/go/types/testdata/cycles.src
    R llgo/third_party/gotools/go/types/testdata/cycles1.src
    R llgo/third_party/gotools/go/types/testdata/cycles2.src
    R llgo/third_party/gotools/go/types/testdata/cycles3.src
    R llgo/third_party/gotools/go/types/testdata/cycles4.src
    R llgo/third_party/gotools/go/types/testdata/decls0.src
    R llgo/third_party/gotools/go/types/testdata/decls1.src
    R llgo/third_party/gotools/go/types/testdata/decls2a.src
    R llgo/third_party/gotools/go/types/testdata/decls2b.src
    R llgo/third_party/gotools/go/types/testdata/decls3.src
    R llgo/third_party/gotools/go/types/testdata/errors.src
    R llgo/third_party/gotools/go/types/testdata/expr0.src
    R llgo/third_party/gotools/go/types/testdata/expr1.src
    R llgo/third_party/gotools/go/types/testdata/expr2.src
    R llgo/third_party/gotools/go/types/testdata/expr3.src
    R llgo/third_party/gotools/go/types/testdata/gotos.src
    R llgo/third_party/gotools/go/types/testdata/importdecl0a.src
    R llgo/third_party/gotools/go/types/testdata/importdecl0b.src
    R llgo/third_party/gotools/go/types/testdata/importdecl1a.src
    R llgo/third_party/gotools/go/types/testdata/importdecl1b.src
    R llgo/third_party/gotools/go/types/testdata/init0.src
    R llgo/third_party/gotools/go/types/testdata/init1.src
    R llgo/third_party/gotools/go/types/testdata/init2.src
    R llgo/third_party/gotools/go/types/testdata/issues.src
    R llgo/third_party/gotools/go/types/testdata/labels.src
    R llgo/third_party/gotools/go/types/testdata/methodsets.src
    R llgo/third_party/gotools/go/types/testdata/shifts.src
    R llgo/third_party/gotools/go/types/testdata/stmt0.src
    R llgo/third_party/gotools/go/types/testdata/stmt1.src
    R llgo/third_party/gotools/go/types/testdata/vardecl.src
    R llgo/third_party/gotools/go/types/token_test.go
    R llgo/third_party/gotools/go/types/type.go
    R llgo/third_party/gotools/go/types/typestring.go
    R llgo/third_party/gotools/go/types/typestring_test.go
    R llgo/third_party/gotools/go/types/typeutil/example_test.go
    R llgo/third_party/gotools/go/types/typeutil/imports.go
    R llgo/third_party/gotools/go/types/typeutil/imports_test.go
    R llgo/third_party/gotools/go/types/typeutil/map.go
    R llgo/third_party/gotools/go/types/typeutil/map_test.go
    R llgo/third_party/gotools/go/types/typeutil/ui.go
    R llgo/third_party/gotools/go/types/typexpr.go
    R llgo/third_party/gotools/go/types/universe.go
    R llgo/third_party/gotools/go/vcs/discovery.go
    R llgo/third_party/gotools/go/vcs/env.go
    R llgo/third_party/gotools/go/vcs/http.go
    R llgo/third_party/gotools/go/vcs/vcs.go
    R llgo/third_party/gotools/go/vcs/vcs_test.go
    R llgo/third_party/liner/COPYING
    R llgo/third_party/liner/README.md
    R llgo/third_party/liner/bsdinput.go
    R llgo/third_party/liner/common.go
    R llgo/third_party/liner/fallbackinput.go
    R llgo/third_party/liner/input.go
    R llgo/third_party/liner/input_darwin.go
    R llgo/third_party/liner/input_linux.go
    R llgo/third_party/liner/input_test.go
    R llgo/third_party/liner/input_windows.go
    R llgo/third_party/liner/line.go
    R llgo/third_party/liner/line_test.go
    R llgo/third_party/liner/output.go
    R llgo/third_party/liner/output_windows.go
    R llgo/third_party/liner/prefix_test.go
    R llgo/third_party/liner/race_test.go
    R llgo/third_party/liner/signal.go
    R llgo/third_party/liner/signal_legacy.go
    R llgo/third_party/liner/unixmode.go
    R llgo/third_party/liner/width.go
    R llgo/third_party/liner/width_test.go
    R llgo/update_third_party.sh
    R llgo/utils/benchcomp/README
    R llgo/utils/benchcomp/analyze.R
    R llgo/utils/benchcomp/main.go

  Log Message:
  -----------
  Remove llgo per discussion on llvm-dev:

http://lists.llvm.org/pipermail/llvm-dev/2020-February/139058.html

Approved by dblaikie, pcc.




More information about the All-commits mailing list