实例介绍
go1.5.1.linux-amd64,分享给不能官网下载的兄弟们。
【实例截图】
【核心代码】
4744302543303354292.gz
└── go
├── api
│ ├── except.txt
│ ├── go1.1.txt
│ ├── go1.2.txt
│ ├── go1.3.txt
│ ├── go1.4.txt
│ ├── go1.5.txt
│ ├── go1.txt
│ ├── next.txt
│ └── README
├── AUTHORS
├── bin
│ ├── go
│ ├── godoc
│ └── gofmt
├── blog
│ ├── content
│ │ ├── 4years.article
│ │ ├── 4years-gopher.png
│ │ ├── 4years-graph.png
│ │ ├── 5years
│ │ │ ├── conferences.jpg
│ │ │ └── gophers5th.jpg
│ │ ├── 5years.article
│ │ ├── a-conversation-with-the-go-team.article
│ │ ├── advanced-go-concurrency-patterns.article
│ │ ├── appengine-dec2013.article
│ │ ├── building-stathat-with-go.article
│ │ ├── building-stathat-with-go_stathat_architecture.png
│ │ ├── building-stathat-with-go_weather.png
│ │ ├── c-go-cgo.article
│ │ ├── concurrency-is-not-parallelism.article
│ │ ├── constants
│ │ │ ├── bool.go
│ │ │ ├── complex1.go
│ │ │ ├── complex2.go
│ │ │ ├── complex3.go
│ │ │ ├── default1.go
│ │ │ ├── default2.go
│ │ │ ├── default3.go
│ │ │ ├── exercise1.go
│ │ │ ├── exercise2.go
│ │ │ ├── exercise3.go
│ │ │ ├── exercise4.go
│ │ │ ├── exercise5.go
│ │ │ ├── exercise6.go
│ │ │ ├── float1.go
│ │ │ ├── float2.go
│ │ │ ├── float3.go
│ │ │ ├── float4.go
│ │ │ ├── float5.go
│ │ │ ├── int1.go
│ │ │ ├── int2.go
│ │ │ ├── int3.go
│ │ │ ├── int4.go
│ │ │ ├── numbers1.go
│ │ │ ├── numbers2.go
│ │ │ ├── string1.go
│ │ │ ├── string2.go
│ │ │ ├── string3.go
│ │ │ ├── string4.go
│ │ │ └── syntax.go
│ │ ├── constants.article
│ │ ├── context
│ │ │ │ └── google.go
│ │ │ ├── gorilla
│ │ │ │ └── gorilla.go
│ │ │ ├── interface.go
│ │ │ ├── server
│ │ │ │ └── server.go
│ │ │ ├── tomb
│ │ │ │ └── tomb.go
│ │ │ └── userip
│ │ │ └── userip.go
│ │ ├── context.article
│ │ ├── cover
│ │ │ ├── count.png
│ │ │ ├── pkg.cover
│ │ │ ├── pkg.go
│ │ │ ├── pkg_test.go
│ │ │ └── set.png
│ │ ├── cover.article
│ │ ├── debugging-go-code-status-report.article
│ │ ├── debugging-go-programs-with-gnu-debugger.article
│ │ ├── defer-panic-and-recover.article
│ │ ├── docker.article
│ │ ├── docker-outyet.png
│ │ ├── error-handling-and-go.article
│ │ ├── errors-are-values.article
│ │ ├── examples
│ │ │ └── reverse.png
│ │ ├── examples.article
│ │ ├── first-class-functions-in-go-and-new-go.article
│ │ ├── first-go-program
│ │ │ └── slist.go
│ │ ├── first-go-program.article
│ │ ├── fosdem14.article
│ │ ├── from-zero-to-go-launching-on-google.article
│ │ ├── from-zero-to-go-launching-on-google_image00.png
│ │ ├── from-zero-to-go-launching-on-google_image01.jpg
│ │ ├── from-zero-to-go-launching-on-google_image02.png
│ │ ├── from-zero-to-go-launching-on-google_image03.png
│ │ ├── gccgo-in-gcc-471.article
│ │ ├── generate.article
│ │ ├── getthee-to-go-meetup.article
│ │ ├── getting-to-know-go-community.article
│ │ ├── gif-decoder-exercise-in-go-interfaces.article
│ │ ├── gif-decoder-exercise-in-go-interfaces_image00.jpg
│ │ ├── gif-decoder-exercise-in-go-interfaces_image01.gif
│ │ ├── gif-decoder-exercise-in-go-interfaces_image02.jpg
│ │ ├── gif-decoder-exercise-in-go-interfaces_image03.gif
│ │ ├── go-11-is-released.article
│ │ ├── go-11-is-released_gopherbiplane5.jpg
│ │ ├── go12.article
│ │ ├── go1.3.article
│ │ ├── go1.4.article
│ │ ├── go1.5.article
│ │ ├── go15gc.article
│ │ ├── go-and-google-app-engine.article
│ │ ├── go-and-google-cloud-platform.article
│ │ ├── go-app-engine-sdk-155-released.article
│ │ ├── go-at-google-io-2011-videos.article
│ │ ├── go-at-google-io-2011-videos_gopher.jpg
│ │ ├── go-at-heroku.article
│ │ ├── go-at-io-frequently-asked-questions.article
│ │ ├── go-becomes-more-stable.article
│ │ ├── gobs-of-data.article
│ │ ├── go-concurrency-patterns-timing-out-and.article
│ │ ├── godoc-documenting-go-code.article
│ │ ├── go-fmt-your-code.article
│ │ ├── go-for-app-engine-is-now-generally.article
│ │ ├── go-imagedraw-package_20.png
│ │ ├── go-imagedraw-package_2a.png
│ │ ├── go-imagedraw-package_2b.png
│ │ ├── go-imagedraw-package_2c.png
│ │ ├── go-imagedraw-package_2d.png
│ │ ├── go-imagedraw-package_2e.png
│ │ ├── go-imagedraw-package_2f.png
│ │ ├── go-imagedraw-package.article
│ │ ├── go-image-package.article
│ │ ├── go-image-package_image-package-01.png
│ │ ├── go-image-package_image-package-02.png
│ │ ├── go-image-package_image-package-03.png
│ │ ├── go-image-package_image-package-04.png
│ │ ├── go-image-package_image-package-05.png
│ │ ├── go-maps-in-action
│ │ │ ├── list.go
│ │ │ └── people.go
│ │ ├── go-maps-in-action.article
│ │ ├── go-one-year-ago-today.article
│ │ ├── gopher
│ │ │ ├── avatars.png
│ │ │ ├── glenda.png
│ │ │ ├── gopher.png
│ │ │ ├── header.jpg
│ │ │ ├── logo.png
│ │ │ ├── plush.jpg
│ │ │ ├── portrait.jpg
│ │ │ ├── prototype.jpg
│ │ │ ├── usergroups.png
│ │ │ ├── vinyl.jpg
│ │ │ └── wfmu.jpg
│ │ ├── gopher.article
│ │ ├── gopherchina
│ │ │ ├── image00.jpg
│ │ │ ├── image01.jpg
│ │ │ ├── image02.jpg
│ │ │ ├── image03.jpg
│ │ │ ├── image04.jpg
│ │ │ ├── image05.jpg
│ │ │ └── image06.jpg
│ │ ├── gopherchina.article
│ │ ├── gophercon
│ │ │ ├── image00.jpg
│ │ │ ├── image01.jpg
│ │ │ └── image02.jpg
│ │ ├── gophercon2015.article
│ │ ├── gophercon2015.caption
│ │ ├── gophercon2015.jpg
│ │ ├── gophercon.article
│ │ ├── gophergala
│ │ │ └── fancygopher.jpg
│ │ ├── gophergala.article
│ │ ├── go-programming-language-turns-two.article
│ │ ├── go-programming-language-turns-two_costume.jpg
│ │ ├── go-programming-language-turns-two_gophers.jpg
│ │ ├── go-programming-session-video-from.article
│ │ ├── gos-declaration-syntax.article
│ │ ├── go-slices-usage-and-internals.article
│ │ ├── go-slices-usage-and-internals_slice-1.png
│ │ ├── go-slices-usage-and-internals_slice-2.png
│ │ ├── go-slices-usage-and-internals_slice-3.png
│ │ ├── go-slices-usage-and-internals_slice-array.png
│ │ ├── go-slices-usage-and-internals_slice-struct.png
│ │ ├── gothamgo
│ │ │ └── gothamgo.jpg
│ │ ├── gothamgo.article
│ │ ├── go-turns-three.article
│ │ ├── go-updates-in-app-engine-171.article
│ │ ├── go-version-1-is-released.article
│ │ ├── go-version-1-is-released_gophermega.jpg
│ │ ├── go-videos-from-google-io-2012.article
│ │ ├── go-whats-new-in-march-2010.article
│ │ ├── go-wins-2010-bossie-award.article
│ │ ├── introducing-gofix.article
│ │ ├── introducing-go-playground.article
│ │ ├── introducing-go-playground_Untitled.png
│ │ ├── io2014
│ │ │ ├── booth.jpg
│ │ │ ├── collage.jpg
│ │ │ ├── crowd.jpg
│ │ │ └── summerfest.jpg
│ │ ├── io2014.article
│ │ ├── json-and-go.article
│ │ ├── json-rpc-tale-of-interfaces.article
│ │ ├── laws-of-reflection.article
│ │ ├── learn-go-from-your-browser.article
│ │ ├── new-talk-and-tutorials.article
│ │ ├── normalization
│ │ │ ├── table1.html
│ │ │ └── table2.html
│ │ ├── normalization.article
│ │ ├── open-source.article
│ │ ├── organizing-go-code.article
│ │ ├── oscon.article
│ │ ├── osconreport
│ │ │ ├── meetup.png
│ │ │ ├── random.png
│ │ │ ├── talks.png
│ │ │ └── workshops.png
│ │ ├── osconreport.article
│ │ ├── package-names.article
│ │ ├── pipelines
│ │ │ ├── bounded.go
│ │ │ ├── parallel.go
│ │ │ ├── serial.go
│ │ │ ├── sqbuffer.go
│ │ │ ├── sqdone1.go
│ │ │ ├── sqdone2.go
│ │ │ ├── sqdone3.go
│ │ │ ├── sqfan.go
│ │ │ ├── sqleak.go
│ │ │ ├── square2.go
│ │ │ └── square.go
│ │ ├── pipelines.article
│ │ ├── playground
│ │ │ ├── net.go
│ │ │ ├── os.go
│ │ │ ├── overview.png
│ │ │ └── time.go
│ │ ├── playground.article
│ │ ├── preview-of-go-version-1.article
│ │ ├── profiling-go-programs.article
│ │ ├── profiling-go-programs_havlak1a-75.png
│ │ ├── profiling-go-programs_havlak1-hash_lookup-75.png
│ │ ├── profiling-go-programs_havlak4a-mallocgc.png
│ │ ├── profiling-go-programs_havlak4a-mallocgc-trim.png
│ │ ├── qihoo
│ │ │ ├── image00.png
│ │ │ ├── image01.png
│ │ │ ├── image02.png
│ │ │ ├── image03.png
│ │ │ └── table.png
│ │ ├── qihoo.article
│ │ ├── race-detector
│ │ │ ├── blackhole.go
│ │ │ ├── timer-fixed.go
│ │ │ └── timer.go
│ │ ├── race-detector.article
│ │ ├── real-go-projects-smarttwitter-and-webgo.article
│ │ ├── share-memory-by-communicating.article
│ │ ├── slices
│ │ │ ├── prog010.go
│ │ │ ├── prog020.go
│ │ │ ├── prog030.go
│ │ │ ├── prog040.go
│ │ │ ├── prog050.go
│ │ │ ├── prog060.go
│ │ │ ├── prog070.go
│ │ │ ├── prog080.go
│ │ │ ├── prog090.go
│ │ │ ├── prog100.go
│ │ │ ├── prog110.go
│ │ │ ├── prog120.go
│ │ │ ├── prog130.go
│ │ │ ├── prog140.go
│ │ │ └── prog150.go
│ │ ├── slices.article
│ │ ├── spotlight-on-external-go-libraries.article
│ │ ├── strings
│ │ │ ├── basic.go
│ │ │ ├── encoding.go
│ │ │ ├── range.go
│ │ │ └── utf8.go
│ │ ├── strings.article
│ │ ├── the-app-engine-sdk-and-workspaces-gopath.article
│ │ ├── the-path-to-go-1.article
│ │ ├── third-party-libraries-goprotobuf-and.article
│ │ ├── two-go-talks-lexical-scanning-in-go-and.article
│ │ ├── two-recent-go-articles.article
│ │ ├── two-recent-go-talks.article
│ │ ├── upcoming-google-io-go-events.article
│ │ └── writing-scalable-app-engine.article
│ └── template
│ ├── article.tmpl
│ ├── doc.tmpl
│ ├── home.tmpl
│ ├── index.tmpl
│ └── root.tmpl
├── CONTRIBUTING.md
├── CONTRIBUTORS
├── doc
│ ├── articles
│ │ ├── go_command.html
│ │ ├── index.html
│ │ ├── race_detector.html
│ │ └── wiki
│ │ ├── edit.html
│ │ ├── final.go
│ │ ├── final-noclosure.go
│ │ ├── final-noerror.go
│ │ ├── final-parsetemplate.go
│ │ ├── final-template.go
│ │ ├── final-test.patch
│ │ ├── get.go
│ │ ├── http-sample.go
│ │ ├── index.html
│ │ ├── notemplate.go
│ │ ├── part1.go
│ │ ├── part1-noerror.go
│ │ ├── part2.go
│ │ ├── part3-errorhandling.go
│ │ ├── part3.go
│ │ ├── test.bash
│ │ ├── test_edit.good
│ │ ├── test_Test.txt.good
│ │ ├── test_view.good
│ │ └── view.html
│ ├── asm.html
│ ├── cmd.html
│ ├── code.html
│ ├── codewalk
│ │ ├── codewalk.css
│ │ ├── codewalk.js
│ │ ├── codewalk.xml
│ │ ├── functions.xml
│ │ ├── markov.go
│ │ ├── markov.xml
│ │ ├── pig.go
│ │ ├── popout.png
│ │ ├── run
│ │ ├── sharemem.xml
│ │ └── urlpoll.go
│ ├── contrib.html
│ ├── contribute.html
│ ├── debugging_with_gdb.html
│ ├── devel
│ │ ├── pre_go1.html
│ │ ├── release.html
│ │ └── weekly.html
│ ├── docs.html
│ ├── effective_go.html
│ ├── gccgo_contribute.html
│ ├── gccgo_install.html
│ ├── go1.1.html
│ ├── go1.2.html
│ ├── go1.3.html
│ ├── go1.4.html
│ ├── go1.5.html
│ ├── go1compat.html
│ ├── go1.html
│ ├── go_faq.html
│ ├── go-logo-black.png
│ ├── go-logo-blue.png
│ ├── go-logo-white.png
│ ├── go_mem.html
│ ├── gopher
│ │ ├── appenginegophercolor.jpg
│ │ ├── appenginegopher.jpg
│ │ ├── appenginelogo.gif
│ │ ├── biplane.jpg
│ │ ├── bumper192x108.png
│ │ ├── bumper320x180.png
│ │ ├── bumper480x270.png
│ │ ├── bumper640x360.png
│ │ ├── bumper.png
│ │ ├── doc.png
│ │ ├── fiveyears.jpg
│ │ ├── frontpage.png
│ │ ├── gopherbw.png
│ │ ├── gophercolor16x16.png
│ │ ├── gophercolor.png
│ │ ├── help.png
│ │ ├── pencil
│ │ │ ├── gopherhat.jpg
│ │ │ ├── gopherhelmet.jpg
│ │ │ ├── gophermega.jpg
│ │ │ ├── gopherrunning.jpg
│ │ │ ├── gopherswim.jpg
│ │ │ └── gopherswrench.jpg
│ │ ├── pkg.png
│ │ ├── project.png
│ │ ├── README
│ │ ├── ref.png
│ │ ├── run.png
│ │ └── talks.png
│ ├── go_spec.html
│ ├── help.html
│ ├── ie.css
│ ├── install.html
│ ├── install-source.html
│ ├── play
│ │ ├── fib.go
│ │ ├── hello.go
│ │ ├── life.go
│ │ ├── peano.go
│ │ ├── pi.go
│ │ ├── sieve.go
│ │ ├── solitaire.go
│ │ └── tree.go
│ ├── progs
│ │ ├── cgo1.go
│ │ ├── cgo2.go
│ │ ├── cgo3.go
│ │ ├── cgo4.go
│ │ ├── defer2.go
│ │ ├── defer.go
│ │ ├── eff_bytesize.go
│ │ ├── eff_qr.go
│ │ ├── eff_sequence.go
│ │ ├── eff_unused1.go
│ │ ├── eff_unused2.go
│ │ ├── error2.go
│ │ ├── error3.go
│ │ ├── error4.go
│ │ ├── error.go
│ │ ├── go1.go
│ │ ├── gobs1.go
│ │ ├── gobs2.go
│ │ ├── image_draw.go
│ │ ├── image_package1.go
│ │ ├── image_package2.go
│ │ ├── image_package3.go
│ │ ├── image_package4.go
│ │ ├── image_package5.go
│ │ ├── image_package6.go
│ │ ├── interface2.go
│ │ ├── interface.go
│ │ ├── json1.go
│ │ ├── json2.go
│ │ ├── json3.go
│ │ ├── json4.go
│ │ ├── json5.go
│ │ ├── run.go
│ │ ├── slices.go
│ │ ├── timeout1.go
│ │ └── timeout2.go
│ ├── root.html
│ ├── security.html
│ ├── share.png
│ └── tos.html
├── favicon.ico
├── lib
│ └── time
│ ├── README
│ ├── update.bash
│ └── zoneinfo.zip
├── LICENSE
├── misc
│ ├── android
│ │ ├── cleaner.go
│ │ ├── go_android_exec.go
│ │ └── README
│ ├── arm
│ │ └── a
│ ├── benchcmp
│ ├── cgo
│ │ ├── errors
│ │ │ ├── err1.go
│ │ │ ├── err2.go
│ │ │ ├── err3.go
│ │ │ ├── issue7757.go
│ │ │ ├── issue8442.go
│ │ │ └── test.bash
│ │ ├── gmp
│ │ │ ├── fib.go
│ │ │ ├── gmp.go
│ │ │ └── pi.go
│ │ ├── life
│ │ │ ├── c-life.c
│ │ │ ├── life.go
│ │ │ ├── life.h
│ │ │ ├── main.go
│ │ │ └── main.out
│ │ ├── nocgo
│ │ │ ├── nocgo.go
│ │ │ └── nocgo_test.go
│ │ ├── stdio
│ │ │ ├── chain.go
│ │ │ ├── chain.out
│ │ │ ├── fib.go
│ │ │ ├── fib.out
│ │ │ ├── file.go
│ │ │ ├── hello.go
│ │ │ ├── hello.out
│ │ │ ├── run.out
│ │ │ └── stdio.go
│ │ ├── test
│ │ │ ├── align.go
│ │ │ ├── api.go
│ │ │ ├── backdoor.go
│ │ │ ├── basic.go
│ │ │ ├── buildid_linux.go
│ │ │ ├── callback_c.c
│ │ │ ├── callback_c_gc.c
│ │ │ ├── callback_c_gccgo.c
│ │ │ ├── callback.go
│ │ │ ├── cflags.go
│ │ │ ├── cgo_linux_test.go
│ │ │ ├── cgo_test.go
│ │ │ ├── cthread.go
│ │ │ ├── cthread_unix.c
│ │ │ ├── cthread_windows.c
│ │ │ ├── duplicate_symbol.go
│ │ │ ├── env.go
│ │ │ ├── exports.go
│ │ │ ├── fpvar.go
│ │ │ ├── helpers.go
│ │ │ ├── issue10303.go
│ │ │ ├── issue11925.go
│ │ │ ├── issue1222.go
│ │ │ ├── issue1328.go
│ │ │ ├── issue1560.go
│ │ │ ├── issue1635.go
│ │ │ ├── issue2462.go
│ │ │ ├── issue3250.go
│ │ │ ├── issue3250w.go
│ │ │ ├── issue3261.go
│ │ │ ├── issue3729.go
│ │ │ ├── issue3729w.go
│ │ │ ├── issue3741.go
│ │ │ ├── issue3775.go
│ │ │ ├── issue3945.go
│ │ │ ├── issue4029.go
│ │ │ ├── issue4029w.go
│ │ │ ├── issue4054a.go
│ │ │ ├── issue4054b.go
│ │ │ ├── issue4273b.c
│ │ │ ├── issue4273.c
│ │ │ ├── issue4339.c
│ │ │ ├── issue4339.go
│ │ │ ├── issue4339.h
│ │ │ ├── issue4417.go
│ │ │ ├── issue4857.go
│ │ │ ├── issue5227.go
│ │ │ ├── issue5242.go
│ │ │ ├── issue5337.go
│ │ │ ├── issue5337w.go
│ │ │ ├── issue5548_c.c
│ │ │ ├── issue5548.go
│ │ │ ├── issue5603.go
│ │ │ ├── issue5740a.c
│ │ │ ├── issue5740b.c
│ │ │ ├── issue5740.go
│ │ │ ├── issue5986.go
│ │ │ ├── issue6128.go
│ │ │ ├── issue6390.go
│ │ │ ├── issue6472.go
│ │ │ ├── issue6506.go
│ │ │ ├── issue6612.go
│ │ │ ├── issue6833_c.c
│ │ │ ├── issue6833.go
│ │ │ ├── issue6997_linux.c
│ │ │ ├── issue6997_linux.go
│ │ │ ├── issue7234_test.go
│ │ │ ├── issue7560.go
│ │ │ ├── issue7665.go
│ │ │ ├── issue7786.go
│ │ │ ├── issue7978.go
│ │ │ ├── issue8092.go
│ │ │ ├── issue8148.go
│ │ │ ├── issue8331a.go
│ │ │ ├── issue8331b.go
│ │ │ ├── issue8331.h
│ │ │ ├── issue8428.go
│ │ │ ├── issue8441.go
│ │ │ ├── issue8517.go
│ │ │ ├── issue8517_windows.c
│ │ │ ├── issue8517_windows.go
│ │ │ ├── issue8694.go
│ │ │ ├── issue8811.c
│ │ │ ├── issue8811.go
│ │ │ ├── issue8828
│ │ │ │ ├── issue8828.c
│ │ │ │ └── trivial.go
│ │ │ ├── issue8828.go
│ │ │ ├── issue8945.go
│ │ │ ├── issue9026
│ │ │ │ └── issue9026.go
│ │ │ ├── issue9026.go
│ │ │ ├── issue9400
│ │ │ │ ├── asm_386.s
│ │ │ │ ├── asm_amd64x.s
│ │ │ │ ├── asm_arm64.s
│ │ │ │ ├── asm_arm.s
│ │ │ │ ├── asm_ppc64x.s
│ │ │ │ ├── gccgo.go
│ │ │ │ └── stubs.go
│ │ │ ├── issue9400_linux.go
│ │ │ ├── issue9557.go
│ │ │ ├── setgid_linux.go
│ │ │ ├── sigprocmask_linux.c
│ │ │ ├── sigprocmask_linux.go
│ │ │ └── sleep_windows_386.go
│ │ ├── testasan
│ │ │ └── main.go
│ │ ├── testcarchive
│ │ │ ├── main.c
│ │ │ ├── src
│ │ │ │ ├── libgo
│ │ │ │ │ └── libgo.go
│ │ │ │ └── p
│ │ │ │ └── p.go
│ │ │ └── test.bash
│ │ ├── testcshared
│ │ │ ├── main0.c
│ │ │ ├── main1.c
│ │ │ ├── main2.c
│ │ │ ├── main3.c
│ │ │ ├── src
│ │ │ │ ├── libgo
│ │ │ │ │ └── libgo.go
│ │ │ │ ├── libgo2
│ │ │ │ │ └── libgo2.go
│ │ │ │ └── p
│ │ │ │ └── p.go
│ │ │ └── test.bash
│ │ ├── testgodefs
│ │ │ ├── anonunion.go
│ │ │ ├── issue8478.go
│ │ │ ├── main.go
│ │ │ └── test.bash
│ │ ├── testshared
│ │ │ ├── shared_test.go
│ │ │ └── src
│ │ │ ├── dep
│ │ │ │ ├── asm.s
│ │ │ │ ├── dep.go
│ │ │ │ ├── gccgo.go
│ │ │ │ └── stubs.go
│ │ │ ├── dep2
│ │ │ │ └── dep2.go
│ │ │ ├── exe
│ │ │ │ └── exe.go
│ │ │ ├── exe2
│ │ │ │ └── exe2.go
│ │ │ ├── execgo
│ │ │ │ └── exe.go
│ │ │ └── trivial
│ │ │ └── trivial.go
│ │ ├── testsigfwd
│ │ │ └── main.go
│ │ ├── testso
│ │ │ ├── cgoso.c
│ │ │ ├── cgoso_c.c
│ │ │ ├── cgoso.go
│ │ │ ├── cgoso_unix.go
│ │ │ └── main.go
│ │ ├── testsovar
│ │ │ ├── cgoso_c.c
│ │ │ ├── cgoso_c.h
│ │ │ ├── cgoso.go
│ │ │ └── main.go
│ │ └── testtls
│ │ ├── tls.go
│ │ ├── tls_test.go
│ │ └── tls_unix.c
│ ├── chrome
│ │ └── gophertool
│ │ ├── background.html
│ │ ├── background.js
│ │ ├── gopher.js
│ │ ├── gopher.png
│ │ ├── manifest.json
│ │ ├── popup.html
│ │ ├── popup.js
│ │ └── README.txt
│ ├── editors
│ ├── git
│ │ └── pre-commit
│ ├── ios
│ │ ├── clangwrap.sh
│ │ ├── detect.go
│ │ ├── go_darwin_arm_exec.go
│ │ └── README
│ ├── linkcheck
│ │ └── linkcheck.go
│ ├── nacl
│ │ ├── go_nacl_386_exec
│ │ ├── go_nacl_amd64p32_exec
│ │ ├── go_nacl_arm_exec
│ │ ├── mkzip.go
│ │ ├── README
│ │ ├── testdata
│ │ │ ├── bin
│ │ │ │ └── placeholder
│ │ │ ├── empty
│ │ │ ├── group
│ │ │ ├── hosts
│ │ │ └── mime.types
│ │ └── testzip.proto
│ ├── swig
│ │ ├── callback
│ │ │ ├── callback.cc
│ │ │ ├── callback.go
│ │ │ ├── callback.h
│ │ │ ├── callback.swigcxx
│ │ │ └── callback_test.go
│ │ └── stdio
│ │ ├── file.swig
│ │ └── file_test.go
│ ├── tour
│ │ ├── content
│ │ │ ├── basics
│ │ │ │ ├── basic-types.go
│ │ │ │ ├── constants.go
│ │ │ │ ├── exported-names.go
│ │ │ │ ├── functions-continued.go
│ │ │ │ ├── functions.go
│ │ │ │ ├── imports.go
│ │ │ │ ├── multiple-results.go
│ │ │ │ ├── named-results.go
│ │ │ │ ├── numeric-constants.go
│ │ │ │ ├── packages.go
│ │ │ │ ├── short-variable-declarations.go
│ │ │ │ ├── type-conversions.go
│ │ │ │ ├── type-inference.go
│ │ │ │ ├── variables.go
│ │ │ │ ├── variables-with-initializers.go
│ │ │ │ └── zero.go
│ │ │ ├── basics.article
│ │ │ ├── concurrency
│ │ │ │ ├── buffered-channels.go
│ │ │ │ ├── channels.go
│ │ │ │ ├── default-selection.go
│ │ │ │ ├── exercise-equivalent-binary-trees.go
│ │ │ │ ├── exercise-web-crawler.go
│ │ │ │ ├── goroutines.go
│ │ │ │ ├── range-and-close.go
│ │ │ │ └── select.go
│ │ │ ├── concurrency.article
│ │ │ ├── flowcontrol
│ │ │ │ ├── defer.go
│ │ │ │ ├── defer-multi.go
│ │ │ │ ├── exercise-loops-and-functions.go
│ │ │ │ ├── for-continued.go
│ │ │ │ ├── forever.go
│ │ │ │ ├── for.go
│ │ │ │ ├── for-is-gos-while.go
│ │ │ │ ├── if-and-else.go
│ │ │ │ ├── if.go
│ │ │ │ ├── if-with-a-short-statement.go
│ │ │ │ ├── switch-evaluation-order.go
│ │ │ │ ├── switch.go
│ │ │ │ └── switch-with-no-condition.go
│ │ │ ├── flowcontrol.article
│ │ │ ├── img
│ │ │ │ ├── newton3.png
│ │ │ │ ├── newton.png
│ │ │ │ └── tree.png
│ │ │ ├── methods
│ │ │ │ ├── errors.go
│ │ │ │ ├── exercise-errors.go
│ │ │ │ ├── exercise-http-handlers.go
│ │ │ │ ├── exercise-images.go
│ │ │ │ ├── exercise-reader.go
│ │ │ │ ├── exercise-rot-reader.go
│ │ │ │ ├── exercise-stringer.go
│ │ │ │ ├── images.go
│ │ │ │ ├── interfaces-are-satisfied-implicitly.go
│ │ │ │ ├── interfaces.go
│ │ │ │ ├── methods-continued.go
│ │ │ │ ├── methods.go
│ │ │ │ ├── methods-with-pointer-receivers.go
│ │ │ │ ├── reader.go
│ │ │ │ ├── stringer.go
│ │ │ │ └── web-servers.go
│ │ │ ├── methods.article
│ │ │ ├── moretypes
│ │ │ │ ├── append.go
│ │ │ │ ├── array.go
│ │ │ │ ├── exercise-fibonacci-closure.go
│ │ │ │ ├── exercise-maps.go
│ │ │ │ ├── exercise-slices.go
│ │ │ │ ├── function-closures.go
│ │ │ │ ├── function-values.go
│ │ │ │ ├── making-slices.go
│ │ │ │ ├── map-literals-continued.go
│ │ │ │ ├── map-literals.go
│ │ │ │ ├── maps.go
│ │ │ │ ├── mutating-maps.go
│ │ │ │ ├── nil-slices.go
│ │ │ │ ├── pointers.go
│ │ │ │ ├── range-continued.go
│ │ │ │ ├── range.go
│ │ │ │ ├── slices.go
│ │ │ │ ├── slicing-slices.go
│ │ │ │ ├── struct-fields.go
│ │ │ │ ├── struct-literals.go
│ │ │ │ ├── struct-pointers.go
│ │ │ │ └── structs.go
│ │ │ ├── moretypes.article
│ │ │ ├── welcome
│ │ │ │ ├── hello.go
│ │ │ │ └── sandbox.go
│ │ │ └── welcome.article
│ │ ├── solutions
│ │ │ ├── binarytrees.go
│ │ │ ├── binarytrees_quit.go
│ │ │ ├── errors.go
│ │ │ ├── fib.go
│ │ │ ├── http.go
│ │ │ ├── image.go
│ │ │ ├── loops.go
│ │ │ ├── maps.go
│ │ │ ├── README
│ │ │ ├── rot13.go
│ │ │ ├── slices.go
│ │ │ ├── stringers.go
│ │ │ └── webcrawler.go
│ │ ├── src
│ │ │ └── golang.org
│ │ │ └── x
│ │ │ └── tour
│ │ │ ├── pic
│ │ │ │ └── pic.go
│ │ │ ├── tree
│ │ │ │ └── tree.go
│ │ │ └── wc
│ │ │ └── wc.go
│ │ ├── static
│ │ │ ├── css
│ │ │ │ └── app.css
│ │ │ ├── img
│ │ │ │ ├── favicon.ico
│ │ │ │ └── gopher.png
│ │ │ ├── js
│ │ │ │ ├── app.js
│ │ │ │ ├── controllers.js
│ │ │ │ ├── directives.js
│ │ │ │ ├── services.js
│ │ │ │ └── values.js
│ │ │ ├── lib
│ │ │ │ ├── angular.min.js
│ │ │ │ ├── angular-ui.min.js
│ │ │ │ ├── codemirror
│ │ │ │ │ ├── AUTHORS
│ │ │ │ │ ├── lib
│ │ │ │ │ │ ├── codemirror.css
│ │ │ │ │ │ └── codemirror.js
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── mode
│ │ │ │ │ │ └── go
│ │ │ │ │ │ └── go.js
│ │ │ │ │ └── README.md
│ │ │ │ ├── jquery.min.js
│ │ │ │ └── jquery-ui.min.js
│ │ │ └── partials
│ │ │ ├── editor.html
│ │ │ ├── feedback-button.html
│ │ │ ├── lesson.html
│ │ │ ├── list.html
│ │ │ ├── toc-button.html
│ │ │ └── toc.html
│ │ └── template
│ │ ├── action.tmpl
│ │ └── index.tmpl
│ └── trace
│ ├── README.md
│ └── trace_viewer_lean.html
├── PATENTS
├── pkg
│ ├── include
│ │ ├── funcdata.h
│ │ └── textflag.h
│ ├── linux_amd64
│ │ ├── archive
│ │ │ ├── tar.a
│ │ │ └── zip.a
│ │ ├── bufio.a
│ │ ├── bytes.a
│ │ ├── compress
│ │ │ ├── bzip2.a
│ │ │ ├── flate.a
│ │ │ ├── gzip.a
│ │ │ ├── lzw.a
│ │ │ └── zlib.a
│ │ ├── container
│ │ │ ├── heap.a
│ │ │ ├── list.a
│ │ │ └── ring.a
│ │ ├── crypto
│ │ │ ├── aes.a
│ │ │ ├── cipher.a
│ │ │ ├── des.a
│ │ │ ├── dsa.a
│ │ │ ├── ecdsa.a
│ │ │ ├── elliptic.a
│ │ │ ├── hmac.a
│ │ │ ├── md5.a
│ │ │ ├── rand.a
│ │ │ ├── rc4.a
│ │ │ ├── rsa.a
│ │ │ ├── sha1.a
│ │ │ ├── sha256.a
│ │ │ ├── sha512.a
│ │ │ ├── subtle.a
│ │ │ ├── tls.a
│ │ │ ├── x509
│ │ │ │ └── pkix.a
│ │ │ └── x509.a
│ │ ├── crypto.a
│ │ ├── database
│ │ │ ├── sql
│ │ │ │ └── driver.a
│ │ │ └── sql.a
│ │ ├── debug
│ │ │ ├── dwarf.a
│ │ │ ├── elf.a
│ │ │ ├── gosym.a
│ │ │ ├── macho.a
│ │ │ ├── pe.a
│ │ │ └── plan9obj.a
│ │ ├── encoding
│ │ │ ├── ascii85.a
│ │ │ ├── asn1.a
│ │ │ ├── base32.a
│ │ │ ├── base64.a
│ │ │ ├── binary.a
│ │ │ ├── csv.a
│ │ │ ├── gob.a
│ │ │ ├── hex.a
│ │ │ ├── json.a
│ │ │ ├── pem.a
│ │ │ └── xml.a
│ │ ├── encoding.a
│ │ ├── errors.a
│ │ ├── expvar.a
│ │ ├── flag.a
│ │ ├── fmt.a
│ │ ├── go
│ │ │ ├── ast.a
│ │ │ ├── build.a
│ │ │ ├── constant.a
│ │ │ ├── doc.a
│ │ │ ├── format.a
│ │ │ ├── importer.a
│ │ │ ├── internal
│ │ │ │ ├── gccgoimporter.a
│ │ │ │ └── gcimporter.a
│ │ │ ├── parser.a
│ │ │ ├── printer.a
│ │ │ ├── scanner.a
│ │ │ ├── token.a
│ │ │ └── types.a
│ │ ├── hash
│ │ │ ├── adler32.a
│ │ │ ├── crc32.a
│ │ │ ├── crc64.a
│ │ │ └── fnv.a
│ │ ├── hash.a
│ │ ├── html
│ │ │ └── template.a
│ │ ├── html.a
│ │ ├── image
│ │ │ ├── color
│ │ │ │ └── palette.a
│ │ │ ├── color.a
│ │ │ ├── draw.a
│ │ │ ├── gif.a
│ │ │ ├── internal
│ │ │ │ └── imageutil.a
│ │ │ ├── jpeg.a
│ │ │ └── png.a
│ │ ├── image.a
│ │ ├── index
│ │ │ └── suffixarray.a
│ │ ├── internal
│ │ │ ├── format.a
│ │ │ ├── singleflight.a
│ │ │ ├── syscall
│ │ │ │ └── unix.a
│ │ │ ├── testenv.a
│ │ │ └── trace.a
│ │ ├── io
│ │ │ └── ioutil.a
│ │ ├── io.a
│ │ ├── log
│ │ │ └── syslog.a
│ │ ├── log.a
│ │ ├── math
│ │ │ ├── big.a
│ │ │ ├── cmplx.a
│ │ │ └── rand.a
│ │ ├── math.a
│ │ ├── mime
│ │ │ ├── multipart.a
│ │ │ └── quotedprintable.a
│ │ ├── mime.a
│ │ ├── net
│ │ │ ├── http
│ │ │ │ ├── cgi.a
│ │ │ │ ├── cookiejar.a
│ │ │ │ ├── fcgi.a
│ │ │ │ ├── httptest.a
│ │ │ │ ├── httputil.a
│ │ │ │ ├── internal.a
│ │ │ │ └── pprof.a
│ │ │ ├── http.a
│ │ │ ├── internal
│ │ │ │ └── socktest.a
│ │ │ ├── mail.a
│ │ │ ├── rpc
│ │ │ │ └── jsonrpc.a
│ │ │ ├── rpc.a
│ │ │ ├── smtp.a
│ │ │ ├── textproto.a
│ │ │ └── url.a
│ │ ├── net.a
│ │ ├── os
│ │ │ ├── exec.a
│ │ │ ├── signal.a
│ │ │ └── user.a
│ │ ├── os.a
│ │ ├── path
│ │ │ └── filepath.a
│ │ ├── path.a
│ │ ├── reflect.a
│ │ ├── regexp
│ │ │ └── syntax.a
│ │ ├── regexp.a
│ │ ├── runtime
│ │ │ ├── cgo.a
│ │ │ ├── debug.a
│ │ │ ├── pprof.a
│ │ │ ├── race.a
│ │ │ └── trace.a
│ │ ├── runtime.a
│ │ ├── sort.a
│ │ ├── strconv.a
│ │ ├── strings.a
│ │ ├── sync
│ │ │ └── atomic.a
│ │ ├── sync.a
│ │ ├── syscall.a
│ │ ├── testing
│ │ │ ├── iotest.a
│ │ │ └── quick.a
│ │ ├── testing.a
│ │ ├── text
│ │ │ ├── scanner.a
│ │ │ ├── tabwriter.a
│ │ │ ├── template
│ │ │ │ └── parse.a
│ │ │ └── template.a
│ │ ├── time.a
│ │ ├── unicode
│ │ │ ├── utf16.a
│ │ │ └── utf8.a
│ │ └── unicode.a
│ ├── linux_amd64_race
│ │ ├── archive
│ │ │ ├── tar.a
│ │ │ └── zip.a
│ │ ├── bufio.a
│ │ ├── bytes.a
│ │ ├── compress
│ │ │ ├── bzip2.a
│ │ │ ├── flate.a
│ │ │ ├── gzip.a
│ │ │ ├── lzw.a
│ │ │ └── zlib.a
│ │ ├── container
│ │ │ ├── heap.a
│ │ │ ├── list.a
│ │ │ └── ring.a
│ │ ├── crypto
│ │ │ ├── aes.a
│ │ │ ├── cipher.a
│ │ │ ├── des.a
│ │ │ ├── dsa.a
│ │ │ ├── ecdsa.a
│ │ │ ├── elliptic.a
│ │ │ ├── hmac.a
│ │ │ ├── md5.a
│ │ │ ├── rand.a
│ │ │ ├── rc4.a
│ │ │ ├── rsa.a
│ │ │ ├── sha1.a
│ │ │ ├── sha256.a
│ │ │ ├── sha512.a
│ │ │ ├── subtle.a
│ │ │ ├── tls.a
│ │ │ ├── x509
│ │ │ │ └── pkix.a
│ │ │ └── x509.a
│ │ ├── crypto.a
│ │ ├── database
│ │ │ ├── sql
│ │ │ │ └── driver.a
│ │ │ └── sql.a
│ │ ├── debug
│ │ │ ├── dwarf.a
│ │ │ ├── elf.a
│ │ │ ├── gosym.a
│ │ │ ├── macho.a
│ │ │ ├── pe.a
│ │ │ └── plan9obj.a
│ │ ├── encoding
│ │ │ ├── ascii85.a
│ │ │ ├── asn1.a
│ │ │ ├── base32.a
│ │ │ ├── base64.a
│ │ │ ├── binary.a
│ │ │ ├── csv.a
│ │ │ ├── gob.a
│ │ │ ├── hex.a
│ │ │ ├── json.a
│ │ │ ├── pem.a
│ │ │ └── xml.a
│ │ ├── encoding.a
│ │ ├── errors.a
│ │ ├── expvar.a
│ │ ├── flag.a
│ │ ├── fmt.a
│ │ ├── go
│ │ │ ├── ast.a
│ │ │ ├── build.a
│ │ │ ├── constant.a
│ │ │ ├── doc.a
│ │ │ ├── format.a
│ │ │ ├── importer.a
│ │ │ ├── internal
│ │ │ │ ├── gccgoimporter.a
│ │ │ │ └── gcimporter.a
│ │ │ ├── parser.a
│ │ │ ├── printer.a
│ │ │ ├── scanner.a
│ │ │ ├── token.a
│ │ │ └── types.a
│ │ ├── hash
│ │ │ ├── adler32.a
│ │ │ ├── crc32.a
│ │ │ ├── crc64.a
│ │ │ └── fnv.a
│ │ ├── hash.a
│ │ ├── html
│ │ │ └── template.a
│ │ ├── html.a
│ │ ├── image
│ │ │ ├── color
│ │ │ │ └── palette.a
│ │ │ ├── color.a
│ │ │ ├── draw.a
│ │ │ ├── gif.a
│ │ │ ├── internal
│ │ │ │ └── imageutil.a
│ │ │ ├── jpeg.a
│ │ │ └── png.a
│ │ ├── image.a
│ │ ├── index
│ │ │ └── suffixarray.a
│ │ ├── internal
│ │ │ ├── format.a
│ │ │ ├── singleflight.a
│ │ │ ├── syscall
│ │ │ │ └── unix.a
│ │ │ ├── testenv.a
│ │ │ └── trace.a
│ │ ├── io
│ │ │ └── ioutil.a
│ │ ├── io.a
│ │ ├── log
│ │ │ └── syslog.a
│ │ ├── log.a
│ │ ├── math
│ │ │ ├── big.a
│ │ │ ├── cmplx.a
│ │ │ └── rand.a
│ │ ├── math.a
│ │ ├── mime
│ │ │ ├── multipart.a
│ │ │ └── quotedprintable.a
│ │ ├── mime.a
│ │ ├── net
│ │ │ ├── http
│ │ │ │ ├── cgi.a
│ │ │ │ ├── cookiejar.a
│ │ │ │ ├── fcgi.a
│ │ │ │ ├── httptest.a
│ │ │ │ ├── httputil.a
│ │ │ │ ├── internal.a
│ │ │ │ └── pprof.a
│ │ │ ├── http.a
│ │ │ ├── internal
│ │ │ │ └── socktest.a
│ │ │ ├── mail.a
│ │ │ ├── rpc
│ │ │ │ └── jsonrpc.a
│ │ │ ├── rpc.a
│ │ │ ├── smtp.a
│ │ │ ├── textproto.a
│ │ │ └── url.a
│ │ ├── net.a
│ │ ├── os
│ │ │ ├── exec.a
│ │ │ ├── signal.a
│ │ │ └── user.a
│ │ ├── os.a
│ │ ├── path
│ │ │ └── filepath.a
│ │ ├── path.a
│ │ ├── reflect.a
│ │ ├── regexp
│ │ │ └── syntax.a
│ │ ├── regexp.a
│ │ ├── runtime
│ │ │ ├── cgo.a
│ │ │ ├── debug.a
│ │ │ ├── pprof.a
│ │ │ ├── race.a
│ │ │ └── trace.a
│ │ ├── runtime.a
│ │ ├── sort.a
│ │ ├── strconv.a
│ │ ├── strings.a
│ │ ├── sync
│ │ │ └── atomic.a
│ │ ├── sync.a
│ │ ├── syscall.a
│ │ ├── testing
│ │ │ ├── iotest.a
│ │ │ └── quick.a
│ │ ├── testing.a
│ │ ├── text
│ │ │ ├── scanner.a
│ │ │ ├── tabwriter.a
│ │ │ ├── template
│ │ │ │ └── parse.a
│ │ │ └── template.a
│ │ ├── time.a
│ │ ├── unicode
│ │ │ ├── utf16.a
│ │ │ └── utf8.a
│ │ └── unicode.a
│ ├── obj
│ │ └── linux_amd64
│ └── tool
│ └── linux_amd64
│ ├── addr2line
│ ├── api
│ ├── asm
│ ├── cgo
│ ├── compile
│ ├── cover
│ ├── dist
│ ├── doc
│ ├── fix
│ ├── link
│ ├── nm
│ ├── objdump
│ ├── pack
│ ├── pprof
│ ├── tour
│ ├── trace
│ ├── vet
│ └── yacc
├── README.md
├── robots.txt
├── src
│ ├── all.bash
│ ├── all.bat
│ ├── all.rc
│ ├── androidtest.bash
│ ├── archive
│ │ ├── tar
│ │ │ ├── common.go
│ │ │ ├── example_test.go
│ │ │ ├── reader.go
│ │ │ ├── reader_test.go
│ │ │ ├── stat_atimespec.go
│ │ │ ├── stat_atim.go
│ │ │ ├── stat_unix.go
│ │ │ ├── tar_test.go
│ │ │ ├── testdata
│ │ │ │ ├── gnu.tar
│ │ │ │ ├── hardlink.tar
│ │ │ │ ├── issue10968.tar
│ │ │ │ ├── issue11169.tar
│ │ │ │ ├── neg-size.tar
│ │ │ │ ├── nil-uid.tar
│ │ │ │ ├── pax.tar
│ │ │ │ ├── small2.txt
│ │ │ │ ├── small.txt
│ │ │ │ ├── sparse-formats.tar
│ │ │ │ ├── star.tar
│ │ │ │ ├── ustar.tar
│ │ │ │ ├── v7.tar
│ │ │ │ ├── writer-big-long.tar
│ │ │ │ ├── writer-big.tar
│ │ │ │ ├── writer.tar
│ │ │ │ └── xattrs.tar
│ │ │ ├── writer.go
│ │ │ └── writer_test.go
│ │ └── zip
│ │ ├── example_test.go
│ │ ├── reader.go
│ │ ├── reader_test.go
│ │ ├── register.go
│ │ ├── struct.go
│ │ ├── testdata
│ │ │ ├── crc32-not-streamed.zip
│ │ │ ├── dd.zip
│ │ │ ├── go-no-datadesc-sig.zip
│ │ │ ├── gophercolor16x16.png
│ │ │ ├── go-with-datadesc-sig.zip
│ │ │ ├── readme.notzip
│ │ │ ├── readme.zip
│ │ │ ├── symlink.zip
│ │ │ ├── test-trailing-junk.zip
│ │ │ ├── test.zip
│ │ │ ├── unix.zip
│ │ │ ├── winxp.zip
│ │ │ ├── zip64-2.zip
│ │ │ └── zip64.zip
│ │ ├── writer.go
│ │ ├── writer_test.go
│ │ └── zip_test.go
│ ├── bootstrap.bash
│ ├── bufio
│ │ ├── bufio.go
│ │ ├── bufio_test.go
│ │ ├── example_test.go
│ │ ├── export_test.go
│ │ ├── scan.go
│ │ └── scan_test.go
│ ├── buildall.bash
│ ├── builtin
│ │ └── builtin.go
│ ├── bytes
│ │ ├── buffer.go
│ │ ├── buffer_test.go
│ │ ├── bytes_decl.go
│ │ ├── bytes.go
│ │ ├── bytes_test.go
│ │ ├── compare_test.go
│ │ ├── equal_test.go
│ │ ├── example_test.go
│ │ ├── export_test.go
│ │ ├── reader.go
│ │ └── reader_test.go
│ ├── clean.bash
│ ├── clean.bat
│ ├── clean.rc
│ ├── cmd
│ │ ├── addr2line
│ │ │ ├── addr2line_test.go
│ │ │ └── main.go
│ │ ├── api
│ │ │ ├── goapi.go
│ │ │ ├── goapi_test.go
│ │ │ ├── run.go
│ │ │ └── testdata
│ │ │ └── src
│ │ │ └── pkg
│ │ │ ├── p1
│ │ │ │ ├── golden.txt
│ │ │ │ └── p1.go
│ │ │ ├── p2
│ │ │ │ ├── golden.txt
│ │ │ │ └── p2.go
│ │ │ └── p3
│ │ │ ├── golden.txt
│ │ │ └── p3.go
│ │ ├── asm
│ │ │ ├── internal
│ │ │ │ ├── arch
│ │ │ │ │ ├── arch.go
│ │ │ │ │ ├── arm64.go
│ │ │ │ │ ├── arm.go
│ │ │ │ │ └── ppc64.go
│ │ │ │ ├── asm
│ │ │ │ │ ├── asm.go
│ │ │ │ │ ├── endtoend_test.go
│ │ │ │ │ ├── expr_test.go
│ │ │ │ │ ├── operand_test.go
│ │ │ │ │ ├── parse.go
│ │ │ │ │ └── testdata
│ │ │ │ │ ├── 386.out
│ │ │ │ │ ├── 386.s
│ │ │ │ │ ├── amd64.out
│ │ │ │ │ ├── amd64.s
│ │ │ │ │ ├── arm64.out
│ │ │ │ │ ├── arm64.s
│ │ │ │ │ ├── arm.out
│ │ │ │ │ ├── arm.s
│ │ │ │ │ ├── ppc64.out
│ │ │ │ │ └── ppc64.s
│ │ │ │ ├── flags
│ │ │ │ │ └── flags.go
│ │ │ │ └── lex
│ │ │ │ ├── input.go
│ │ │ │ ├── lex.go
│ │ │ │ ├── lex_test.go
│ │ │ │ ├── slice.go
│ │ │ │ ├── stack.go
│ │ │ │ └── tokenizer.go
│ │ │ └── main.go
│ │ ├── cgo
│ │ │ ├── ast.go
│ │ │ ├── doc.go
│ │ │ ├── gcc.go
│ │ │ ├── godefs.go
│ │ │ ├── main.go
│ │ │ ├── out.go
│ │ │ ├── util.go
│ │ │ └── zdefaultcc.go
│ │ ├── compile
│ │ │ ├── doc.go
│ │ │ ├── internal
│ │ │ │ ├── amd64
│ │ │ │ │ ├── cgen.go
│ │ │ │ │ ├── galign.go
│ │ │ │ │ ├── ggen.go
│ │ │ │ │ ├── gsubr.go
│ │ │ │ │ ├── peep.go
│ │ │ │ │ ├── prog.go
│ │ │ │ │ └── reg.go
│ │ │ │ ├── arm
│ │ │ │ │ ├── cgen64.go
│ │ │ │ │ ├── cgen.go
│ │ │ │ │ ├── galign.go
│ │ │ │ │ ├── ggen.go
│ │ │ │ │ ├── gsubr.go
│ │ │ │ │ ├── peep.go
│ │ │ │ │ ├── prog.go
│ │ │ │ │ └── reg.go
│ │ │ │ ├── arm64
│ │ │ │ │ ├── cgen.go
│ │ │ │ │ ├── galign.go
│ │ │ │ │ ├── ggen.go
│ │ │ │ │ ├── gsubr.go
│ │ │ │ │ ├── peep.go
│ │ │ │ │ ├── prog.go
│ │ │ │ │ └── reg.go
│ │ │ │ ├── big
│ │ │ │ │ ├── accuracy_string.go
│ │ │ │ │ ├── arith_decl.go
│ │ │ │ │ ├── arith.go
│ │ │ │ │ ├── arith_test.go
│ │ │ │ │ ├── bits_test.go
│ │ │ │ │ ├── calibrate_test.go
│ │ │ │ │ ├── decimal.go
│ │ │ │ │ ├── decimal_test.go
│ │ │ │ │ ├── example_test.go
│ │ │ │ │ ├── floatconv.go
│ │ │ │ │ ├── floatconv_test.go
│ │ │ │ │ ├── floatexample_test.go
│ │ │ │ │ ├── float.go
│ │ │ │ │ ├── float_test.go
│ │ │ │ │ ├── ftoa.go
│ │ │ │ │ ├── gcd_test.go
│ │ │ │ │ ├── hilbert_test.go
│ │ │ │ │ ├── intconv.go
│ │ │ │ │ ├── intconv_test.go
│ │ │ │ │ ├── int.go
│ │ │ │ │ ├── int_test.go
│ │ │ │ │ ├── natconv.go
│ │ │ │ │ ├── natconv_test.go
│ │ │ │ │ ├── nat.go
│ │ │ │ │ ├── nat_test.go
│ │ │ │ │ ├── ratconv.go
│ │ │ │ │ ├── ratconv_test.go
│ │ │ │ │ ├── rat.go
│ │ │ │ │ ├── rat_test.go
│ │ │ │ │ ├── roundingmode_string.go
│ │ │ │ │ └── vendor.bash
│ │ │ │ ├── gc
│ │ │ │ │ ├── align.go
│ │ │ │ │ ├── builtin
│ │ │ │ │ │ ├── runtime.go
│ │ │ │ │ │ └── unsafe.go
│ │ │ │ │ ├── builtin.go
│ │ │ │ │ ├── bv.go
│ │ │ │ │ ├── cgen.go
│ │ │ │ │ ├── closure.go
│ │ │ │ │ ├── const.go
│ │ │ │ │ ├── cplx.go
│ │ │ │ │ ├── dcl.go
│ │ │ │ │ ├── esc.go
│ │ │ │ │ ├── export.go
│ │ │ │ │ ├── fmt.go
│ │ │ │ │ ├── gen.go
│ │ │ │ │ ├── go.go
│ │ │ │ │ ├── go.y
│ │ │ │ │ ├── gsubr.go
│ │ │ │ │ ├── init.go
│ │ │ │ │ ├── inl.go
│ │ │ │ │ ├── lex.go
│ │ │ │ │ ├── mkbuiltin.go
│ │ │ │ │ ├── mparith2.go
│ │ │ │ │ ├── mparith3.go
│ │ │ │ │ ├── obj.go
│ │ │ │ │ ├── opnames.go
│ │ │ │ │ ├── order.go
│ │ │ │ │ ├── pgen.go
│ │ │ │ │ ├── plive.go
│ │ │ │ │ ├── popt.go
│ │ │ │ │ ├── racewalk.go
│ │ │ │ │ ├── range.go
│ │ │ │ │ ├── reflect.go
│ │ │ │ │ ├── reg.go
│ │ │ │ │ ├── select.go
│ │ │ │ │ ├── sinit.go
│ │ │ │ │ ├── subr.go
│ │ │ │ │ ├── swt.go
│ │ │ │ │ ├── syntax.go
│ │ │ │ │ ├── typecheck.go
│ │ │ │ │ ├── unsafe.go
│ │ │ │ │ ├── util.go
│ │ │ │ │ ├── walk.go
│ │ │ │ │ └── y.go
│ │ │ │ ├── ppc64
│ │ │ │ │ ├── cgen.go
│ │ │ │ │ ├── galign.go
│ │ │ │ │ ├── ggen.go
│ │ │ │ │ ├── gsubr.go
│ │ │ │ │ ├── opt.go
│ │ │ │ │ ├── peep.go
│ │ │ │ │ ├── prog.go
│ │ │ │ │ └── reg.go
│ │ │ │ └── x86
│ │ │ │ ├── cgen64.go
│ │ │ │ ├── cgen.go
│ │ │ │ ├── galign.go
│ │ │ │ ├── ggen.go
│ │ │ │ ├── gsubr.go
│ │ │ │ ├── peep.go
│ │ │ │ ├── prog.go
│ │ │ │ └── reg.go
│ │ │ └── main.go
│ │ ├── cover
│ │ │ ├── cover.go
│ │ │ ├── cover_test.go
│ │ │ ├── doc.go
│ │ │ ├── func.go
│ │ │ ├── html.go
│ │ │ ├── profile.go
│ │ │ └── testdata
│ │ │ ├── main.go
│ │ │ └── test.go
│ │ ├── dist
│ │ │ ├── build.go
│ │ │ ├── buildgo.go
│ │ │ ├── buildruntime.go
│ │ │ ├── buildtool.go
│ │ │ ├── cpuid_386.s
│ │ │ ├── cpuid_amd64.s
│ │ │ ├── cpuid_default.s
│ │ │ ├── main.go
│ │ │ ├── README
│ │ │ ├── sys_default.go
│ │ │ ├── sys_windows.go
│ │ │ ├── test.go
│ │ │ ├── util_gccgo.go
│ │ │ ├── util_gc.go
│ │ │ └── util.go
│ │ ├── doc
│ │ │ ├── doc_test.go
│ │ │ ├── main.go
│ │ │ ├── pkg.go
│ │ │ └── testdata
│ │ │ └── pkg.go
│ │ ├── fix
│ │ │ ├── doc.go
│ │ │ ├── fix.go
│ │ │ ├── gotypes.go
│ │ │ ├── gotypes_test.go
│ │ │ ├── import_test.go
│ │ │ ├── main.go
│ │ │ ├── main_test.go
│ │ │ ├── netipv6zone.go
│ │ │ ├── netipv6zone_test.go
│ │ │ ├── printerconfig.go
│ │ │ ├── printerconfig_test.go
│ │ │ └── typecheck.go
│ │ ├── go
│ │ │ ├── alldocs.go
│ │ │ ├── bootstrap.go
│ │ │ ├── build.go
│ │ │ ├── clean.go
│ │ │ ├── context.go
│ │ │ ├── discovery.go
│ │ │ ├── doc.go
│ │ │ ├── env.go
│ │ │ ├── fix.go
│ │ │ ├── fmt.go
│ │ │ ├── generate.go
│ │ │ ├── generate_test.go
│ │ │ ├── get.go
│ │ │ ├── go11.go
│ │ │ ├── go_test.go
│ │ │ ├── go_windows_test.go
│ │ │ ├── help.go
│ │ │ ├── http.go
│ │ │ ├── list.go
│ │ │ ├── main.go
│ │ │ ├── match_test.go
│ │ │ ├── mkalldocs.sh
│ │ │ ├── note.go
│ │ │ ├── note_test.go
│ │ │ ├── pkg.go
│ │ │ ├── pkg_test.go
│ │ │ ├── run.go
│ │ │ ├── signal.go
│ │ │ ├── signal_notunix.go
│ │ │ ├── signal_unix.go
│ │ │ ├── tag_test.go
│ │ │ ├── testdata
│ │ │ │ ├── cgocover
│ │ │ │ │ ├── p.go
│ │ │ │ │ └── p_test.go
│ │ │ │ ├── dep_test.go
│ │ │ │ ├── example1_test.go
│ │ │ │ ├── example2_test.go
│ │ │ │ ├── failssh
│ │ │ │ │ └── ssh
│ │ │ │ ├── generate
│ │ │ │ │ ├── test1.go
│ │ │ │ │ ├── test2.go
│ │ │ │ │ ├── test3.go
│ │ │ │ │ └── test4.go
│ │ │ │ ├── importcom
│ │ │ │ │ ├── bad.go
│ │ │ │ │ ├── conflict.go
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── bad
│ │ │ │ │ │ │ └── bad.go
│ │ │ │ │ │ ├── conflict
│ │ │ │ │ │ │ ├── a.go
│ │ │ │ │ │ │ └── b.go
│ │ │ │ │ │ ├── works
│ │ │ │ │ │ │ └── x
│ │ │ │ │ │ │ ├── x1.go
│ │ │ │ │ │ │ └── x.go
│ │ │ │ │ │ └── wrongplace
│ │ │ │ │ │ └── x.go
│ │ │ │ │ ├── works.go
│ │ │ │ │ └── wrongplace.go
│ │ │ │ ├── local
│ │ │ │ │ ├── easy.go
│ │ │ │ │ ├── easysub
│ │ │ │ │ │ ├── easysub.go
│ │ │ │ │ │ └── main.go
│ │ │ │ │ ├── hard.go
│ │ │ │ │ └── sub
│ │ │ │ │ ├── sub
│ │ │ │ │ │ └── subsub.go
│ │ │ │ │ └── sub.go
│ │ │ │ ├── norunexample
│ │ │ │ │ ├── example_test.go
│ │ │ │ │ └── test_test.go
│ │ │ │ ├── rundir
│ │ │ │ │ ├── sub
│ │ │ │ │ │ └── sub.go
│ │ │ │ │ └── x.go
│ │ │ │ ├── shadow
│ │ │ │ │ ├── root1
│ │ │ │ │ │ └── src
│ │ │ │ │ │ ├── foo
│ │ │ │ │ │ │ └── foo.go
│ │ │ │ │ │ └── math
│ │ │ │ │ │ └── math.go
│ │ │ │ │ └── root2
│ │ │ │ │ └── src
│ │ │ │ │ └── foo
│ │ │ │ │ └── foo.go
│ │ │ │ ├── src
│ │ │ │ │ ├── badc
│ │ │ │ │ │ ├── x.c
│ │ │ │ │ │ └── x.go
│ │ │ │ │ ├── badpkg
│ │ │ │ │ │ └── x.go
│ │ │ │ │ ├── badtest
│ │ │ │ │ │ ├── badexec
│ │ │ │ │ │ │ └── x_test.go
│ │ │ │ │ │ ├── badsyntax
│ │ │ │ │ │ │ ├── x.go
│ │ │ │ │ │ │ └── x_test.go
│ │ │ │ │ │ └── badvar
│ │ │ │ │ │ ├── x.go
│ │ │ │ │ │ └── x_test.go
│ │ │ │ │ ├── cgotest
│ │ │ │ │ │ └── m.go
│ │ │ │ │ ├── go-cmd-test
│ │ │ │ │ │ └── helloworld.go
│ │ │ │ │ ├── main_test
│ │ │ │ │ │ ├── m.go
│ │ │ │ │ │ └── m_test.go
│ │ │ │ │ ├── notest
│ │ │ │ │ │ └── hello.go
│ │ │ │ │ ├── syntaxerror
│ │ │ │ │ │ ├── x.go
│ │ │ │ │ │ └── x_test.go
│ │ │ │ │ ├── testcycle
│ │ │ │ │ │ ├── p1
│ │ │ │ │ │ │ ├── p1.go
│ │ │ │ │ │ │ └── p1_test.go
│ │ │ │ │ │ ├── p2
│ │ │ │ │ │ │ └── p2.go
│ │ │ │ │ │ ├── p3
│ │ │ │ │ │ │ ├── p3.go
│ │ │ │ │ │ │ └── p3_test.go
│ │ │ │ │ │ └── q1
│ │ │ │ │ │ ├── q1.go
│ │ │ │ │ │ └── q1_test.go
│ │ │ │ │ ├── testdep
│ │ │ │ │ │ ├── p1
│ │ │ │ │ │ │ ├── p1.go
│ │ │ │ │ │ │ └── p1_test.go
│ │ │ │ │ │ ├── p2
│ │ │ │ │ │ │ └── p2.go
│ │ │ │ │ │ └── p3
│ │ │ │ │ │ └── p3.go
│ │ │ │ │ ├── vend
│ │ │ │ │ │ ├── bad.go
│ │ │ │ │ │ ├── good.go
│ │ │ │ │ │ ├── hello
│ │ │ │ │ │ │ ├── hello.go
│ │ │ │ │ │ │ ├── hello_test.go
│ │ │ │ │ │ │ └── hellox_test.go
│ │ │ │ │ │ ├── subdir
│ │ │ │ │ │ │ ├── bad.go
│ │ │ │ │ │ │ └── good.go
│ │ │ │ │ │ ├── vendor
│ │ │ │ │ │ │ ├── p
│ │ │ │ │ │ │ │ └── p.go
│ │ │ │ │ │ │ ├── q
│ │ │ │ │ │ │ │ └── q.go
│ │ │ │ │ │ │ └── strings
│ │ │ │ │ │ │ └── msg.go
│ │ │ │ │ │ └── x
│ │ │ │ │ │ ├── invalid
│ │ │ │ │ │ │ └── invalid.go
│ │ │ │ │ │ ├── vendor
│ │ │ │ │ │ │ ├── p
│ │ │ │ │ │ │ │ ├── p
│ │ │ │ │ │ │ │ │ └── p.go
│ │ │ │ │ │ │ │ └── p.go
│ │ │ │ │ │ │ └── r
│ │ │ │ │ │ │ └── r.go
│ │ │ │ │ │ └── x.go
│ │ │ │ │ ├── vetpkg
│ │ │ │ │ │ ├── a_test.go
│ │ │ │ │ │ ├── b.go
│ │ │ │ │ │ └── c.go
│ │ │ │ │ └── xtestonly
│ │ │ │ │ ├── f.go
│ │ │ │ │ └── f_test.go
│ │ │ │ ├── standalone_test.go
│ │ │ │ ├── testimport
│ │ │ │ │ ├── p1
│ │ │ │ │ │ └── p1.go
│ │ │ │ │ ├── p2
│ │ │ │ │ │ └── p2.go
│ │ │ │ │ ├── p.go
│ │ │ │ │ ├── p_test.go
│ │ │ │ │ └── x_test.go
│ │ │ │ ├── testinternal
│ │ │ │ │ └── p.go
│ │ │ │ ├── testinternal2
│ │ │ │ │ ├── p.go
│ │ │ │ │ └── x
│ │ │ │ │ └── y
│ │ │ │ │ └── z
│ │ │ │ │ └── internal
│ │ │ │ │ └── w
│ │ │ │ │ └── w.go
│ │ │ │ ├── testinternal3
│ │ │ │ │ └── t.go
│ │ │ │ ├── testinternal4
│ │ │ │ │ └── src
│ │ │ │ │ ├── p
│ │ │ │ │ │ └── p.go
│ │ │ │ │ └── q
│ │ │ │ │ ├── internal
│ │ │ │ │ │ └── x
│ │ │ │ │ │ └── x.go
│ │ │ │ │ └── j
│ │ │ │ │ └── j.go
│ │ │ │ ├── testonly
│ │ │ │ │ └── p_test.go
│ │ │ │ ├── testvendor
│ │ │ │ │ └── src
│ │ │ │ │ ├── p
│ │ │ │ │ │ └── p.go
│ │ │ │ │ └── q
│ │ │ │ │ ├── vendor
│ │ │ │ │ │ └── x
│ │ │ │ │ │ └── x.go
│ │ │ │ │ ├── y
│ │ │ │ │ │ └── y.go
│ │ │ │ │ └── z
│ │ │ │ │ └── z.go
│ │ │ │ └── testvendor2
│ │ │ │ ├── src
│ │ │ │ │ └── p
│ │ │ │ │ └── p.go
│ │ │ │ └── vendor
│ │ │ │ └── x
│ │ │ │ └── x.go
│ │ │ ├── testflag.go
│ │ │ ├── test.go
│ │ │ ├── testgo.go
│ │ │ ├── tool.go
│ │ │ ├── vcs.go
│ │ │ ├── vcs_test.go
│ │ │ ├── vendor_test.go
│ │ │ ├── version.go
│ │ │ ├── vet.go
│ │ │ └── zdefaultcc.go
│ │ ├── gofmt
│ │ │ ├── doc.go
│ │ │ ├── gofmt.go
│ │ │ ├── gofmt_test.go
│ │ │ ├── long_test.go
│ │ │ ├── rewrite.go
│ │ │ ├── simplify.go
│ │ │ └── testdata
│ │ │ ├── comments.golden
│ │ │ ├── comments.input
│ │ │ ├── composites.golden
│ │ │ ├── composites.input
│ │ │ ├── crlf.golden
│ │ │ ├── crlf.input
│ │ │ ├── emptydecl.golden
│ │ │ ├── emptydecl.input
│ │ │ ├── import.golden
│ │ │ ├── import.input
│ │ │ ├── old.golden
│ │ │ ├── old.input
│ │ │ ├── ranges.golden
│ │ │ ├── ranges.input
│ │ │ ├── rewrite1.golden
│ │ │ ├── rewrite1.input
│ │ │ ├── rewrite2.golden
│ │ │ ├── rewrite2.input
│ │ │ ├── rewrite3.golden
│ │ │ ├── rewrite3.input
│ │ │ ├── rewrite4.golden
│ │ │ ├── rewrite4.input
│ │ │ ├── rewrite5.golden
│ │ │ ├── rewrite5.input
│ │ │ ├── rewrite6.golden
│ │ │ ├── rewrite6.input
│ │ │ ├── rewrite7.golden
│ │ │ ├── rewrite7.input
│ │ │ ├── rewrite8.golden
│ │ │ ├── rewrite8.input
│ │ │ ├── slices1.golden
│ │ │ ├── slices1.input
│ │ │ ├── slices2.golden
│ │ │ ├── slices2.input
│ │ │ ├── stdin1.golden
│ │ │ ├── stdin1.input
│ │ │ ├── stdin2.golden
│ │ │ ├── stdin2.input
│ │ │ ├── stdin3.golden
│ │ │ ├── stdin3.input
│ │ │ ├── stdin4.golden
│ │ │ ├── stdin4.input
│ │ │ ├── stdin5.golden
│ │ │ ├── stdin5.input
│ │ │ ├── stdin6.golden
│ │ │ ├── stdin6.input
│ │ │ ├── stdin7.golden
│ │ │ ├── stdin7.input
│ │ │ ├── typeswitch.golden
│ │ │ └── typeswitch.input
│ │ ├── internal
│ │ │ ├── gcprog
│ │ │ │ └── gcprog.go
│ │ │ ├── goobj
│ │ │ │ ├── read.go
│ │ │ │ └── read_test.go
│ │ │ ├── obj
│ │ │ │ ├── ar.go
│ │ │ │ ├── arm
│ │ │ │ │ ├── anames5.go
│ │ │ │ │ ├── anames.go
│ │ │ │ │ ├── a.out.go
│ │ │ │ │ ├── asm5.go
│ │ │ │ │ ├── list5.go
│ │ │ │ │ └── obj5.go
│ │ │ │ ├── arm64
│ │ │ │ │ ├── anames7.go
│ │ │ │ │ ├── anames.go
│ │ │ │ │ ├── a.out.go
│ │ │ │ │ ├── asm7.go
│ │ │ │ │ ├── list7.go
│ │ │ │ │ └── obj7.go
│ │ │ │ ├── data.go
│ │ │ │ ├── flag.go
│ │ │ │ ├── fmt.go
│ │ │ │ ├── funcdata.go
│ │ │ │ ├── go.go
│ │ │ │ ├── ld.go
│ │ │ │ ├── libc.go
│ │ │ │ ├── line_test.go
│ │ │ │ ├── link.go
│ │ │ │ ├── mgc0.go
│ │ │ │ ├── objfile.go
│ │ │ │ ├── obj.go
│ │ │ │ ├── pass.go
│ │ │ │ ├── pcln.go
│ │ │ │ ├── ppc64
│ │ │ │ │ ├── anames9.go
│ │ │ │ │ ├── anames.go
│ │ │ │ │ ├── a.out.go
│ │ │ │ │ ├── asm9.go
│ │ │ │ │ ├── list9.go
│ │ │ │ │ └── obj9.go
│ │ │ │ ├── stack.go
│ │ │ │ ├── stringer.go
│ │ │ │ ├── sym.go
│ │ │ │ ├── textflag.go
│ │ │ │ ├── typekind.go
│ │ │ │ ├── util.go
│ │ │ │ ├── x86
│ │ │ │ │ ├── anames.go
│ │ │ │ │ ├── a.out.go
│ │ │ │ │ ├── asm6.go
│ │ │ │ │ ├── list6.go
│ │ │ │ │ ├── obj6.go
│ │ │ │ │ └── obj6_test.go
│ │ │ │ └── zbootstrap.go
│ │ │ ├── objfile
│ │ │ │ ├── disasm.go
│ │ │ │ ├── elf.go
│ │ │ │ ├── goobj.go
│ │ │ │ ├── macho.go
│ │ │ │ ├── objfile.go
│ │ │ │ ├── pe.go
│ │ │ │ └── plan9obj.go
│ │ │ └── rsc.io
│ │ │ ├── arm
│ │ │ │ └── armasm
│ │ │ │ ├── decode.go
│ │ │ │ ├── decode_test.go
│ │ │ │ ├── ext_test.go
│ │ │ │ ├── gnu.go
│ │ │ │ ├── inst.go
│ │ │ │ ├── Makefile
│ │ │ │ ├── objdumpext_test.go
│ │ │ │ ├── objdump_test.go
│ │ │ │ ├── plan9x.go
│ │ │ │ ├── tables.go
│ │ │ │ └── testdata
│ │ │ │ ├── decode.txt
│ │ │ │ └── Makefile
│ │ │ └── x86
│ │ │ └── x86asm
│ │ │ ├── decode.go
│ │ │ ├── decode_test.go
│ │ │ ├── ext_test.go
│ │ │ ├── gnu.go
│ │ │ ├── inst.go
│ │ │ ├── inst_test.go
│ │ │ ├── intel.go
│ │ │ ├── Makefile
│ │ │ ├── objdumpext_test.go
│ │ │ ├── objdump_test.go
│ │ │ ├── plan9ext_test.go
│ │ │ ├── plan9x.go
│ │ │ ├── plan9x_test.go
│ │ │ ├── tables.go
│ │ │ ├── testdata
│ │ │ │ ├── decode.txt
│ │ │ │ └── Makefile
│ │ │ ├── xedext_test.go
│ │ │ └── xed_test.go
│ │ ├── link
│ │ │ ├── doc.go
│ │ │ ├── internal
│ │ │ │ ├── amd64
│ │ │ │ │ ├── asm.go
│ │ │ │ │ ├── l.go
│ │ │ │ │ ├── obj.go
│ │ │ │ │ └── z.go
│ │ │ │ ├── arm
│ │ │ │ │ ├── asm.go
│ │ │ │ │ ├── l.go
│ │ │ │ │ └── obj.go
│ │ │ │ ├── arm64
│ │ │ │ │ ├── asm.go
│ │ │ │ │ ├── l.go
│ │ │ │ │ └── obj.go
│ │ │ │ ├── ld
│ │ │ │ │ ├── arch.go
│ │ │ │ │ ├── ar.go
│ │ │ │ │ ├── data.go
│ │ │ │ │ ├── decodesym.go
│ │ │ │ │ ├── dwarf_defs.go
│ │ │ │ │ ├── dwarf.go
│ │ │ │ │ ├── elf.go
│ │ │ │ │ ├── go.go
│ │ │ │ │ ├── ldelf.go
│ │ │ │ │ ├── ld.go
│ │ │ │ │ ├── ldmacho.go
│ │ │ │ │ ├── ldpe.go
│ │ │ │ │ ├── lib.go
│ │ │ │ │ ├── link.go
│ │ │ │ │ ├── macho_combine_dwarf.go
│ │ │ │ │ ├── macho.go
│ │ │ │ │ ├── objfile.go
│ │ │ │ │ ├── pcln.go
│ │ │ │ │ ├── pe.go
│ │ │ │ │ ├── pobj.go
│ │ │ │ │ ├── sym.go
│ │ │ │ │ ├── symtab.go
│ │ │ │ │ ├── textflag.go
│ │ │ │ │ └── util.go
│ │ │ │ ├── ppc64
│ │ │ │ │ ├── asm.go
│ │ │ │ │ ├── l.go
│ │ │ │ │ └── obj.go
│ │ │ │ └── x86
│ │ │ │ ├── asm.go
│ │ │ │ ├── l.go
│ │ │ │ └── obj.go
│ │ │ └── main.go
│ │ ├── nm
│ │ │ ├── doc.go
│ │ │ ├── nm.go
│ │ │ └── nm_test.go
│ │ ├── objdump
│ │ │ ├── main.go
│ │ │ ├── objdump_test.go
│ │ │ └── testdata
│ │ │ └── fmthello.go
│ │ ├── pack
│ │ │ ├── doc.go
│ │ │ ├── pack.go
│ │ │ └── pack_test.go
│ │ ├── pprof
│ │ │ ├── doc.go
│ │ │ ├── internal
│ │ │ │ ├── commands
│ │ │ │ │ └── commands.go
│ │ │ │ ├── driver
│ │ │ │ │ ├── driver.go
│ │ │ │ │ └── interactive.go
│ │ │ │ ├── fetch
│ │ │ │ │ └── fetch.go
│ │ │ │ ├── plugin
│ │ │ │ │ └── plugin.go
│ │ │ │ ├── profile
│ │ │ │ │ ├── encode.go
│ │ │ │ │ ├── filter.go
│ │ │ │ │ ├── legacy_profile.go
│ │ │ │ │ ├── profile.go
│ │ │ │ │ ├── profile_test.go
│ │ │ │ │ ├── proto.go
│ │ │ │ │ └── prune.go
│ │ │ │ ├── report
│ │ │ │ │ ├── report.go
│ │ │ │ │ ├── source.go
│ │ │ │ │ └── source_html.go
│ │ │ │ ├── svg
│ │ │ │ │ ├── svg.go
│ │ │ │ │ └── svgpan.go
│ │ │ │ ├── symbolizer
│ │ │ │ │ └── symbolizer.go
│ │ │ │ ├── symbolz
│ │ │ │ │ └── symbolz.go
│ │ │ │ └── tempfile
│ │ │ │ └── tempfile.go
│ │ │ ├── pprof.go
│ │ │ └── README
│ │ ├── trace
│ │ │ ├── goroutines.go
│ │ │ ├── main.go
│ │ │ ├── pprof.go
│ │ │ └── trace.go
│ │ ├── vet
│ │ │ ├── asmdecl.go
│ │ │ ├── assign.go
│ │ │ ├── atomic.go
│ │ │ ├── bool.go
│ │ │ ├── buildtag.go
│ │ │ ├── composite.go
│ │ │ ├── copylock.go
│ │ │ ├── deadcode.go
│ │ │ ├── doc.go
│ │ │ ├── main.go
│ │ │ ├── method.go
│ │ │ ├── nilfunc.go
│ │ │ ├── print.go
│ │ │ ├── rangeloop.go
│ │ │ ├── shadow.go
│ │ │ ├── shift.go
│ │ │ ├── structtag.go
│ │ │ ├── testdata
│ │ │ │ ├── asm1.s
│ │ │ │ ├── asm2.s
│ │ │ │ ├── asm3.s
│ │ │ │ ├── asm4.s
│ │ │ │ ├── asm.go
│ │ │ │ ├── assign.go
│ │ │ │ ├── atomic.go
│ │ │ │ ├── bool.go
│ │ │ │ ├── buildtag_bad.go
│ │ │ │ ├── buildtag.go
│ │ │ │ ├── composite.go
│ │ │ │ ├── copylock_func.go
│ │ │ │ ├── copylock_range.go
│ │ │ │ ├── deadcode.go
│ │ │ │ ├── method.go
│ │ │ │ ├── nilfunc.go
│ │ │ │ ├── print.go
│ │ │ │ ├── rangeloop.go
│ │ │ │ ├── shadow.go
│ │ │ │ ├── shift.go
│ │ │ │ ├── structtag.go
│ │ │ │ ├── tagtest
│ │ │ │ │ ├── file1.go
│ │ │ │ │ └── file2.go
│ │ │ │ ├── unsafeptr.go
│ │ │ │ └── unused.go
│ │ │ ├── types.go
│ │ │ ├── unsafeptr.go
│ │ │ ├── unused.go
│ │ │ ├── vet_test.go
│ │ │ └── whitelist
│ │ │ └── whitelist.go
│ │ └── yacc
│ │ ├── doc.go
│ │ ├── testdata
│ │ │ └── expr
│ │ │ ├── expr.y
│ │ │ ├── main.go
│ │ │ └── README
│ │ └── yacc.go
│ ├── compress
│ │ ├── bzip2
│ │ │ ├── bit_reader.go
│ │ │ ├── bzip2.go
│ │ │ ├── bzip2_test.go
│ │ │ ├── huffman.go
│ │ │ ├── move_to_front.go
│ │ │ └── testdata
│ │ │ ├── e.txt.bz2
│ │ │ └── Mark.Twain-Tom.Sawyer.txt.bz2
│ │ ├── flate
│ │ │ ├── copy.go
│ │ │ ├── copy_test.go
│ │ │ ├── deflate.go
│ │ │ ├── deflate_test.go
│ │ │ ├── fixedhuff.go
│ │ │ ├── flate_test.go
│ │ │ ├── gen.go
│ │ │ ├── huffman_bit_writer.go
│ │ │ ├── huffman_code.go
│ │ │ ├── inflate.go
│ │ │ ├── inflate_test.go
│ │ │ ├── reader_test.go
│ │ │ ├── reverse_bits.go
│ │ │ ├── token.go
│ │ │ └── writer_test.go
│ │ ├── gzip
│ │ │ ├── gunzip.go
│ │ │ ├── gunzip_test.go
│ │ │ ├── gzip.go
│ │ │ ├── gzip_test.go
│ │ │ └── testdata
│ │ │ └── issue6550.gz
│ │ ├── lzw
│ │ │ ├── reader.go
│ │ │ ├── reader_test.go
│ │ │ ├── writer.go
│ │ │ └── writer_test.go
│ │ ├── testdata
│ │ │ ├── e.txt
│ │ │ ├── Mark.Twain-Tom.Sawyer.txt
│ │ │ └── pi.txt
│ │ └── zlib
│ │ ├── example_test.go
│ │ ├── reader.go
│ │ ├── reader_test.go
│ │ ├── writer.go
│ │ └── writer_test.go
│ ├── container
│ │ ├── heap
│ │ │ ├── example_intheap_test.go
│ │ │ ├── example_pq_test.go
│ │ │ ├── heap.go
│ │ │ └── heap_test.go
│ │ ├── list
│ │ │ ├── example_test.go
│ │ │ ├── list.go
│ │ │ └── list_test.go
│ │ └── ring
│ │ ├── ring.go
│ │ └── ring_test.go
│ ├── crypto
│ │ ├── aes
│ │ │ ├── aes_test.go
│ │ │ ├── asm_amd64.s
│ │ │ ├── block.go
│ │ │ ├── cipher_asm.go
│ │ │ ├── cipher_generic.go
│ │ │ ├── cipher.go
│ │ │ └── const.go
│ │ ├── cipher
│ │ │ ├── benchmark_test.go
│ │ │ ├── cbc_aes_test.go
│ │ │ ├── cbc.go
│ │ │ ├── cfb.go
│ │ │ ├── cfb_test.go
│ │ │ ├── cipher.go
│ │ │ ├── cipher_test.go
│ │ │ ├── common_test.go
│ │ │ ├── ctr_aes_test.go
│ │ │ ├── ctr.go
│ │ │ ├── example_test.go
│ │ │ ├── gcm.go
│ │ │ ├── gcm_test.go
│ │ │ ├── io.go
│ │ │ ├── ofb.go
│ │ │ ├── ofb_test.go
│ │ │ ├── xor.go
│ │ │ └── xor_test.go
│ │ ├── crypto.go
│ │ ├── des
│ │ │ ├── block.go
│ │ │ ├── cipher.go
│ │ │ ├── const.go
│ │ │ ├── des_test.go
│ │ │ └── example_test.go
│ │ ├── dsa
│ │ │ ├── dsa.go
│ │ │ └── dsa_test.go
│ │ ├── ecdsa
│ │ │ ├── ecdsa.go
│ │ │ ├── ecdsa_test.go
│ │ │ └── testdata
│ │ │ └── SigVer.rsp.bz2
│ │ ├── elliptic
│ │ │ ├── elliptic.go
│ │ │ ├── elliptic_test.go
│ │ │ ├── p224.go
│ │ │ ├── p224_test.go
│ │ │ └── p256.go
│ │ ├── hmac
│ │ │ ├── hmac.go
│ │ │ └── hmac_test.go
│ │ ├── md5
│ │ │ ├── example_test.go
│ │ │ ├── gen.go
│ │ │ ├── md5block_386.s
│ │ │ ├── md5block_amd64p32.s
│ │ │ ├── md5block_amd64.s
│ │ │ ├── md5block_arm.s
│ │ │ ├── md5block_decl.go
│ │ │ ├── md5block_generic.go
│ │ │ ├── md5block.go
│ │ │ ├── md5.go
│ │ │ └── md5_test.go
│ │ ├── rand
│ │ │ ├── eagain.go
│ │ │ ├── example_test.go
│ │ │ ├── rand.go
│ │ │ ├── rand_linux.go
│ │ │ ├── rand_test.go
│ │ │ ├── rand_unix.go
│ │ │ ├── rand_windows.go
│ │ │ ├── util.go
│ │ │ └── util_test.go
│ │ ├── rc4
│ │ │ ├── rc4_386.s
│ │ │ ├── rc4_amd64p32.s
│ │ │ ├── rc4_amd64.s
│ │ │ ├── rc4_arm.s
│ │ │ ├── rc4_asm.go
│ │ │ ├── rc4.go
│ │ │ ├── rc4_ref.go
│ │ │ └── rc4_test.go
│ │ ├── rsa
│ │ │ ├── pkcs1v15.go
│ │ │ ├── pkcs1v15_test.go
│ │ │ ├── pss.go
│ │ │ ├── pss_test.go
│ │ │ ├── rsa.go
│ │ │ ├── rsa_test.go
│ │ │ └── testdata
│ │ │ └── pss-vect.txt.bz2
│ │ ├── sha1
│ │ │ ├── example_test.go
│ │ │ ├── sha1block_386.s
│ │ │ ├── sha1block_amd64p32.s
│ │ │ ├── sha1block_amd64.s
│ │ │ ├── sha1block_arm.s
│ │ │ ├── sha1block_decl.go
│ │ │ ├── sha1block_generic.go
│ │ │ ├── sha1block.go
│ │ │ ├── sha1.go
│ │ │ └── sha1_test.go
│ │ ├── sha256
│ │ │ ├── sha256block_386.s
│ │ │ ├── sha256block_amd64.s
│ │ │ ├── sha256block_decl.go
│ │ │ ├── sha256block.go
│ │ │ ├── sha256.go
│ │ │ └── sha256_test.go
│ │ ├── sha512
│ │ │ ├── sha512block_amd64.s
│ │ │ ├── sha512block_decl.go
│ │ │ ├── sha512block.go
│ │ │ ├── sha512.go
│ │ │ └── sha512_test.go
│ │ ├── subtle
│ │ │ ├── constant_time.go
│ │ │ └── constant_time_test.go
│ │ ├── tls
│ │ │ ├── alert.go
│ │ │ ├── cipher_suites.go
│ │ │ ├── common.go
│ │ │ ├── conn.go
│ │ │ ├── conn_test.go
│ │ │ ├── example_test.go
│ │ │ ├── generate_cert.go
│ │ │ ├── handshake_client.go
│ │ │ ├── handshake_client_test.go
│ │ │ ├── handshake_messages.go
│ │ │ ├── handshake_messages_test.go
│ │ │ ├── handshake_server.go
│ │ │ ├── handshake_server_test.go
│ │ │ ├── handshake_test.go
│ │ │ ├── key_agreement.go
│ │ │ ├── prf.go
│ │ │ ├── prf_test.go
│ │ │ ├── testdata
│ │ │ │ ├── Client-TLSv10-ClientCert-ECDSA-ECDSA
│ │ │ │ ├── Client-TLSv10-ClientCert-ECDSA-RSA
│ │ │ │ ├── Client-TLSv10-ClientCert-RSA-ECDSA
│ │ │ │ ├── Client-TLSv10-ClientCert-RSA-RSA
│ │ │ │ ├── Client-TLSv10-ECDHE-ECDSA-AES
│ │ │ │ ├── Client-TLSv10-ECDHE-RSA-AES
│ │ │ │ ├── Client-TLSv10-RSA-RC4
│ │ │ │ ├── Client-TLSv11-ECDHE-ECDSA-AES
│ │ │ │ ├── Client-TLSv11-ECDHE-RSA-AES
│ │ │ │ ├── Client-TLSv11-RSA-RC4
│ │ │ │ ├── Client-TLSv12-ALPN
│ │ │ │ ├── Client-TLSv12-ALPN-NoMatch
│ │ │ │ ├── Client-TLSv12-ClientCert-ECDSA-ECDSA
│ │ │ │ ├── Client-TLSv12-ClientCert-ECDSA-RSA
│ │ │ │ ├── Client-TLSv12-ClientCert-RSA-AES256-GCM-SHA384
│ │ │ │ ├── Client-TLSv12-ClientCert-RSA-ECDSA
│ │ │ │ ├── Client-TLSv12-ClientCert-RSA-RSA
│ │ │ │ ├── Client-TLSv12-ECDHE-ECDSA-AES
│ │ │ │ ├── Client-TLSv12-ECDHE-ECDSA-AES256-GCM-SHA384
│ │ │ │ ├── Client-TLSv12-ECDHE-ECDSA-AES-GCM
│ │ │ │ ├── Client-TLSv12-ECDHE-RSA-AES
│ │ │ │ ├── Client-TLSv12-RSA-RC4
│ │ │ │ ├── Client-TLSv12-SCT
│ │ │ │ ├── Server-SSLv3-RSA-3DES
│ │ │ │ ├── Server-SSLv3-RSA-AES
│ │ │ │ ├── Server-SSLv3-RSA-RC4
│ │ │ │ ├── Server-TLSv10-ECDHE-ECDSA-AES
│ │ │ │ ├── Server-TLSv10-RSA-3DES
│ │ │ │ ├── Server-TLSv10-RSA-AES
│ │ │ │ ├── Server-TLSv10-RSA-RC4
│ │ │ │ ├── Server-TLSv11-FallbackSCSV
│ │ │ │ ├── Server-TLSv11-RSA-RC4
│ │ │ │ ├── Server-TLSv12-ALPN
│ │ │ │ ├── Server-TLSv12-ALPN-NoMatch
│ │ │ │ ├── Server-TLSv12-CipherSuiteCertPreferenceECDSA
│ │ │ │ ├── Server-TLSv12-CipherSuiteCertPreferenceRSA
│ │ │ │ ├── Server-TLSv12-ClientAuthRequestedAndECDSAGiven
│ │ │ │ ├── Server-TLSv12-ClientAuthRequestedAndGiven
│ │ │ │ ├── Server-TLSv12-ClientAuthRequestedNotGiven
│ │ │ │ ├── Server-TLSv12-ECDHE-ECDSA-AES
│ │ │ │ ├── Server-TLSv12-IssueTicket
│ │ │ │ ├── Server-TLSv12-IssueTicketPreDisable
│ │ │ │ ├── Server-TLSv12-Resume
│ │ │ │ ├── Server-TLSv12-ResumeDisabled
│ │ │ │ ├── Server-TLSv12-RSA-3DES
│ │ │ │ ├── Server-TLSv12-RSA-AES
│ │ │ │ ├── Server-TLSv12-RSA-AES256-GCM-SHA384
│ │ │ │ ├── Server-TLSv12-RSA-AES-GCM
│ │ │ │ ├── Server-TLSv12-RSA-RC4
│ │ │ │ ├── Server-TLSv12-SNI
│ │ │ │ ├── Server-TLSv12-SNI-GetCertificate
│ │ │ │ └── Server-TLSv12-SNI-GetCertificateNotFound
│ │ │ ├── ticket.go
│ │ │ ├── tls.go
│ │ │ └── tls_test.go
│ │ └── x509
│ │ ├── cert_pool.go
│ │ ├── example_test.go
│ │ ├── pem_decrypt.go
│ │ ├── pem_decrypt_test.go
│ │ ├── pkcs1.go
│ │ ├── pkcs8.go
│ │ ├── pkcs8_test.go
│ │ ├── pkix
│ │ │ └── pkix.go
│ │ ├── root_bsd.go
│ │ ├── root_cgo_darwin.go
│ │ ├── root_darwin_arm_gen.go
│ │ ├── root_darwin_armx.go
│ │ ├── root_darwin.go
│ │ ├── root_darwin_test.go
│ │ ├── root.go
│ │ ├── root_linux.go
│ │ ├── root_nacl.go
│ │ ├── root_nocgo_darwin.go
│ │ ├── root_plan9.go
│ │ ├── root_solaris.go
│ │ ├── root_unix.go
│ │ ├── root_windows.go
│ │ ├── sec1.go
│ │ ├── sec1_test.go
│ │ ├── sha2_windows_test.go
│ │ ├── verify.go
│ │ ├── verify_test.go
│ │ ├── x509.go
│ │ ├── x509_test.go
│ │ └── x509_test_import.go
│ ├── database
│ │ └── sql
│ │ ├── convert.go
│ │ ├── convert_test.go
│ │ ├── doc.txt
│ │ ├── driver
│ │ │ ├── driver.go
│ │ │ ├── types.go
│ │ │ └── types_test.go
│ │ ├── example_test.go
│ │ ├── fakedb_test.go
│ │ ├── sql.go
│ │ └── sql_test.go
│ ├── debug
│ │ ├── dwarf
│ │ │ ├── buf.go
│ │ │ ├── class_string.go
│ │ │ ├── const.go
│ │ │ ├── entry.go
│ │ │ ├── line.go
│ │ │ ├── line_test.go
│ │ │ ├── open.go
│ │ │ ├── testdata
│ │ │ │ ├── line1.c
│ │ │ │ ├── line1.h
│ │ │ │ ├── line2.c
│ │ │ │ ├── line-clang.elf
│ │ │ │ ├── line-gcc.elf
│ │ │ │ ├── typedef.c
│ │ │ │ ├── typedef.elf
│ │ │ │ ├── typedef.elf4
│ │ │ │ └── typedef.macho
│ │ │ ├── type.go
│ │ │ ├── type_test.go
│ │ │ ├── typeunit.go
│ │ │ └── unit.go
│ │ ├── elf
│ │ │ ├── elf.go
│ │ │ ├── elf_test.go
│ │ │ ├── file.go
│ │ │ ├── file_test.go
│ │ │ ├── symbols_test.go
│ │ │ └── testdata
│ │ │ ├── gcc-386-freebsd-exec
│ │ │ ├── gcc-amd64-linux-exec
│ │ │ ├── gcc-amd64-openbsd-debug-with-rela.obj
│ │ │ ├── go-relocation-test-clang-arm.obj
│ │ │ ├── go-relocation-test-clang-x86.obj
│ │ │ ├── go-relocation-test-gcc424-x86-64.obj
│ │ │ ├── go-relocation-test-gcc441-x86-64.obj
│ │ │ ├── go-relocation-test-gcc441-x86.obj
│ │ │ ├── go-relocation-test-gcc482-aarch64.obj
│ │ │ ├── go-relocation-test-gcc482-ppc64le.obj
│ │ │ ├── go-relocation-test-gcc492-arm.obj
│ │ │ ├── go-relocation-test-gcc5-ppc.obj
│ │ │ ├── hello.c
│ │ │ └── hello-world-core.gz
│ │ ├── gosym
│ │ │ ├── pclinetest.asm
│ │ │ ├── pclinetest.h
│ │ │ ├── pclntab.go
│ │ │ ├── pclntab_test.go
│ │ │ └── symtab.go
│ │ ├── macho
│ │ │ ├── fat.go
│ │ │ ├── file.go
│ │ │ ├── file_test.go
│ │ │ ├── macho.go
│ │ │ └── testdata
│ │ │ ├── fat-gcc-386-amd64-darwin-exec
│ │ │ ├── gcc-386-darwin-exec
│ │ │ ├── gcc-amd64-darwin-exec
│ │ │ ├── gcc-amd64-darwin-exec-debug
│ │ │ └── hello.c
│ │ ├── pe
│ │ │ ├── file.go
│ │ │ ├── file_test.go
│ │ │ ├── pe.go
│ │ │ └── testdata
│ │ │ ├── gcc-386-mingw-exec
│ │ │ ├── gcc-386-mingw-obj
│ │ │ ├── gcc-amd64-mingw-exec
│ │ │ ├── gcc-amd64-mingw-obj
│ │ │ └── hello.c
│ │ └── plan9obj
│ │ ├── file.go
│ │ ├── file_test.go
│ │ ├── plan9obj.go
│ │ └── testdata
│ │ ├── 386-plan9-exec
│ │ ├── amd64-plan9-exec
│ │ └── hello.c
│ ├── encoding
│ │ ├── ascii85
│ │ │ ├── ascii85.go
│ │ │ └── ascii85_test.go
│ │ ├── asn1
│ │ │ ├── asn1.go
│ │ │ ├── asn1_test.go
│ │ │ ├── common.go
│ │ │ ├── marshal.go
│ │ │ └── marshal_test.go
│ │ ├── base32
│ │ │ ├── base32.go
│ │ │ ├── base32_test.go
│ │ │ └── example_test.go
│ │ ├── base64
│ │ │ ├── base64.go
│ │ │ ├── base64_test.go
│ │ │ └── example_test.go
│ │ ├── binary
│ │ │ ├── binary.go
│ │ │ ├── binary_test.go
│ │ │ ├── example_test.go
│ │ │ ├── varint.go
│ │ │ └── varint_test.go
│ │ ├── csv
│ │ │ ├── example_test.go
│ │ │ ├── reader.go
│ │ │ ├── reader_test.go
│ │ │ ├── writer.go
│ │ │ └── writer_test.go
│ │ ├── encoding.go
│ │ ├── gob
│ │ │ ├── codec_test.go
│ │ │ ├── debug.go
│ │ │ ├── decgen.go
│ │ │ ├── dec_helpers.go
│ │ │ ├── decode.go
│ │ │ ├── decoder.go
│ │ │ ├── doc.go
│ │ │ ├── dump.go
│ │ │ ├── encgen.go
│ │ │ ├── enc_helpers.go
│ │ │ ├── encode.go
│ │ │ ├── encoder.go
│ │ │ ├── encoder_test.go
│ │ │ ├── error.go
│ │ │ ├── example_encdec_test.go
│ │ │ ├── example_interface_test.go
│ │ │ ├── example_test.go
│ │ │ ├── gobencdec_test.go
│ │ │ ├── timing_test.go
│ │ │ ├── type.go
│ │ │ └── type_test.go
│ │ ├── hex
│ │ │ ├── hex.go
│ │ │ └── hex_test.go
│ │ ├── json
│ │ │ ├── bench_test.go
│ │ │ ├── decode.go
│ │ │ ├── decode_test.go
│ │ │ ├── encode.go
│ │ │ ├── encode_test.go
│ │ │ ├── example_test.go
│ │ │ ├── fold.go
│ │ │ ├── fold_test.go
│ │ │ ├── indent.go
│ │ │ ├── scanner.go
│ │ │ ├── scanner_test.go
│ │ │ ├── stream.go
│ │ │ ├── stream_test.go
│ │ │ ├── tagkey_test.go
│ │ │ ├── tags.go
│ │ │ ├── tags_test.go
│ │ │ └── testdata
│ │ │ └── code.json.gz
│ │ ├── pem
│ │ │ ├── pem.go
│ │ │ └── pem_test.go
│ │ └── xml
│ │ ├── atom_test.go
│ │ ├── example_test.go
│ │ ├── marshal.go
│ │ ├── marshal_test.go
│ │ ├── read.go
│ │ ├── read_test.go
│ │ ├── typeinfo.go
│ │ ├── xml.go
│ │ └── xml_test.go
│ ├── errors
│ │ ├── errors.go
│ │ ├── errors_test.go
│ │ └── example_test.go
│ ├── expvar
│ │ ├── expvar.go
│ │ └── expvar_test.go
│ ├── flag
│ │ ├── example_test.go
│ │ ├── export_test.go
│ │ ├── flag.go
│ │ └── flag_test.go
│ ├── fmt
│ │ ├── doc.go
│ │ ├── export_test.go
│ │ ├── fmt_test.go
│ │ ├── format.go
│ │ ├── norace_test.go
│ │ ├── print.go
│ │ ├── race_test.go
│ │ ├── scan.go
│ │ ├── scan_test.go
│ │ └── stringer_test.go
│ ├── go
│ │ ├── ast
│ │ │ ├── ast.go
│ │ │ ├── ast_test.go
│ │ │ ├── commentmap.go
│ │ │ ├── commentmap_test.go
│ │ │ ├── example_test.go
│ │ │ ├── filter.go
│ │ │ ├── filter_test.go
│ │ │ ├── import.go
│ │ │ ├── print.go
│ │ │ ├── print_test.go
│ │ │ ├── resolve.go
│ │ │ ├── scope.go
│ │ │ └── walk.go
│ │ ├── build
│ │ │ ├── build.go
│ │ │ ├── build_test.go
│ │ │ ├── deps_test.go
│ │ │ ├── doc.go
│ │ │ ├── read.go
│ │ │ ├── read_test.go
│ │ │ ├── syslist.go
│ │ │ ├── syslist_test.go
│ │ │ └── testdata
│ │ │ ├── empty
│ │ │ │ └── dummy
│ │ │ ├── multi
│ │ │ │ ├── file_appengine.go
│ │ │ │ └── file.go
│ │ │ └── other
│ │ │ ├── file
│ │ │ │ └── file.go
│ │ │ └── main.go
│ │ ├── constant
│ │ │ ├── go13.go
│ │ │ ├── go14.go
│ │ │ ├── value.go
│ │ │ └── value_test.go
│ │ ├── doc
│ │ │ ├── comment.go
│ │ │ ├── comment_test.go
│ │ │ ├── doc.go
│ │ │ ├── doc_test.go
│ │ │ ├── example.go
│ │ │ ├── example_test.go
│ │ │ ├── exports.go
│ │ │ ├── filter.go
│ │ │ ├── headscan.go
│ │ │ ├── Makefile
│ │ │ ├── reader.go
│ │ │ ├── synopsis.go
│ │ │ ├── synopsis_test.go
│ │ │ └── testdata
│ │ │ ├── a0.go
│ │ │ ├── a.0.golden
│ │ │ ├── a1.go
│ │ │ ├── a.1.golden
│ │ │ ├── a.2.golden
│ │ │ ├── b.0.golden
│ │ │ ├── b.1.golden
│ │ │ ├── b.2.golden
│ │ │ ├── benchmark.go
│ │ │ ├── b.go
│ │ │ ├── blank.0.golden
│ │ │ ├── blank.1.golden
│ │ │ ├── blank.2.golden
│ │ │ ├── blank.go
│ │ │ ├── bugpara.0.golden
│ │ │ ├── bugpara.1.golden
│ │ │ ├── bugpara.2.golden
│ │ │ ├── bugpara.go
│ │ │ ├── c.0.golden
│ │ │ ├── c.1.golden
│ │ │ ├── c.2.golden
│ │ │ ├── c.go
│ │ │ ├── d.0.golden
│ │ │ ├── d1.go
│ │ │ ├── d.1.golden
│ │ │ ├── d2.go
│ │ │ ├── d.2.golden
│ │ │ ├── e.0.golden
│ │ │ ├── e.1.golden
│ │ │ ├── e.2.golden
│ │ │ ├── e.go
│ │ │ ├── error1.0.golden
│ │ │ ├── error1.1.golden
│ │ │ ├── error1.2.golden
│ │ │ ├── error1.go
│ │ │ ├── error2.0.golden
│ │ │ ├── error2.1.golden
│ │ │ ├── error2.2.golden
│ │ │ ├── error2.go
│ │ │ ├── example.go
│ │ │ ├── f.0.golden
│ │ │ ├── f.1.golden
│ │ │ ├── f.2.golden
│ │ │ ├── f.go
│ │ │ ├── template.txt
│ │ │ ├── testing.0.golden
│ │ │ ├── testing.1.golden
│ │ │ ├── testing.2.golden
│ │ │ └── testing.go
│ │ ├── format
│ │ │ ├── format.go
│ │ │ └── format_test.go
│ │ ├── importer
│ │ │ └── importer.go
│ │ ├── internal
│ │ │ ├── gccgoimporter
│ │ │ │ ├── gccgoinstallation.go
│ │ │ │ ├── gccgoinstallation_test.go
│ │ │ │ ├── importer.go
│ │ │ │ ├── importer_test.go
│ │ │ │ ├── parser.go
│ │ │ │ ├── parser_test.go
│ │ │ │ └── testdata
│ │ │ │ ├── complexnums.go
│ │ │ │ ├── complexnums.gox
│ │ │ │ ├── imports.go
│ │ │ │ ├── imports.gox
│ │ │ │ ├── pointer.go
│ │ │ │ └── pointer.gox
│ │ │ └── gcimporter
│ │ │ ├── exportdata.go
│ │ │ ├── gcimporter.go
│ │ │ ├── gcimporter_test.go
│ │ │ └── testdata
│ │ │ └── exports.go
│ │ ├── parser
│ │ │ ├── error_test.go
│ │ │ ├── example_test.go
│ │ │ ├── interface.go
│ │ │ ├── parser.go
│ │ │ ├── parser_test.go
│ │ │ ├── performance_test.go
│ │ │ ├── short_test.go
│ │ │ └── testdata
│ │ │ ├── commas.src
│ │ │ └── issue3106.src
│ │ ├── printer
│ │ │ ├── example_test.go
│ │ │ ├── nodes.go
│ │ │ ├── performance_test.go
│ │ │ ├── printer.go
│ │ │ ├── printer_test.go
│ │ │ └── testdata
│ │ │ ├── comments2.golden
│ │ │ ├── comments2.input
│ │ │ ├── comments.golden
│ │ │ ├── comments.input
│ │ │ ├── comments.x
│ │ │ ├── declarations.golden
│ │ │ ├── declarations.input
│ │ │ ├── empty.golden
│ │ │ ├── empty.input
│ │ │ ├── expressions.golden
│ │ │ ├── expressions.input
│ │ │ ├── expressions.raw
│ │ │ ├── linebreaks.golden
│ │ │ ├── linebreaks.input
│ │ │ ├── parser.go
│ │ │ ├── slow.golden
│ │ │ ├── slow.input
│ │ │ ├── statements.golden
│ │ │ └── statements.input
│ │ ├── scanner
│ │ │ ├── errors.go
│ │ │ ├── example_test.go
│ │ │ ├── scanner.go
│ │ │ └── scanner_test.go
│ │ ├── token
│ │ │ ├── position.go
│ │ │ ├── position_test.go
│ │ │ ├── serialize.go
│ │ │ ├── serialize_test.go
│ │ │ └── token.go
│ │ └── types
│ │ ├── api.go
│ │ ├── api_test.go
│ │ ├── assignments.go
│ │ ├── builtins.go
│ │ ├── builtins_test.go
│ │ ├── call.go
│ │ ├── check.go
│ │ ├── check_test.go
│ │ ├── conversions.go
│ │ ├── decl.go
│ │ ├── errors.go
│ │ ├── eval.go
│ │ ├── eval_test.go
│ │ ├── example_test.go
│ │ ├── expr.go
│ │ ├── exprstring.go
│ │ ├── exprstring_test.go
│ │ ├── go11.go
│ │ ├── go12.go
│ │ ├── hilbert_test.go
│ │ ├── initorder.go
│ │ ├── issues_test.go
│ │ ├── labels.go
│ │ ├── lookup.go
│ │ ├── methodset.go
│ │ ├── object.go
│ │ ├── objset.go
│ │ ├── operand.go
│ │ ├── ordering.go
│ │ ├── package.go
│ │ ├── predicates.go
│ │ ├── resolver.go
│ │ ├── resolver_test.go
│ │ ├── return.go
│ │ ├── scope.go
│ │ ├── selection.go
│ │ ├── self_test.go
│ │ ├── sizes.go
│ │ ├── stdlib_test.go
│ │ ├── stmt.go
│ │ ├── testdata
│ │ │ ├── blank.src
│ │ │ ├── builtins.src
│ │ │ ├── const0.src
│ │ │ ├── const1.src
│ │ │ ├── constdecl.src
│ │ │ ├── conversions.src
│ │ │ ├── cycles1.src
│ │ │ ├── cycles2.src
│ │ │ ├── cycles3.src
│ │ │ ├── cycles4.src
│ │ │ ├── cycles.src
│ │ │ ├── decls0.src
│ │ │ ├── decls1.src
│ │ │ ├── decls2a.src
│ │ │ ├── decls2b.src
│ │ │ ├── decls3.src
│ │ │ ├── errors.src
│ │ │ ├── expr0.src
│ │ │ ├── expr1.src
│ │ │ ├── expr2.src
│ │ │ ├── expr3.src
│ │ │ ├── gotos.src
│ │ │ ├── importdecl0a.src
│ │ │ ├── importdecl0b.src
│ │ │ ├── importdecl1a.src
│ │ │ ├── importdecl1b.src
│ │ │ ├── init0.src
│ │ │ ├── init1.src
│ │ │ ├── init2.src
│ │ │ ├── issues.src
│ │ │ ├── labels.src
│ │ │ ├── methodsets.src
│ │ │ ├── shifts.src
│ │ │ ├── stmt0.src
│ │ │ ├── stmt1.src
│ │ │ └── vardecl.src
│ │ ├── token_test.go
│ │ ├── type.go
│ │ ├── typestring.go
│ │ ├── typestring_test.go
│ │ ├── typexpr.go
│ │ └── universe.go
│ ├── hash
│ │ ├── adler32
│ │ │ ├── adler32.go
│ │ │ └── adler32_test.go
│ │ ├── crc32
│ │ │ ├── crc32_amd64p32.s
│ │ │ ├── crc32_amd64.s
│ │ │ ├── crc32_amd64x.go
│ │ │ ├── crc32_generic.go
│ │ │ ├── crc32.go
│ │ │ ├── crc32_test.go
│ │ │ └── example_test.go
│ │ ├── crc64
│ │ │ ├── crc64.go
│ │ │ └── crc64_test.go
│ │ ├── fnv
│ │ │ ├── fnv.go
│ │ │ └── fnv_test.go
│ │ ├── hash.go
│ │ ├── test_cases.txt
│ │ └── test_gen.awk
│ ├── html
│ │ ├── entity.go
│ │ ├── entity_test.go
│ │ ├── escape.go
│ │ ├── escape_test.go
│ │ ├── example_test.go
│ │ └── template
│ │ ├── attr.go
│ │ ├── clone_test.go
│ │ ├── content.go
│ │ ├── content_test.go
│ │ ├── context.go
│ │ ├── css.go
│ │ ├── css_test.go
│ │ ├── doc.go
│ │ ├── error.go
│ │ ├── escape.go
│ │ ├── escape_test.go
│ │ ├── example_test.go
│ │ ├── html.go
│ │ ├── html_test.go
│ │ ├── js.go
│ │ ├── js_test.go
│ │ ├── template.go
│ │ ├── transition.go
│ │ ├── transition_test.go
│ │ ├── url.go
│ │ └── url_test.go
│ ├── image
│ │ ├── color
│ │ │ ├── color.go
│ │ │ ├── palette
│ │ │ │ ├── generate.go
│ │ │ │ ├── gen.go
│ │ │ │ └── palette.go
│ │ │ ├── ycbcr.go
│ │ │ └── ycbcr_test.go
│ │ ├── decode_example_test.go
│ │ ├── decode_test.go
│ │ ├── draw
│ │ │ ├── bench_test.go
│ │ │ ├── clip_test.go
│ │ │ ├── draw.go
│ │ │ └── draw_test.go
│ │ ├── format.go
│ │ ├── geom.go
│ │ ├── geom_test.go
│ │ ├── gif
│ │ │ ├── reader.go
│ │ │ ├── reader_test.go
│ │ │ ├── writer.go
│ │ │ └── writer_test.go
│ │ ├── image.go
│ │ ├── image_test.go
│ │ ├── internal
│ │ │ └── imageutil
│ │ │ ├── gen.go
│ │ │ ├── imageutil.go
│ │ │ └── impl.go
│ │ ├── jpeg
│ │ │ ├── dct_test.go
│ │ │ ├── fdct.go
│ │ │ ├── huffman.go
│ │ │ ├── idct.go
│ │ │ ├── reader.go
│ │ │ ├── reader_test.go
│ │ │ ├── scan.go
│ │ │ ├── writer.go
│ │ │ └── writer_test.go
│ │ ├── names.go
│ │ ├── png
│ │ │ ├── paeth.go
│ │ │ ├── paeth_test.go
│ │ │ ├── reader.go
│ │ │ ├── reader_test.go
│ │ │ ├── testdata
│ │ │ │ ├── benchGray.png
│ │ │ │ ├── benchNRGBA-gradient.png
│ │ │ │ ├── benchNRGBA-opaque.png
│ │ │ │ ├── benchPaletted.png
│ │ │ │ ├── benchRGB-interlace.png
│ │ │ │ ├── benchRGB.png
│ │ │ │ ├── gray-gradient.interlaced.png
│ │ │ │ ├── gray-gradient.png
│ │ │ │ ├── invalid-crc32.png
│ │ │ │ ├── invalid-noend.png
│ │ │ │ ├── invalid-trunc.png
│ │ │ │ ├── invalid-zlib.png
│ │ │ │ └── pngsuite
│ │ │ │ ├── basn0g01-30.png
│ │ │ │ ├── basn0g01-30.sng
│ │ │ │ ├── basn0g01.png
│ │ │ │ ├── basn0g01.sng
│ │ │ │ ├── basn0g02-29.png
│ │ │ │ ├── basn0g02-29.sng
│ │ │ │ ├── basn0g02.png
│ │ │ │ ├── basn0g02.sng
│ │ │ │ ├── basn0g04-31.png
│ │ │ │ ├── basn0g04-31.sng
│ │ │ │ ├── basn0g04.png
│ │ │ │ ├── basn0g04.sng
│ │ │ │ ├── basn0g08.png
│ │ │ │ ├── basn0g08.sng
│ │ │ │ ├── basn0g16.png
│ │ │ │ ├── basn0g16.sng
│ │ │ │ ├── basn2c08.png
│ │ │ │ ├── basn2c08.sng
│ │ │ │ ├── basn2c16.png
│ │ │ │ ├── basn2c16.sng
│ │ │ │ ├── basn3p01.png
│ │ │ │ ├── basn3p01.sng
│ │ │ │ ├── basn3p02.png
│ │ │ │ ├── basn3p02.sng
│ │ │ │ ├── basn3p04-31i.png
│ │ │ │ ├── basn3p04-31i.sng
│ │ │ │ ├── basn3p04.png
│ │ │ │ ├── basn3p04.sng
│ │ │ │ ├── basn3p08.png
│ │ │ │ ├── basn3p08.sng
│ │ │ │ ├── basn3p08-trns.png
│ │ │ │ ├── basn3p08-trns.sng
│ │ │ │ ├── basn4a08.png
│ │ │ │ ├── basn4a08.sng
│ │ │ │ ├── basn4a16.png
│ │ │ │ ├── basn4a16.sng
│ │ │ │ ├── basn6a08.png
│ │ │ │ ├── basn6a08.sng
│ │ │ │ ├── basn6a16.png
│ │ │ │ ├── basn6a16.sng
│ │ │ │ ├── README
│ │ │ │ └── README.original
│ │ │ ├── writer.go
│ │ │ └── writer_test.go
│ │ ├── testdata
│ │ │ ├── video-001.221212.jpeg
│ │ │ ├── video-001.221212.png
│ │ │ ├── video-001.5bpp.gif
│ │ │ ├── video-001.cmyk.jpeg
│ │ │ ├── video-001.cmyk.png
│ │ │ ├── video-001.gif
│ │ │ ├── video-001.interlaced.gif
│ │ │ ├── video-001.jpeg
│ │ │ ├── video-001.png
│ │ │ ├── video-001.progressive.jpeg
│ │ │ ├── video-001.q50.410.jpeg
│ │ │ ├── video-001.q50.410.progressive.jpeg
│ │ │ ├── video-001.q50.411.jpeg
│ │ │ ├── video-001.q50.411.progressive.jpeg
│ │ │ ├── video-001.q50.420.jpeg
│ │ │ ├── video-001.q50.420.progressive.jpeg
│ │ │ ├── video-001.q50.422.jpeg
│ │ │ ├── video-001.q50.422.progressive.jpeg
│ │ │ ├── video-001.q50.440.jpeg
│ │ │ ├── video-001.q50.440.progressive.jpeg
│ │ │ ├── video-001.q50.444.jpeg
│ │ │ ├── video-001.q50.444.progressive.jpeg
│ │ │ ├── video-001.rgb.jpeg
│ │ │ ├── video-001.rgb.png
│ │ │ ├── video-001.separate.dc.progression.jpeg
│ │ │ ├── video-001.separate.dc.progression.progressive.jpeg
│ │ │ ├── video-005.gray.gif
│ │ │ ├── video-005.gray.jpeg
│ │ │ ├── video-005.gray.png
│ │ │ ├── video-005.gray.q50.2x2.jpeg
│ │ │ ├── video-005.gray.q50.2x2.progressive.jpeg
│ │ │ ├── video-005.gray.q50.jpeg
│ │ │ └── video-005.gray.q50.progressive.jpeg
│ │ ├── ycbcr.go
│ │ └── ycbcr_test.go
│ ├── index
│ │ └── suffixarray
│ │ ├── qsufsort.go
│ │ ├── suffixarray.go
│ │ └── suffixarray_test.go
│ ├── internal
│ │ ├── format
│ │ │ └── format.go
│ │ ├── singleflight
│ │ │ ├── singleflight.go
│ │ │ └── singleflight_test.go
│ │ ├── syscall
│ │ │ ├── unix
│ │ │ │ └── getrandom_linux.go
│ │ │ └── windows
│ │ │ ├── registry
│ │ │ │ ├── export_test.go
│ │ │ │ ├── key.go
│ │ │ │ ├── registry_test.go
│ │ │ │ ├── syscall.go
│ │ │ │ ├── value.go
│ │ │ │ └── zsyscall_windows.go
│ │ │ ├── syscall_windows.go
│ │ │ └── zsyscall_windows.go
│ │ ├── testenv
│ │ │ └── testenv.go
│ │ └── trace
│ │ ├── goroutines.go
│ │ ├── parser.go
│ │ └── parser_test.go
│ ├── io
│ │ ├── io.go
│ │ ├── io_test.go
│ │ ├── ioutil
│ │ │ ├── ioutil.go
│ │ │ ├── ioutil_test.go
│ │ │ ├── tempfile.go
│ │ │ └── tempfile_test.go
│ │ ├── multi.go
│ │ ├── multi_test.go
│ │ ├── pipe.go
│ │ └── pipe_test.go
│ ├── iostest.bash
│ ├── log
│ │ ├── example_test.go
│ │ ├── log.go
│ │ ├── log_test.go
│ │ └── syslog
│ │ ├── doc.go
│ │ ├── syslog.go
│ │ ├── syslog_test.go
│ │ └── syslog_unix.go
│ ├── make.bash
│ ├── make.bat
│ ├── Make.dist
│ ├── make.rc
│ ├── math
│ │ ├── abs_386.s
│ │ ├── abs_amd64p32.s
│ │ ├── abs_amd64.s
│ │ ├── abs_arm64.s
│ │ ├── abs_arm.s
│ │ ├── abs.go
│ │ ├── abs_ppc64x.s
│ │ ├── acosh.go
│ │ ├── all_test.go
│ │ ├── asin_386.s
│ │ ├── asin_amd64p32.s
│ │ ├── asin_amd64.s
│ │ ├── asin_arm.s
│ │ ├── asin.go
│ │ ├── asinh.go
│ │ ├── atan2_386.s
│ │ ├── atan2_amd64p32.s
│ │ ├── atan2_amd64.s
│ │ ├── atan2_arm.s
│ │ ├── atan2.go
│ │ ├── atan_386.s
│ │ ├── atan_amd64p32.s
│ │ ├── atan_amd64.s
│ │ ├── atan_arm.s
│ │ ├── atan.go
│ │ ├── atanh.go
│ │ ├── big
│ │ │ ├── accuracy_string.go
│ │ │ ├── arith_386.s
│ │ │ ├── arith_amd64p32.s
│ │ │ ├── arith_amd64.s
│ │ │ ├── arith_arm64.s
│ │ │ ├── arith_arm.s
│ │ │ ├── arith_decl.go
│ │ │ ├── arith_decl_pure.go
│ │ │ ├── arith.go
│ │ │ ├── arith_ppc64x.s
│ │ │ ├── arith_test.go
│ │ │ ├── bits_test.go
│ │ │ ├── calibrate_test.go
│ │ │ ├── decimal.go
│ │ │ ├── decimal_test.go
│ │ │ ├── example_test.go
│ │ │ ├── floatconv.go
│ │ │ ├── floatconv_test.go
│ │ │ ├── floatexample_test.go
│ │ │ ├── float.go
│ │ │ ├── float_test.go
│ │ │ ├── ftoa.go
│ │ │ ├── gcd_test.go
│ │ │ ├── hilbert_test.go
│ │ │ ├── intconv.go
│ │ │ ├── intconv_test.go
│ │ │ ├── int.go
│ │ │ ├── int_test.go
│ │ │ ├── natconv.go
│ │ │ ├── natconv_test.go
│ │ │ ├── nat.go
│ │ │ ├── nat_test.go
│ │ │ ├── ratconv.go
│ │ │ ├── ratconv_test.go
│ │ │ ├── rat.go
│ │ │ ├── rat_test.go
│ │ │ └── roundingmode_string.go
│ │ ├── bits.go
│ │ ├── cbrt.go
│ │ ├── cmplx
│ │ │ ├── abs.go
│ │ │ ├── asin.go
│ │ │ ├── cmath_test.go
│ │ │ ├── conj.go
│ │ │ ├── exp.go
│ │ │ ├── isinf.go
│ │ │ ├── isnan.go
│ │ │ ├── log.go
│ │ │ ├── phase.go
│ │ │ ├── polar.go
│ │ │ ├── pow.go
│ │ │ ├── rect.go
│ │ │ ├── sin.go
│ │ │ ├── sqrt.go
│ │ │ └── tan.go
│ │ ├── const.go
│ │ ├── copysign.go
│ │ ├── dim_386.s
│ │ ├── dim_amd64p32.s
│ │ ├── dim_amd64.s
│ │ ├── dim_arm.s
│ │ ├── dim.go
│ │ ├── erf.go
│ │ ├── exp2_386.s
│ │ ├── exp2_amd64p32.s
│ │ ├── exp2_amd64.s
│ │ ├── exp2_arm.s
│ │ ├── exp_386.s
│ │ ├── exp_amd64p32.s
│ │ ├── exp_amd64.s
│ │ ├── exp_arm.s
│ │ ├── exp.go
│ │ ├── expm1_386.s
│ │ ├── expm1_amd64p32.s
│ │ ├── expm1_amd64.s
│ │ ├── expm1_arm.s
│ │ ├── expm1.go
│ │ ├── export_test.go
│ │ ├── floor_386.s
│ │ ├── floor_amd64p32.s
│ │ ├── floor_amd64.s
│ │ ├── floor_arm.s
│ │ ├── floor.go
│ │ ├── frexp_386.s
│ │ ├── frexp_amd64p32.s
│ │ ├── frexp_amd64.s
│ │ ├── frexp_arm.s
│ │ ├── frexp.go
│ │ ├── gamma.go
│ │ ├── hypot_386.s
│ │ ├── hypot_amd64p32.s
│ │ ├── hypot_amd64.s
│ │ ├── hypot_arm.s
│ │ ├── hypot.go
│ │ ├── j0.go
│ │ ├── j1.go
│ │ ├── jn.go
│ │ ├── ldexp_386.s
│ │ ├── ldexp_amd64p32.s
│ │ ├── ldexp_amd64.s
│ │ ├── ldexp_arm.s
│ │ ├── ldexp.go
│ │ ├── lgamma.go
│ │ ├── log10_386.s
│ │ ├── log10_amd64p32.s
│ │ ├── log10_amd64.s
│ │ ├── log10_arm.s
│ │ ├── log10.go
│ │ ├── log1p_386.s
│ │ ├── log1p_amd64p32.s
│ │ ├── log1p_amd64.s
│ │ ├── log1p_arm.s
│ │ ├── log1p.go
│ │ ├── log_386.s
│ │ ├── log_amd64p32.s
│ │ ├── log_amd64.s
│ │ ├── log_arm.s
│ │ ├── logb.go
│ │ ├── log.go
│ │ ├── mod_386.s
│ │ ├── mod_amd64p32.s
│ │ ├── mod_amd64.s
│ │ ├── mod_arm.s
│ │ ├── modf_386.s
│ │ ├── modf_amd64p32.s
│ │ ├── modf_amd64.s
│ │ ├── modf_arm.s
│ │ ├── modf.go
│ │ ├── mod.go
│ │ ├── nextafter.go
│ │ ├── pow10.go
│ │ ├── pow.go
│ │ ├── rand
│ │ │ ├── example_test.go
│ │ │ ├── exp.go
│ │ │ ├── normal.go
│ │ │ ├── rand.go
│ │ │ ├── rand_test.go
│ │ │ ├── regress_test.go
│ │ │ ├── rng.go
│ │ │ └── zipf.go
│ │ ├── remainder_386.s
│ │ ├── remainder_amd64p32.s
│ │ ├── remainder_amd64.s
│ │ ├── remainder_arm.s
│ │ ├── remainder.go
│ │ ├── signbit.go
│ │ ├── sin_386.s
│ │ ├── sin_amd64p32.s
│ │ ├── sin_amd64.s
│ │ ├── sin_arm.s
│ │ ├── sincos_386.s
│ │ ├── sincos_amd64p32.s
│ │ ├── sincos_amd64.s
│ │ ├── sincos_arm.s
│ │ ├── sincos.go
│ │ ├── sin.go
│ │ ├── sinh.go
│ │ ├── sqrt_386.s
│ │ ├── sqrt_amd64p32.s
│ │ ├── sqrt_amd64.s
│ │ ├── sqrt_arm64.s
│ │ ├── sqrt_arm.s
│ │ ├── sqrt.go
│ │ ├── stubs_arm64.s
│ │ ├── stubs_ppc64x.s
│ │ ├── tan_386.s
│ │ ├── tan_amd64p32.s
│ │ ├── tan_amd64.s
│ │ ├── tan_arm.s
│ │ ├── tan.go
│ │ ├── tanh.go
│ │ └── unsafe.go
│ ├── mime
│ │ ├── encodedword.go
│ │ ├── encodedword_test.go
│ │ ├── grammar.go
│ │ ├── mediatype.go
│ │ ├── mediatype_test.go
│ │ ├── multipart
│ │ │ ├── example_test.go
│ │ │ ├── formdata.go
│ │ │ ├── formdata_test.go
│ │ │ ├── multipart.go
│ │ │ ├── multipart_test.go
│ │ │ ├── testdata
│ │ │ │ └── nested-mime
│ │ │ ├── writer.go
│ │ │ └── writer_test.go
│ │ ├── quotedprintable
│ │ │ ├── reader.go
│ │ │ ├── reader_test.go
│ │ │ ├── writer.go
│ │ │ └── writer_test.go
│ │ ├── testdata
│ │ │ ├── test.types
│ │ │ └── test.types.plan9
│ │ ├── type_dragonfly.go
│ │ ├── type_freebsd.go
│ │ ├── type.go
│ │ ├── type_openbsd.go
│ │ ├── type_plan9.go
│ │ ├── type_test.go
│ │ ├── type_unix.go
│ │ └── type_windows.go
│ ├── nacltest.bash
│ ├── net
│ │ ├── addrselect.go
│ │ ├── addrselect_test.go
│ │ ├── cgo_android.go
│ │ ├── cgo_bsd.go
│ │ ├── cgo_linux.go
│ │ ├── cgo_netbsd.go
│ │ ├── cgo_openbsd.go
│ │ ├── cgo_resnew.go
│ │ ├── cgo_resold.go
│ │ ├── cgo_socknew.go
│ │ ├── cgo_sockold.go
│ │ ├── cgo_solaris.go
│ │ ├── cgo_stub.go
│ │ ├── cgo_unix.go
│ │ ├── cgo_unix_test.go
│ │ ├── cgo_windows.go
│ │ ├── conf.go
│ │ ├── conf_netcgo.go
│ │ ├── conf_test.go
│ │ ├── conn_test.go
│ │ ├── dial_gen.go
│ │ ├── dial.go
│ │ ├── dial_test.go
│ │ ├── dnsclient.go
│ │ ├── dnsclient_test.go
│ │ ├── dnsclient_unix.go
│ │ ├── dnsclient_unix_test.go
│ │ ├── dnsconfig_unix.go
│ │ ├── dnsconfig_unix_test.go
│ │ ├── dnsmsg.go
│ │ ├── dnsmsg_test.go
│ │ ├── dnsname_test.go
│ │ ├── error_plan9_test.go
│ │ ├── error_posix_test.go
│ │ ├── error_test.go
│ │ ├── example_test.go
│ │ ├── external_test.go
│ │ ├── fd_mutex.go
│ │ ├── fd_mutex_test.go
│ │ ├── fd_plan9.go
│ │ ├── fd_poll_nacl.go
│ │ ├── fd_poll_runtime.go
│ │ ├── fd_posix.go
│ │ ├── fd_posix_test.go
│ │ ├── fd_unix.go
│ │ ├── fd_windows.go
│ │ ├── file.go
│ │ ├── file_plan9.go
│ │ ├── file_stub.go
│ │ ├── file_test.go
│ │ ├── file_unix.go
│ │ ├── file_windows.go
│ │ ├── hook_cloexec.go
│ │ ├── hook.go
│ │ ├── hook_plan9.go
│ │ ├── hook_unix.go
│ │ ├── hook_windows.go
│ │ ├── hosts.go
│ │ ├── hosts_test.go
│ │ ├── http
│ │ │ ├── cgi
│ │ │ │ ├── child.go
│ │ │ │ ├── child_test.go
│ │ │ │ ├── host.go
│ │ │ │ ├── host_test.go
│ │ │ │ ├── matryoshka_test.go
│ │ │ │ ├── plan9_test.go
│ │ │ │ ├── posix_test.go
│ │ │ │ └── testdata
│ │ │ │ └── test.cgi
│ │ │ ├── client.go
│ │ │ ├── client_test.go
│ │ │ ├── cookie.go
│ │ │ ├── cookiejar
│ │ │ │ ├── jar.go
│ │ │ │ ├── jar_test.go
│ │ │ │ ├── punycode.go
│ │ │ │ └── punycode_test.go
│ │ │ ├── cookie_test.go
│ │ │ ├── doc.go
│ │ │ ├── example_test.go
│ │ │ ├── export_test.go
│ │ │ ├── fcgi
│ │ │ │ ├── child.go
│ │ │ │ ├── fcgi.go
│ │ │ │ └── fcgi_test.go
│ │ │ ├── filetransport.go
│ │ │ ├── filetransport_test.go
│ │ │ ├── fs.go
│ │ │ ├── fs_test.go
│ │ │ ├── header.go
│ │ │ ├── header_test.go
│ │ │ ├── httptest
│ │ │ │ ├── example_test.go
│ │ │ │ ├── recorder.go
│ │ │ │ ├── recorder_test.go
│ │ │ │ ├── server.go
│ │ │ │ └── server_test.go
│ │ │ ├── http_test.go
│ │ │ ├── httputil
│ │ │ │ ├── dump.go
│ │ │ │ ├── dump_test.go
│ │ │ │ ├── httputil.go
│ │ │ │ ├── persist.go
│ │ │ │ ├── reverseproxy.go
│ │ │ │ └── reverseproxy_test.go
│ │ │ ├── internal
│ │ │ │ ├── chunked.go
│ │ │ │ └── chunked_test.go
│ │ │ ├── jar.go
│ │ │ ├── lex.go
│ │ │ ├── lex_test.go
│ │ │ ├── main_test.go
│ │ │ ├── npn_test.go
│ │ │ ├── pprof
│ │ │ │ └── pprof.go
│ │ │ ├── proxy_test.go
│ │ │ ├── race.go
│ │ │ ├── range_test.go
│ │ │ ├── readrequest_test.go
│ │ │ ├── request.go
│ │ │ ├── request_test.go
│ │ │ ├── requestwrite_test.go
│ │ │ ├── response.go
│ │ │ ├── response_test.go
│ │ │ ├── responsewrite_test.go
│ │ │ ├── server.go
│ │ │ ├── serve_test.go
│ │ │ ├── sniff.go
│ │ │ ├── sniff_test.go
│ │ │ ├── status.go
│ │ │ ├── testdata
│ │ │ │ ├── file
│ │ │ │ ├── index.html
│ │ │ │ └── style.css
│ │ │ ├── transfer.go
│ │ │ ├── transfer_test.go
│ │ │ ├── transport.go
│ │ │ ├── transport_test.go
│ │ │ └── triv.go
│ │ ├── interface_bsd.go
│ │ ├── interface_bsd_test.go
│ │ ├── interface_darwin.go
│ │ ├── interface_dragonfly.go
│ │ ├── interface_freebsd.go
│ │ ├── interface.go
│ │ ├── interface_linux.go
│ │ ├── interface_linux_test.go
│ │ ├── interface_netbsd.go
│ │ ├── interface_openbsd.go
│ │ ├── interface_stub.go
│ │ ├── interface_test.go
│ │ ├── interface_unix_test.go
│ │ ├── interface_windows.go
│ │ ├── internal
│ │ │ └── socktest
│ │ │ ├── main_test.go
│ │ │ ├── main_unix_test.go
│ │ │ ├── main_windows_test.go
│ │ │ ├── switch.go
│ │ │ ├── switch_posix.go
│ │ │ ├── switch_stub.go
│ │ │ ├── switch_unix.go
│ │ │ ├── switch_windows.go
│ │ │ ├── sys_cloexec.go
│ │ │ ├── sys_unix.go
│ │ │ └── sys_windows.go
│ │ ├── ip.go
│ │ ├── iprawsock.go
│ │ ├── iprawsock_plan9.go
│ │ ├── iprawsock_posix.go
│ │ ├── ipraw_test.go
│ │ ├── ipsock.go
│ │ ├── ipsock_plan9.go
│ │ ├── ipsock_posix.go
│ │ ├── ipsock_test.go
│ │ ├── ip_test.go
│ │ ├── listen_test.go
│ │ ├── lookup.go
│ │ ├── lookup_plan9.go
│ │ ├── lookup_stub.go
│ │ ├── lookup_test.go
│ │ ├── lookup_unix.go
│ │ ├── lookup_windows.go
│ │ ├── lookup_windows_test.go
│ │ ├── mac.go
│ │ ├── mac_test.go
│ │ │ ├── example_test.go
│ │ │ ├── message.go
│ │ │ └── message_test.go
│ │ ├── main_cloexec_test.go
│ │ ├── main_plan9_test.go
│ │ ├── main_posix_test.go
│ │ ├── main_test.go
│ │ ├── main_unix_test.go
│ │ ├── main_windows_test.go
│ │ ├── mockserver_test.go
│ │ ├── net.go
│ │ ├── netgo_unix_test.go
│ │ ├── net_test.go
│ │ ├── net_windows_test.go
│ │ ├── non_unix_test.go
│ │ ├── nss.go
│ │ ├── nss_test.go
│ │ ├── packetconn_test.go
│ │ ├── parse.go
│ │ ├── parse_test.go
│ │ ├── pipe.go
│ │ ├── pipe_test.go
│ │ ├── platform_test.go
│ │ ├── port.go
│ │ ├── port_test.go
│ │ ├── port_unix.go
│ │ ├── protoconn_test.go
│ │ ├── race0.go
│ │ ├── race.go
│ │ ├── rpc
│ │ │ ├── client.go
│ │ │ ├── client_test.go
│ │ │ ├── debug.go
│ │ │ ├── jsonrpc
│ │ │ │ ├── all_test.go
│ │ │ │ ├── client.go
│ │ │ │ └── server.go
│ │ │ ├── server.go
│ │ │ └── server_test.go
│ │ ├── sendfile_dragonfly.go
│ │ ├── sendfile_freebsd.go
│ │ ├── sendfile_linux.go
│ │ ├── sendfile_solaris.go
│ │ ├── sendfile_stub.go
│ │ ├── sendfile_windows.go
│ │ ├── server_test.go
│ │ ├── smtp
│ │ │ ├── auth.go
│ │ │ ├── example_test.go
│ │ │ ├── smtp.go
│ │ │ └── smtp_test.go
│ │ ├── sock_bsd.go
│ │ ├── sock_cloexec.go
│ │ ├── sock_linux.go
│ │ ├── sockopt_bsd.go
│ │ ├── sockoptip_bsd.go
│ │ ├── sockoptip_linux.go
│ │ ├── sockoptip_posix.go
│ │ ├── sockoptip_stub.go
│ │ ├── sockoptip_windows.go
│ │ ├── sockopt_linux.go
│ │ ├── sockopt_plan9.go
│ │ ├── sockopt_posix.go
│ │ ├── sockopt_solaris.go
│ │ ├── sockopt_stub.go
│ │ ├── sockopt_windows.go
│ │ ├── sock_plan9.go
│ │ ├── sock_posix.go
│ │ ├── sock_stub.go
│ │ ├── sock_windows.go
│ │ ├── sys_cloexec.go
│ │ ├── tcpsock.go
│ │ ├── tcpsockopt_darwin.go
│ │ ├── tcpsockopt_dragonfly.go
│ │ ├── tcpsockopt_openbsd.go
│ │ ├── tcpsockopt_plan9.go
│ │ ├── tcpsockopt_posix.go
│ │ ├── tcpsockopt_solaris.go
│ │ ├── tcpsockopt_stub.go
│ │ ├── tcpsockopt_unix.go
│ │ ├── tcpsockopt_windows.go
│ │ ├── tcpsock_plan9.go
│ │ ├── tcpsock_posix.go
│ │ ├── tcp_test.go
│ │ ├── testdata
│ │ │ ├── domain-resolv.conf
│ │ │ ├── empty-resolv.conf
│ │ │ ├── hosts
│ │ │ ├── igmp
│ │ │ ├── igmp6
│ │ │ ├── ipv4-hosts
│ │ │ ├── ipv6-hosts
│ │ │ ├── openbsd-resolv.conf
│ │ │ ├── resolv.conf
│ │ │ ├── search-resolv.conf
│ │ │ └── singleline-hosts
│ │ ├── textproto
│ │ │ ├── header.go
│ │ │ ├── pipeline.go
│ │ │ ├── reader.go
│ │ │ ├── reader_test.go
│ │ │ ├── textproto.go
│ │ │ ├── writer.go
│ │ │ └── writer_test.go
│ │ ├── timeout_test.go
│ │ ├── udpsock.go
│ │ ├── udpsock_plan9.go
│ │ ├── udpsock_posix.go
│ │ ├── udp_test.go
│ │ ├── unixsock.go
│ │ ├── unixsock_plan9.go
│ │ ├── unixsock_posix.go
│ │ ├── unix_test.go
│ │ └── url
│ │ ├── example_test.go
│ │ ├── url.go
│ │ └── url_test.go
│ ├── os
│ │ ├── dir_plan9.go
│ │ ├── dir_unix.go
│ │ ├── dir_windows.go
│ │ ├── doc.go
│ │ ├── env.go
│ │ ├── env_test.go
│ │ ├── env_unix_test.go
│ │ ├── error.go
│ │ ├── error_plan9.go
│ │ ├── error_test.go
│ │ ├── error_unix.go
│ │ ├── error_windows.go
│ │ ├── exec
│ │ │ ├── example_test.go
│ │ │ ├── exec.go
│ │ │ ├── exec_posix.go
│ │ │ ├── exec_test.go
│ │ │ ├── lp_plan9.go
│ │ │ ├── lp_test.go
│ │ │ ├── lp_unix.go
│ │ │ ├── lp_unix_test.go
│ │ │ ├── lp_windows.go
│ │ │ └── lp_windows_test.go
│ │ ├── exec.go
│ │ ├── exec_plan9.go
│ │ ├── exec_posix.go
│ │ ├── exec_unix.go
│ │ ├── exec_windows.go
│ │ ├── export_test.go
│ │ ├── file.go
│ │ ├── file_plan9.go
│ │ ├── file_posix.go
│ │ ├── file_unix.go
│ │ ├── file_windows.go
│ │ ├── getwd_darwin.go
│ │ ├── getwd.go
│ │ ├── os_test.go
│ │ ├── os_unix_test.go
│ │ ├── os_windows_test.go
│ │ ├── path.go
│ │ ├── path_plan9.go
│ │ ├── path_test.go
│ │ ├── path_unix.go
│ │ ├── path_windows.go
│ │ ├── pipe_bsd.go
│ │ ├── pipe_linux.go
│ │ ├── proc.go
│ │ ├── signal
│ │ │ ├── example_test.go
│ │ │ ├── signal.go
│ │ │ ├── signal_plan9.go
│ │ │ ├── signal_plan9_test.go
│ │ │ ├── signal_test.go
│ │ │ ├── signal_unix.go
│ │ │ ├── signal_windows_test.go
│ │ │ └── sig.s
│ │ ├── stat_darwin.go
│ │ ├── stat_dragonfly.go
│ │ ├── stat_freebsd.go
│ │ ├── stat_linux.go
│ │ ├── stat_nacl.go
│ │ ├── stat_netbsd.go
│ │ ├── stat_openbsd.go
│ │ ├── stat_plan9.go
│ │ ├── stat_solaris.go
│ │ ├── stat_windows.go
│ │ ├── sticky_bsd.go
│ │ ├── sticky_notbsd.go
│ │ ├── str.go
│ │ ├── sys_bsd.go
│ │ ├── sys_darwin.go
│ │ ├── sys_freebsd.go
│ │ ├── sys_linux.go
│ │ ├── sys_nacl.go
│ │ ├── sys_plan9.go
│ │ ├── sys_solaris.go
│ │ ├── sys_unix.go
│ │ ├── sys_windows.go
│ │ ├── types.go
│ │ ├── types_notwin.go
│ │ ├── types_windows.go
│ │ └── user
│ │ ├── lookup.go
│ │ ├── lookup_plan9.go
│ │ ├── lookup_stubs.go
│ │ ├── lookup_unix.go
│ │ ├── lookup_windows.go
│ │ ├── user.go
│ │ └── user_test.go
│ ├── path
│ │ ├── example_test.go
│ │ ├── filepath
│ │ │ ├── example_unix_test.go
│ │ │ ├── export_test.go
│ │ │ ├── match.go
│ │ │ ├── match_test.go
│ │ │ ├── path.go
│ │ │ ├── path_plan9.go
│ │ │ ├── path_test.go
│ │ │ ├── path_unix.go
│ │ │ ├── path_windows.go
│ │ │ ├── path_windows_test.go
│ │ │ ├── symlink.go
│ │ │ ├── symlink_unix.go
│ │ │ └── symlink_windows.go
│ │ ├── match.go
│ │ ├── match_test.go
│ │ ├── path.go
│ │ └── path_test.go
│ ├── race.bash
│ ├── race.bat
│ ├── reflect
│ │ ├── all_test.go
│ │ ├── asm_386.s
│ │ ├── asm_amd64p32.s
│ │ ├── asm_amd64.s
│ │ ├── asm_arm64.s
│ │ ├── asm_arm.s
│ │ ├── asm_ppc64x.s
│ │ ├── deepequal.go
│ │ ├── example_test.go
│ │ ├── export_test.go
│ │ ├── makefunc.go
│ │ ├── set_test.go
│ │ ├── tostring_test.go
│ │ ├── type.go
│ │ └── value.go
│ ├── regexp
│ │ ├── all_test.go
│ │ ├── backtrack.go
│ │ ├── example_test.go
│ │ ├── exec2_test.go
│ │ ├── exec.go
│ │ ├── exec_test.go
│ │ ├── find_test.go
│ │ ├── onepass.go
│ │ ├── onepass_test.go
│ │ ├── regexp.go
│ │ ├── syntax
│ │ │ ├── compile.go
│ │ │ ├── doc.go
│ │ │ ├── make_perl_groups.pl
│ │ │ ├── parse.go
│ │ │ ├── parse_test.go
│ │ │ ├── perl_groups.go
│ │ │ ├── prog.go
│ │ │ ├── prog_test.go
│ │ │ ├── regexp.go
│ │ │ ├── simplify.go
│ │ │ └── simplify_test.go
│ │ └── testdata
│ │ ├── basic.dat
│ │ ├── nullsubexpr.dat
│ │ ├── re2-exhaustive.txt.bz2
│ │ ├── re2-search.txt
│ │ ├── README
│ │ ├── repetition.dat
│ │ └── testregex.c
│ ├── run.bash
│ ├── run.bat
│ ├── run.rc
│ ├── runtime
│ │ ├── alg.go
│ │ ├── append_test.go
│ │ ├── arch1_386.go
│ │ ├── arch1_amd64.go
│ │ ├── arch1_amd64p32.go
│ │ ├── arch1_arm64.go
│ │ ├── arch1_arm.go
│ │ ├── arch1_ppc64.go
│ │ ├── arch1_ppc64le.go
│ │ ├── arch_386.go
│ │ ├── arch_amd64.go
│ │ ├── arch_amd64p32.go
│ │ ├── arch_arm64.go
│ │ ├── arch_arm.go
│ │ ├── arch_ppc64.go
│ │ ├── arch_ppc64le.go
│ │ ├── asm_386.s
│ │ ├── asm_amd64p32.s
│ │ ├── asm_amd64.s
│ │ ├── asm_arm64.s
│ │ ├── asm_arm.s
│ │ ├── asm_ppc64x.s
│ │ ├── asm.s
│ │ ├── atomic_386.go
│ │ ├── atomic_amd64x.go
│ │ ├── atomic_arm64.go
│ │ ├── atomic_arm64.s
│ │ ├── atomic_arm.go
│ │ ├── atomic_pointer.go
│ │ ├── atomic_ppc64x.go
│ │ ├── atomic_ppc64x.s
│ │ ├── atomic_test.go
│ │ ├── cgo
│ │ │ ├── asm_386.s
│ │ │ ├── asm_amd64.s
│ │ │ ├── asm_arm64.s
│ │ │ ├── asm_arm.s
│ │ │ ├── asm_nacl_amd64p32.s
│ │ │ ├── asm_ppc64x.s
│ │ │ ├── callbacks.go
│ │ │ ├── cgo.go
│ │ │ ├── dragonfly.go
│ │ │ ├── freebsd.go
│ │ │ ├── gcc_386.S
│ │ │ ├── gcc_amd64.S
│ │ │ ├── gcc_android_arm.c
│ │ │ ├── gcc_android.c
│ │ │ ├── gcc_arm64.S
│ │ │ ├── gcc_arm.S
│ │ │ ├── gcc_darwin_386.c
│ │ │ ├── gcc_darwin_amd64.c
│ │ │ ├── gcc_darwin_arm64.c
│ │ │ ├── gcc_darwin_arm.c
│ │ │ ├── gcc_dragonfly_amd64.c
│ │ │ ├── gcc_fatalf.c
│ │ │ ├── gcc_freebsd_386.c
│ │ │ ├── gcc_freebsd_amd64.c
│ │ │ ├── gcc_freebsd_arm.c
│ │ │ ├── gcc_libinit.c
│ │ │ ├── gcc_libinit_linux_ppc64x.c
│ │ │ ├── gcc_libinit_openbsd.c
│ │ │ ├── gcc_libinit_windows.c
│ │ │ ├── gcc_linux_386.c
│ │ │ ├── gcc_linux_amd64.c
│ │ │ ├── gcc_linux_arm64.c
│ │ │ ├── gcc_linux_arm.c
│ │ │ ├── gcc_linux_ppc64x.c
│ │ │ ├── gcc_netbsd_386.c
│ │ │ ├── gcc_netbsd_amd64.c
│ │ │ ├── gcc_netbsd_arm.c
│ │ │ ├── gcc_openbsd_386.c
│ │ │ ├── gcc_openbsd_amd64.c
│ │ │ ├── gcc_ppc64x.S
│ │ │ ├── gcc_setenv.c
│ │ │ ├── gcc_signal_darwin_armx.c
│ │ │ ├── gcc_signal_darwin_lldb.c
│ │ │ ├── gcc_solaris_amd64.c
│ │ │ ├── gcc_util.c
│ │ │ ├── gcc_windows_386.c
│ │ │ ├── gcc_windows_amd64.c
│ │ │ ├── iscgo.go
│ │ │ ├── libcgo.h
│ │ │ ├── netbsd.go
│ │ │ ├── openbsd.go
│ │ │ ├── setenv.go
│ │ │ ├── signal_darwin_arm64.s
│ │ │ ├── signal_darwin_arm.s
│ │ │ └── signal_darwin_armx.go
│ │ ├── cgocallback.go
│ │ ├── cgocall.go
│ │ ├── cgo.go
│ │ ├── chanbarrier_test.go
│ │ ├── chan.go
│ │ ├── chan_test.go
│ │ ├── closure_test.go
│ │ ├── compiler.go
│ │ ├── complex.go
│ │ ├── complex_test.go
│ │ ├── cpuprof.go
│ │ ├── cputicks.go
│ │ ├── crash_cgo_test.go
│ │ ├── crash_test.go
│ │ ├── crash_unix_test.go
│ │ ├── debug
│ │ │ ├── debug.s
│ │ │ ├── garbage.go
│ │ │ ├── garbage_test.go
│ │ │ ├── heapdump_test.go
│ │ │ ├── stack.go
│ │ │ ├── stack_test.go
│ │ │ ├── stubs.go
│ │ │ └── stubs.s
│ │ ├── debug.go
│ │ ├── defs1_linux.go
│ │ ├── defs1_netbsd_386.go
│ │ ├── defs1_netbsd_amd64.go
│ │ ├── defs1_netbsd_arm.go
│ │ ├── defs1_solaris_amd64.go
│ │ ├── defs2_linux.go
│ │ ├── defs3_linux.go
│ │ ├── defs_arm_linux.go
│ │ ├── defs_darwin_386.go
│ │ ├── defs_darwin_amd64.go
│ │ ├── defs_darwin_arm64.go
│ │ ├── defs_darwin_arm.go
│ │ ├── defs_darwin.go
│ │ ├── defs_dragonfly_amd64.go
│ │ ├── defs_dragonfly.go
│ │ ├── defs_freebsd_386.go
│ │ ├── defs_freebsd_amd64.go
│ │ ├── defs_freebsd_arm.go
│ │ ├── defs_freebsd.go
│ │ ├── defs_linux_386.go
│ │ ├── defs_linux_amd64.go
│ │ ├── defs_linux_arm64.go
│ │ ├── defs_linux_arm.go
│ │ ├── defs_linux.go
│ │ ├── defs_linux_ppc64.go
│ │ ├── defs_linux_ppc64le.go
│ │ ├── defs_nacl_386.go
│ │ ├── defs_nacl_amd64p32.go
│ │ ├── defs_nacl_arm.go
│ │ ├── defs_netbsd_386.go
│ │ ├── defs_netbsd_amd64.go
│ │ ├── defs_netbsd_arm.go
│ │ ├── defs_netbsd.go
│ │ ├── defs_openbsd_386.go
│ │ ├── defs_openbsd_amd64.go
│ │ ├── defs_openbsd_arm.go
│ │ ├── defs_openbsd.go
│ │ ├── defs_plan9_386.go
│ │ ├── defs_plan9_amd64.go
│ │ ├── defs_solaris_amd64.go
│ │ ├── defs_solaris.go
│ │ ├── defs_windows_386.go
│ │ ├── defs_windows_amd64.go
│ │ ├── defs_windows.go
│ │ ├── duff_386.s
│ │ ├── duff_amd64.s
│ │ ├── duff_arm64.s
│ │ ├── duff_arm.s
│ │ ├── duff_ppc64x.s
│ │ ├── env_plan9.go
│ │ ├── env_posix.go
│ │ ├── env_test.go
│ │ ├── error.go
│ │ ├── export_arm_test.go
│ │ ├── export_futex_test.go
│ │ ├── export_linux_test.go
│ │ ├── export_test.go
│ │ ├── export_windows_test.go
│ │ ├── extern.go
│ │ ├── funcdata.h
│ │ ├── futex_test.go
│ │ ├── gcinfo_test.go
│ │ ├── gc_test.go
│ │ ├── gengoos.go
│ │ ├── go_tls.h
│ │ ├── hash32.go
│ │ ├── hash64.go
│ │ ├── hashmap_fast.go
│ │ ├── hashmap.go
│ │ ├── hash_test.go
│ │ ├── heapdump.go
│ │ ├── iface.go
│ │ ├── iface_test.go
│ │ ├── lfstack_32bit.go
│ │ ├── lfstack_amd64.go
│ │ ├── lfstack_darwin_arm64.go
│ │ ├── lfstack.go
│ │ ├── lfstack_linux_arm64.go
│ │ ├── lfstack_linux_ppc64x.go
│ │ ├── lfstack_test.go
│ │ ├── lock_futex.go
│ │ ├── lock_sema.go
│ │ ├── Makefile
│ │ ├── malloc.go
│ │ ├── malloc_test.go
│ │ ├── mapspeed_test.go
│ │ ├── map_test.go
│ │ ├── mbarrier.go
│ │ ├── mbitmap.go
│ │ ├── mcache.go
│ │ ├── mcentral.go
│ │ ├── mem_bsd.go
│ │ ├── memclr_386.s
│ │ ├── memclr_amd64.s
│ │ ├── memclr_arm64.s
│ │ ├── memclr_arm.s
│ │ ├── memclr_plan9_386.s
│ │ ├── memclr_plan9_amd64.s
│ │ ├── memclr_ppc64x.s
│ │ ├── mem_darwin.go
│ │ ├── mem_linux.go
│ │ ├── memmove_386.s
│ │ ├── memmove_amd64.s
│ │ ├── memmove_arm64.s
│ │ ├── memmove_arm.s
│ │ ├── memmove_linux_amd64_test.go
│ │ ├── memmove_nacl_amd64p32.s
│ │ ├── memmove_plan9_386.s
│ │ ├── memmove_plan9_amd64.s
│ │ ├── memmove_ppc64x.s
│ │ ├── memmove_test.go
│ │ ├── mem_plan9.go
│ │ ├── mem_windows.go
│ │ ├── mfinal.go
│ │ ├── mfinal_test.go
│ │ ├── mfixalloc.go
│ │ ├── mgc.go
│ │ ├── mgcmark.go
│ │ ├── mgcsweep.go
│ │ ├── mgcwork.go
│ │ ├── mheap.go
│ │ ├── mkduff.go
│ │ ├── mknacl.sh
│ │ ├── mprof.go
│ │ ├── msize.go
│ │ ├── mstats.go
│ │ ├── netpoll_epoll.go
│ │ ├── netpoll.go
│ │ ├── netpoll_kqueue.go
│ │ ├── netpoll_nacl.go
│ │ ├── netpoll_solaris.go
│ │ ├── netpoll_stub.go
│ │ ├── netpoll_windows.go
│ │ ├── noasm.go
│ │ ├── norace_linux_test.go
│ │ ├── norace_test.go
│ │ ├── os1_darwin.go
│ │ ├── os1_dragonfly.go
│ │ ├── os1_freebsd.go
│ │ ├── os1_linux.go
│ │ ├── os1_nacl.go
│ │ ├── os1_netbsd_386.go
│ │ ├── os1_netbsd_amd64.go
│ │ ├── os1_netbsd.go
│ │ ├── os1_openbsd.go
│ │ ├── os1_plan9.go
│ │ ├── os1_windows.go
│ │ ├── os2_darwin.go
│ │ ├── os2_dragonfly.go
│ │ ├── os2_freebsd.go
│ │ ├── os2_linux.go
│ │ ├── os2_nacl.go
│ │ ├── os2_netbsd.go
│ │ ├── os2_openbsd.go
│ │ ├── os2_plan9.go
│ │ ├── os2_solaris.go
│ │ ├── os2_windows.go
│ │ ├── os3_plan9.go
│ │ ├── os3_solaris.go
│ │ ├── os_android_arm.go
│ │ ├── os_darwin_arm64.go
│ │ ├── os_darwin_arm.go
│ │ ├── os_darwin.go
│ │ ├── os_dragonfly.go
│ │ ├── os_freebsd_arm.go
│ │ ├── os_freebsd.go
│ │ ├── os_linux_386.go
│ │ ├── os_linux_arm64.go
│ │ ├── os_linux_arm.go
│ │ ├── os_linux.go
│ │ ├── os_nacl_arm.go
│ │ ├── os_nacl.go
│ │ ├── os_netbsd_arm.go
│ │ ├── os_netbsd.go
│ │ ├── os_openbsd_arm.go
│ │ ├── os_openbsd.go
│ │ ├── os_plan9.go
│ │ ├── os_solaris.go
│ │ ├── os_windows.go
│ │ ├── panic1.go
│ │ ├── panic.go
│ │ ├── parfor.go
│ │ ├── parfor_test.go
│ │ ├── pprof
│ │ │ ├── mprof_test.go
│ │ │ ├── pprof.go
│ │ │ └── pprof_test.go
│ │ ├── print1.go
│ │ ├── print1_write_android.go
│ │ ├── print1_write.go
│ │ ├── proc1.go
│ │ ├── proc.go
│ │ ├── proc_test.go
│ │ ├── race
│ │ │ ├── doc.go
│ │ │ ├── output_test.go
│ │ │ ├── race_darwin_amd64.syso
│ │ │ ├── race_freebsd_amd64.syso
│ │ │ ├── race.go
│ │ │ ├── race_linux_amd64.syso
│ │ │ ├── race_test.go
│ │ │ ├── race_unix_test.go
│ │ │ ├── race_windows_amd64.syso
│ │ │ ├── README
│ │ │ ├── sched_test.go
│ │ │ └── testdata
│ │ │ ├── atomic_test.go
│ │ │ ├── cgo_test.go
│ │ │ ├── cgo_test_main.go
│ │ │ ├── chan_test.go
│ │ │ ├── comp_test.go
│ │ │ ├── finalizer_test.go
│ │ │ ├── io_test.go
│ │ │ ├── map_test.go
│ │ │ ├── mop_test.go
│ │ │ ├── mutex_test.go
│ │ │ ├── regression_test.go
│ │ │ ├── rwmutex_test.go
│ │ │ ├── select_test.go
│ │ │ ├── slice_test.go
│ │ │ ├── sync_test.go
│ │ │ └── waitgroup_test.go
│ │ ├── race0.go
│ │ ├── race1.go
│ │ ├── race_amd64.s
│ │ ├── race.go
│ │ ├── rdebug.go
│ │ ├── rt0_android_arm.s
│ │ ├── rt0_darwin_386.s
│ │ ├── rt0_darwin_amd64.s
│ │ ├── rt0_darwin_arm64.s
│ │ ├── rt0_darwin_arm.s
│ │ ├── rt0_dragonfly_amd64.s
│ │ ├── rt0_freebsd_386.s
│ │ ├── rt0_freebsd_amd64.s
│ │ ├── rt0_freebsd_arm.s
│ │ ├── rt0_linux_386.s
│ │ ├── rt0_linux_amd64.s
│ │ ├── rt0_linux_arm64.s
│ │ ├── rt0_linux_arm.s
│ │ ├── rt0_linux_ppc64le.s
│ │ ├── rt0_linux_ppc64.s
│ │ ├── rt0_nacl_386.s
│ │ ├── rt0_nacl_amd64p32.s
│ │ ├── rt0_nacl_arm.s
│ │ ├── rt0_netbsd_386.s
│ │ ├── rt0_netbsd_amd64.s
│ │ ├── rt0_netbsd_arm.s
│ │ ├── rt0_openbsd_386.s
│ │ ├── rt0_openbsd_amd64.s
│ │ ├── rt0_openbsd_arm.s
│ │ ├── rt0_plan9_386.s
│ │ ├── rt0_plan9_amd64.s
│ │ ├── rt0_solaris_amd64.s
│ │ ├── rt0_windows_386.s
│ │ ├── rt0_windows_amd64.s
│ │ ├── rune.go
│ │ ├── runtime1.go
│ │ ├── runtime2.go
│ │ ├── runtime-gdb.py
│ │ ├── runtime-gdb_test.go
│ │ ├── runtime.go
│ │ ├── runtime_linux_test.go
│ │ ├── runtime_test.go
│ │ ├── runtime_unix_test.go
│ │ ├── select.go
│ │ ├── sema.go
│ │ ├── signal1_unix.go
│ │ ├── signal_386.go
│ │ ├── signal_amd64x.go
│ │ ├── signal_arm64.go
│ │ ├── signal_arm.go
│ │ ├── signal_darwin_386.go
│ │ ├── signal_darwin_amd64.go
│ │ ├── signal_darwin_arm64.go
│ │ ├── signal_darwin_arm.go
│ │ ├── signal_darwin.go
│ │ ├── signal_dragonfly_amd64.go
│ │ ├── signal_dragonfly.go
│ │ ├── signal_freebsd_386.go
│ │ ├── signal_freebsd_amd64.go
│ │ ├── signal_freebsd_arm.go
│ │ ├── signal_freebsd.go
│ │ ├── signal_linux_386.go
│ │ ├── signal_linux_amd64.go
│ │ ├── signal_linux_arm64.go
│ │ ├── signal_linux_arm.go
│ │ ├── signal_linux.go
│ │ ├── signal_linux_ppc64x.go
│ │ ├── signal_nacl_386.go
│ │ ├── signal_nacl_amd64p32.go
│ │ ├── signal_nacl_arm.go
│ │ ├── signal_nacl.go
│ │ ├── signal_netbsd_386.go
│ │ ├── signal_netbsd_amd64.go
│ │ ├── signal_netbsd_arm.go
│ │ ├── signal_netbsd.go
│ │ ├── signal_openbsd_386.go
│ │ ├── signal_openbsd_amd64.go
│ │ ├── signal_openbsd_arm.go
│ │ ├── signal_openbsd.go
│ │ ├── signal_plan9.go
│ │ ├── signal_ppc64x.go
│ │ ├── signal_solaris_amd64.go
│ │ ├── signal_solaris.go
│ │ ├── signal_unix.go
│ │ ├── signal_windows.go
│ │ ├── sigpanic_unix.go
│ │ ├── sigqueue.go
│ │ ├── sigqueue_plan9.go
│ │ ├── slice.go
│ │ ├── softfloat64.go
│ │ ├── softfloat64_test.go
│ │ ├── softfloat_arm.go
│ │ ├── sqrt.go
│ │ ├── sqrt_test.go
│ │ ├── stack1.go
│ │ ├── stack2.go
│ │ ├── stack_test.go
│ │ ├── string1.go
│ │ ├── string.go
│ │ ├── string_test.go
│ │ ├── stubs2.go
│ │ ├── stubs32.go
│ │ ├── stubs_android.go
│ │ ├── stubs.go
│ │ ├── symtab.go
│ │ ├── symtab_test.go
│ │ ├── sys_arm64.go
│ │ ├── sys_arm.go
│ │ ├── syscall2_solaris.go
│ │ ├── syscall_nacl.h
│ │ ├── syscall_solaris.go
│ │ ├── syscall_windows.go
│ │ ├── syscall_windows_test.go
│ │ ├── sys_darwin_386.s
│ │ ├── sys_darwin_amd64.s
│ │ ├── sys_darwin_arm64.s
│ │ ├── sys_darwin_arm.s
│ │ ├── sys_dragonfly_amd64.s
│ │ ├── sys_freebsd_386.s
│ │ ├── sys_freebsd_amd64.s
│ │ ├── sys_freebsd_arm.s
│ │ ├── sys_linux_386.s
│ │ ├── sys_linux_amd64.s
│ │ ├── sys_linux_arm64.s
│ │ ├── sys_linux_arm.s
│ │ ├── sys_linux_ppc64x.s
│ │ ├── sys_nacl_386.s
│ │ ├── sys_nacl_amd64p32.s
│ │ ├── sys_nacl_arm.s
│ │ ├── sys_netbsd_386.s
│ │ ├── sys_netbsd_amd64.s
│ │ ├── sys_netbsd_arm.s
│ │ ├── sys_openbsd_386.s
│ │ ├── sys_openbsd_amd64.s
│ │ ├── sys_openbsd_arm.s
│ │ ├── sys_plan9_386.s
│ │ ├── sys_plan9_amd64.s
│ │ ├── sys_ppc64x.go
│ │ ├── sys_solaris_amd64.s
│ │ ├── sys_windows_386.s
│ │ ├── sys_windows_amd64.s
│ │ ├── sys_x86.go
│ │ ├── textflag.h
│ │ ├── time.go
│ │ ├── tls_arm64.h
│ │ ├── tls_arm64.s
│ │ ├── tls_arm.s
│ │ ├── tls_ppc64x.s
│ │ ├── trace
│ │ │ ├── trace.go
│ │ │ ├── trace_stack_test.go
│ │ │ └── trace_test.go
│ │ ├── traceback.go
│ │ ├── trace.go
│ │ ├── type.go
│ │ ├── typekind1.go
│ │ ├── typekind.go
│ │ ├── unaligned1.go
│ │ ├── unaligned2.go
│ │ ├── vdso_linux_amd64.go
│ │ ├── vdso_none.go
│ │ ├── vlop_386.s
│ │ ├── vlop_arm.s
│ │ ├── vlop_arm_test.go
│ │ ├── vlrt.go
│ │ ├── wbfat_gen.go
│ │ ├── wbfat.go
│ │ ├── wincallback.go
│ │ ├── zcallback_windows.go
│ │ ├── zcallback_windows.s
│ │ ├── zgoarch_386.go
│ │ ├── zgoarch_amd64.go
│ │ ├── zgoarch_amd64p32.go
│ │ ├── zgoarch_arm64.go
│ │ ├── zgoarch_arm.go
│ │ ├── zgoarch_ppc64.go
│ │ ├── zgoarch_ppc64le.go
│ │ ├── zgoos_android.go
│ │ ├── zgoos_darwin.go
│ │ ├── zgoos_dragonfly.go
│ │ ├── zgoos_freebsd.go
│ │ ├── zgoos_linux.go
│ │ ├── zgoos_nacl.go
│ │ ├── zgoos_netbsd.go
│ │ ├── zgoos_openbsd.go
│ │ ├── zgoos_plan9.go
│ │ ├── zgoos_solaris.go
│ │ ├── zgoos_windows.go
│ │ └── zversion.go
│ ├── sort
│ │ ├── example_interface_test.go
│ │ ├── example_keys_test.go
│ │ ├── example_multi_test.go
│ │ ├── example_test.go
│ │ ├── example_wrapper_test.go
│ │ ├── export_test.go
│ │ ├── search.go
│ │ ├── search_test.go
│ │ ├── sort.go
│ │ └── sort_test.go
│ ├── strconv
│ │ ├── atob.go
│ │ ├── atob_test.go
│ │ ├── atof.go
│ │ ├── atof_test.go
│ │ ├── atoi.go
│ │ ├── atoi_test.go
│ │ ├── decimal.go
│ │ ├── decimal_test.go
│ │ ├── doc.go
│ │ ├── example_test.go
│ │ ├── extfloat.go
│ │ ├── fp_test.go
│ │ ├── ftoa.go
│ │ ├── ftoa_test.go
│ │ ├── internal_test.go
│ │ ├── isprint.go
│ │ ├── itoa.go
│ │ ├── itoa_test.go
│ │ ├── makeisprint.go
│ │ ├── quote.go
│ │ ├── quote_test.go
│ │ ├── strconv_test.go
│ │ └── testdata
│ │ └── testfp.txt
│ ├── strings
│ │ ├── compare.go
│ │ ├── compare_test.go
│ │ ├── example_test.go
│ │ ├── export_test.go
│ │ ├── reader.go
│ │ ├── reader_test.go
│ │ ├── replace.go
│ │ ├── replace_test.go
│ │ ├── search.go
│ │ ├── search_test.go
│ │ ├── strings_decl.go
│ │ ├── strings.go
│ │ ├── strings.s
│ │ └── strings_test.go
│ ├── sync
│ │ ├── atomic
│ │ │ ├── 64bit_arm.go
│ │ │ ├── asm_386.s
│ │ │ ├── asm_amd64p32.s
│ │ │ ├── asm_amd64.s
│ │ │ ├── asm_arm64.s
│ │ │ ├── asm_arm.s
│ │ │ ├── asm_darwin_arm.s
│ │ │ ├── asm_freebsd_arm.s
│ │ │ ├── asm_linux_arm.s
│ │ │ ├── asm_nacl_arm.s
│ │ │ ├── asm_netbsd_arm.s
│ │ │ ├── asm_openbsd_arm.s
│ │ │ ├── asm_ppc64x.s
│ │ │ ├── atomic_linux_arm_test.go
│ │ │ ├── atomic_test.go
│ │ │ ├── doc.go
│ │ │ ├── export_linux_arm_test.go
│ │ │ ├── race.s
│ │ │ ├── value.go
│ │ │ └── value_test.go
│ │ ├── cond.go
│ │ ├── cond_test.go
│ │ ├── example_test.go
│ │ ├── export_test.go
│ │ ├── mutex.go
│ │ ├── mutex_test.go
│ │ ├── once.go
│ │ ├── once_test.go
│ │ ├── pool.go
│ │ ├── pool_test.go
│ │ ├── race0.go
│ │ ├── race.go
│ │ ├── runtime.go
│ │ ├── runtime_sema_test.go
│ │ ├── rwmutex.go
│ │ ├── rwmutex_test.go
│ │ ├── waitgroup.go
│ │ └── waitgroup_test.go
│ ├── syscall
│ │ ├── asm_darwin_386.s
│ │ ├── asm_darwin_amd64.s
│ │ ├── asm_darwin_arm64.s
│ │ ├── asm_darwin_arm.s
│ │ ├── asm_dragonfly_amd64.s
│ │ ├── asm_freebsd_386.s
│ │ ├── asm_freebsd_amd64.s
│ │ ├── asm_freebsd_arm.s
│ │ ├── asm_linux_386.s
│ │ ├── asm_linux_amd64.s
│ │ ├── asm_linux_arm64.s
│ │ ├── asm_linux_arm.s
│ │ ├── asm_linux_ppc64x.s
│ │ ├── asm_nacl_386.s
│ │ ├── asm_nacl_amd64p32.s
│ │ ├── asm_nacl_arm.s
│ │ ├── asm_netbsd_386.s
│ │ ├── asm_netbsd_amd64.s
│ │ ├── asm_netbsd_arm.s
│ │ ├── asm_openbsd_386.s
│ │ ├── asm_openbsd_amd64.s
│ │ ├── asm_openbsd_arm.s
│ │ ├── asm_plan9_386.s
│ │ ├── asm_plan9_amd64.s
│ │ ├── asm.s
│ │ ├── asm_solaris_amd64.s
│ │ ├── bpf_bsd.go
│ │ ├── const_plan9.go
│ │ ├── creds_test.go
│ │ ├── dir_plan9.go
│ │ ├── dll_windows.go
│ │ ├── env_plan9.go
│ │ ├── env_unix.go
│ │ ├── env_windows.go
│ │ ├── errors_plan9.go
│ │ ├── exec_bsd.go
│ │ ├── exec_linux.go
│ │ ├── exec_linux_test.go
│ │ ├── exec_plan9.go
│ │ ├── exec_solaris.go
│ │ ├── exec_solaris_test.go
│ │ ├── exec_unix.go
│ │ ├── exec_unix_test.go
│ │ ├── exec_windows.go
│ │ ├── export_test.go
│ │ ├── export_unix_test.go
│ │ ├── fd_nacl.go
│ │ ├── flock.go
│ │ ├── flock_linux_32bit.go
│ │ ├── fs_nacl.go
│ │ ├── lsf_linux.go
│ │ ├── mkall.sh
│ │ ├── mkerrors.sh
│ │ ├── mksyscall.pl
│ │ ├── mksyscall_solaris.pl
│ │ ├── mksyscall_windows.go
│ │ ├── mksysctl_openbsd.pl
│ │ ├── mksysnum_darwin.pl
│ │ ├── mksysnum_dragonfly.pl
│ │ ├── mksysnum_freebsd.pl
│ │ ├── mksysnum_linux.pl
│ │ ├── mksysnum_netbsd.pl
│ │ ├── mksysnum_openbsd.pl
│ │ ├── mksysnum_plan9.sh
│ │ ├── mmap_unix_test.go
│ │ ├── netlink_linux.go
│ │ ├── net_nacl.go
│ │ ├── pwd_plan9.go
│ │ ├── race0.go
│ │ ├── race.go
│ │ ├── route_bsd.go
│ │ ├── route_bsd_test.go
│ │ ├── route_darwin.go
│ │ ├── route_dragonfly.go
│ │ ├── route_freebsd_32bit.go
│ │ ├── route_freebsd_64bit.go
│ │ ├── route_freebsd.go
│ │ ├── route_ifma_test.go
│ │ ├── route_netbsd.go
│ │ ├── route_noifma_test.go
│ │ ├── route_openbsd.go
│ │ ├── security_windows.go
│ │ ├── sockcmsg_linux.go
│ │ ├── sockcmsg_unix.go
│ │ ├── srpc_nacl.go
│ │ ├── str.go
│ │ ├── syscall_bsd.go
│ │ ├── syscall_bsd_test.go
│ │ ├── syscall_darwin_386.go
│ │ ├── syscall_darwin_amd64.go
│ │ ├── syscall_darwin_arm64.go
│ │ ├── syscall_darwin_arm.go
│ │ ├── syscall_darwin.go
│ │ ├── syscall_dragonfly_amd64.go
│ │ ├── syscall_dragonfly.go
│ │ ├── syscall_freebsd_386.go
│ │ ├── syscall_freebsd_amd64.go
│ │ ├── syscall_freebsd_arm.go
│ │ ├── syscall_freebsd.go
│ │ ├── syscall.go
│ │ ├── syscall_linux_386.go
│ │ ├── syscall_linux_amd64.go
│ │ ├── syscall_linux_arm64.go
│ │ ├── syscall_linux_arm.go
│ │ ├── syscall_linux.go
│ │ ├── syscall_linux_ppc64x.go
│ │ ├── syscall_linux_test.go
│ │ ├── syscall_nacl_386.go
│ │ ├── syscall_nacl_amd64p32.go
│ │ ├── syscall_nacl_arm.go
│ │ ├── syscall_nacl.go
│ │ ├── syscall_netbsd_386.go
│ │ ├── syscall_netbsd_amd64.go
│ │ ├── syscall_netbsd_arm.go
│ │ ├── syscall_netbsd.go
│ │ ├── syscall_no_getwd.go
│ │ ├── syscall_openbsd_386.go
│ │ ├── syscall_openbsd_amd64.go
│ │ ├── syscall_openbsd_arm.go
│ │ ├── syscall_openbsd.go
│ │ ├── syscall_plan9.go
│ │ ├── syscall_solaris_amd64.go
│ │ ├── syscall_solaris.go
│ │ ├── syscall_test.go
│ │ ├── syscall_unix.go
│ │ ├── syscall_unix_test.go
│ │ ├── syscall_windows_386.go
│ │ ├── syscall_windows_amd64.go
│ │ ├── syscall_windows.go
│ │ ├── syscall_windows_test.go
│ │ ├── tables_nacl.go
│ │ ├── time_nacl_386.s
│ │ ├── time_nacl_amd64p32.s
│ │ ├── time_nacl_arm.s
│ │ ├── types_darwin.go
│ │ ├── types_dragonfly.go
│ │ ├── types_freebsd.go
│ │ ├── types_linux.go
│ │ ├── types_netbsd.go
│ │ ├── types_openbsd.go
│ │ ├── types_solaris.go
│ │ ├── unzip_nacl.go
│ │ ├── zerrors_darwin_386.go
│ │ ├── zerrors_darwin_amd64.go
│ │ ├── zerrors_darwin_arm64.go
│ │ ├── zerrors_darwin_arm.go
│ │ ├── zerrors_dragonfly_amd64.go
│ │ ├── zerrors_freebsd_386.go
│ │ ├── zerrors_freebsd_amd64.go
│ │ ├── zerrors_freebsd_arm.go
│ │ ├── zerrors_linux_386.go
│ │ ├── zerrors_linux_amd64.go
│ │ ├── zerrors_linux_arm64.go
│ │ ├── zerrors_linux_arm.go
│ │ ├── zerrors_linux_ppc64.go
│ │ ├── zerrors_linux_ppc64le.go
│ │ ├── zerrors_netbsd_386.go
│ │ ├── zerrors_netbsd_amd64.go
│ │ ├── zerrors_netbsd_arm.go
│ │ ├── zerrors_openbsd_386.go
│ │ ├── zerrors_openbsd_amd64.go
│ │ ├── zerrors_openbsd_arm.go
│ │ ├── zerrors_solaris_amd64.go
│ │ ├── zerrors_windows_386.go
│ │ ├── zerrors_windows_amd64.go
│ │ ├── zerrors_windows.go
│ │ ├── zsyscall_darwin_386.go
│ │ ├── zsyscall_darwin_amd64.go
│ │ ├── zsyscall_darwin_arm64.go
│ │ ├── zsyscall_darwin_arm.go
│ │ ├── zsyscall_dragonfly_amd64.go
│ │ ├── zsyscall_freebsd_386.go
│ │ ├── zsyscall_freebsd_amd64.go
│ │ ├── zsyscall_freebsd_arm.go
│ │ ├── zsyscall_linux_386.go
│ │ ├── zsyscall_linux_amd64.go
│ │ ├── zsyscall_linux_arm64.go
│ │ ├── zsyscall_linux_arm.go
│ │ ├── zsyscall_linux_ppc64.go
│ │ ├── zsyscall_linux_ppc64le.go
│ │ ├── zsyscall_nacl_386.go
│ │ ├── zsyscall_nacl_amd64p32.go
│ │ ├── zsyscall_nacl_arm.go
│ │ ├── zsyscall_netbsd_386.go
│ │ ├── zsyscall_netbsd_amd64.go
│ │ ├── zsyscall_netbsd_arm.go
│ │ ├── zsyscall_openbsd_386.go
│ │ ├── zsyscall_openbsd_amd64.go
│ │ ├── zsyscall_openbsd_arm.go
│ │ ├── zsyscall_plan9_386.go
│ │ ├── zsyscall_plan9_amd64.go
│ │ ├── zsyscall_solaris_amd64.go
│ │ ├── zsyscall_windows.go
│ │ ├── zsysctl_openbsd.go
│ │ ├── zsysnum_darwin_386.go
│ │ ├── zsysnum_darwin_amd64.go
│ │ ├── zsysnum_darwin_arm64.go
│ │ ├── zsysnum_darwin_arm.go
│ │ ├── zsysnum_dragonfly_amd64.go
│ │ ├── zsysnum_freebsd_386.go
│ │ ├── zsysnum_freebsd_amd64.go
│ │ ├── zsysnum_freebsd_arm.go
│ │ ├── zsysnum_linux_386.go
│ │ ├── zsysnum_linux_amd64.go
│ │ ├── zsysnum_linux_arm64.go
│ │ ├── zsysnum_linux_arm.go
│ │ ├── zsysnum_linux_ppc64.go
│ │ ├── zsysnum_linux_ppc64le.go
│ │ ├── zsysnum_netbsd_386.go
│ │ ├── zsysnum_netbsd_amd64.go
│ │ ├── zsysnum_netbsd_arm.go
│ │ ├── zsysnum_openbsd_386.go
│ │ ├── zsysnum_openbsd_amd64.go
│ │ ├── zsysnum_openbsd_arm.go
│ │ ├── zsysnum_plan9.go
│ │ ├── zsysnum_solaris_amd64.go
│ │ ├── zsysnum_windows_386.go
│ │ ├── zsysnum_windows_amd64.go
│ │ ├── ztypes_darwin_386.go
│ │ ├── ztypes_darwin_amd64.go
│ │ ├── ztypes_darwin_arm64.go
│ │ ├── ztypes_darwin_arm.go
│ │ ├── ztypes_dragonfly_amd64.go
│ │ ├── ztypes_freebsd_386.go
│ │ ├── ztypes_freebsd_amd64.go
│ │ ├── ztypes_freebsd_arm.go
│ │ ├── ztypes_linux_386.go
│ │ ├── ztypes_linux_amd64.go
│ │ ├── ztypes_linux_arm64.go
│ │ ├── ztypes_linux_arm.go
│ │ ├── ztypes_linux_ppc64.go
│ │ ├── ztypes_linux_ppc64le.go
│ │ ├── ztypes_netbsd_386.go
│ │ ├── ztypes_netbsd_amd64.go
│ │ ├── ztypes_netbsd_arm.go
│ │ ├── ztypes_openbsd_386.go
│ │ ├── ztypes_openbsd_amd64.go
│ │ ├── ztypes_openbsd_arm.go
│ │ ├── ztypes_solaris_amd64.go
│ │ ├── ztypes_windows_386.go
│ │ ├── ztypes_windows_amd64.go
│ │ └── ztypes_windows.go
│ ├── testing
│ │ ├── allocs.go
│ │ ├── allocs_test.go
│ │ ├── benchmark.go
│ │ ├── benchmark_test.go
│ │ ├── cover.go
│ │ ├── example.go
│ │ ├── export_test.go
│ │ ├── iotest
│ │ │ ├── logger.go
│ │ │ ├── reader.go
│ │ │ └── writer.go
│ │ ├── quick
│ │ │ ├── quick.go
│ │ │ └── quick_test.go
│ │ ├── testing.go
│ │ └── testing_test.go
│ ├── text
│ │ ├── scanner
│ │ │ ├── example_test.go
│ │ │ ├── scanner.go
│ │ │ └── scanner_test.go
│ │ ├── tabwriter
│ │ │ ├── example_test.go
│ │ │ ├── tabwriter.go
│ │ │ └── tabwriter_test.go
│ │ └── template
│ │ ├── doc.go
│ │ ├── examplefiles_test.go
│ │ ├── examplefunc_test.go
│ │ ├── example_test.go
│ │ ├── exec.go
│ │ ├── exec_test.go
│ │ ├── funcs.go
│ │ ├── helper.go
│ │ ├── multi_test.go
│ │ ├── option.go
│ │ ├── parse
│ │ │ ├── lex.go
│ │ │ ├── lex_test.go
│ │ │ ├── node.go
│ │ │ ├── parse.go
│ │ │ └── parse_test.go
│ │ ├── template.go
│ │ └── testdata
│ │ ├── file1.tmpl
│ │ ├── file2.tmpl
│ │ ├── tmpl1.tmpl
│ │ └── tmpl2.tmpl
│ ├── time
│ │ ├── example_test.go
│ │ ├── export_test.go
│ │ ├── export_windows_test.go
│ │ ├── format.go
│ │ ├── format_test.go
│ │ ├── genzabbrs.go
│ │ ├── internal_test.go
│ │ ├── sleep.go
│ │ ├── sleep_test.go
│ │ ├── sys_plan9.go
│ │ ├── sys_unix.go
│ │ ├── sys_windows.go
│ │ ├── tick.go
│ │ ├── tick_test.go
│ │ ├── time.go
│ │ ├── time_test.go
│ │ ├── zoneinfo_abbrs_windows.go
│ │ ├── zoneinfo.go
│ │ ├── zoneinfo_ios.go
│ │ ├── zoneinfo_plan9.go
│ │ ├── zoneinfo_read.go
│ │ ├── zoneinfo_test.go
│ │ ├── zoneinfo_unix.go
│ │ ├── zoneinfo_windows.go
│ │ └── zoneinfo_windows_test.go
│ ├── unicode
│ │ ├── casetables.go
│ │ ├── digit.go
│ │ ├── digit_test.go
│ │ ├── graphic.go
│ │ ├── graphic_test.go
│ │ ├── letter.go
│ │ ├── letter_test.go
│ │ ├── maketables.go
│ │ ├── script_test.go
│ │ ├── tables.go
│ │ ├── utf16
│ │ │ ├── export_test.go
│ │ │ ├── utf16.go
│ │ │ └── utf16_test.go
│ │ └── utf8
│ │ ├── example_test.go
│ │ ├── utf8.go
│ │ └── utf8_test.go
│ └── unsafe
│ └── unsafe.go
├── test
│ ├── 235.go
│ ├── 64bit.go
│ ├── alias1.go
│ ├── alias.go
│ ├── append.go
│ ├── args.go
│ ├── assign1.go
│ ├── assign.go
│ ├── bench
│ │ ├── garbage
│ │ │ ├── Makefile
│ │ │ ├── parser.go
│ │ │ ├── peano.go
│ │ │ ├── stats.go
│ │ │ ├── tree2.go
│ │ │ └── tree.go
│ │ ├── go1
│ │ │ ├── binarytree_test.go
│ │ │ ├── fannkuch_test.go
│ │ │ ├── fasta_test.go
│ │ │ ├── fmt_test.go
│ │ │ ├── gob_test.go
│ │ │ ├── gzip_test.go
│ │ │ ├── http_test.go
│ │ │ ├── jsondata_test.go
│ │ │ ├── json_test.go
│ │ │ ├── mandel_test.go
│ │ │ ├── parserdata_test.go
│ │ │ ├── parser_test.go
│ │ │ ├── regexp_test.go
│ │ │ ├── revcomp_test.go
│ │ │ ├── template_test.go
│ │ │ └── time_test.go
│ │ └── shootout
│ │ ├── binary-tree.c
│ │ ├── binary-tree-freelist.go
│ │ ├── binary-tree-freelist.txt
│ │ ├── binary-tree.go
│ │ ├── binary-tree.txt
│ │ ├── chameneosredux.c
│ │ ├── chameneosredux.go
│ │ ├── chameneosredux.txt
│ │ ├── fannkuch.c
│ │ ├── fannkuch.go
│ │ ├── fannkuch-parallel.go
│ │ ├── fannkuch-parallel.txt
│ │ ├── fannkuch.txt
│ │ ├── fasta-1000.txt
│ │ ├── fasta.c
│ │ ├── fasta.go
│ │ ├── fasta.txt
│ │ ├── k-nucleotide.c
│ │ ├── k-nucleotide.go
│ │ ├── k-nucleotide-parallel.go
│ │ ├── k-nucleotide-parallel.txt
│ │ ├── k-nucleotide.txt
│ │ ├── mandelbrot.c
│ │ ├── mandelbrot.go
│ │ ├── mandelbrot.txt
│ │ ├── meteor-contest.c
│ │ ├── meteor-contest.go
│ │ ├── meteor-contest.txt
│ │ ├── nbody.c
│ │ ├── nbody.go
│ │ ├── nbody.txt
│ │ ├── pidigits.c
│ │ ├── pidigits.go
│ │ ├── pidigits.txt
│ │ ├── regex-dna.c
│ │ ├── regex-dna.go
│ │ ├── regex-dna-parallel.go
│ │ ├── regex-dna-parallel.txt
│ │ ├── regex-dna.txt
│ │ ├── reverse-complement.c
│ │ ├── reverse-complement.go
│ │ ├── reverse-complement.txt
│ │ ├── spectral-norm.c
│ │ ├── spectral-norm.go
│ │ ├── spectral-norm-parallel.go
│ │ ├── spectral-norm.txt
│ │ ├── threadring.c
│ │ ├── threadring.go
│ │ ├── threadring.txt
│ │ ├── timing.log
│ │ └── timing.sh
│ ├── bigalg.go
│ ├── bigmap.go
│ ├── blank1.go
│ ├── blank.go
│ ├── bombad.go
│ ├── bom.go
│ ├── bounds.go
│ ├── bugs
│ │ ├── bug395.go
│ │ └── placeholder
│ ├── chan
│ │ ├── doubleselect.go
│ │ ├── fifo.go
│ │ ├── goroutines.go
│ │ ├── nonblock.go
│ │ ├── perm.go
│ │ ├── powser1.go
│ │ ├── powser2.go
│ │ ├── select2.go
│ │ ├── select3.go
│ │ ├── select4.go
│ │ ├── select5.go
│ │ ├── select6.go
│ │ ├── select7.go
│ │ ├── select.go
│ │ ├── sendstmt.go
│ │ ├── sieve1.go
│ │ ├── sieve2.go
│ │ └── zerosize.go
│ ├── chancap.go
│ ├── chanlinear.go
│ ├── char_lit1.go
│ ├── char_lit.go
│ ├── clearfat.go
│ ├── closedchan.go
│ ├── closure1.go
│ ├── closure2.go
│ ├── closure.go
│ ├── cmp6.go
│ ├── cmp.go
│ ├── cmplxdivide1.go
│ ├── cmplxdivide.c
│ ├── cmplxdivide.go
│ ├── cmplx.go
│ ├── complit1.go
│ ├── complit.go
│ ├── compos.go
│ ├── const1.go
│ ├── const2.go
│ ├── const3.go
│ ├── const4.go
│ ├── const5.go
│ ├── const6.go
│ ├── const.go
│ ├── convert1.go
│ ├── convert3.go
│ ├── convert.go
│ ├── convlit1.go
│ ├── convlit.go
│ ├── convT2X.go
│ ├── copy.go
│ ├── crlf.go
│ ├── ddd1.go
│ ├── ddd2.dir
│ │ ├── ddd2.go
│ │ └── ddd3.go
│ ├── ddd2.go
│ ├── ddd.go
│ ├── declbad.go
│ ├── decl.go
│ ├── deferfin.go
│ ├── defer.go
│ ├── deferprint.go
│ ├── deferprint.out
│ ├── divide.go
│ ├── divmod.go
│ ├── dwarf
│ │ ├── dwarf.dir
│ │ │ ├── main.go
│ │ │ ├── z10.go
│ │ │ ├── z11.go
│ │ │ ├── z12.go
│ │ │ ├── z13.go
│ │ │ ├── z14.go
│ │ │ ├── z15.go
│ │ │ ├── z16.go
│ │ │ ├── z17.go
│ │ │ ├── z18.go
│ │ │ ├── z19.go
│ │ │ ├── z1.go
│ │ │ ├── z20.go
│ │ │ ├── z2.go
│ │ │ ├── z3.go
│ │ │ ├── z4.go
│ │ │ ├── z5.go
│ │ │ ├── z6.go
│ │ │ ├── z7.go
│ │ │ ├── z8.go
│ │ │ └── z9.go
│ │ ├── dwarf.go
│ │ └── linedirectives.go
│ ├── empty.go
│ ├── env.go
│ ├── eof1.go
│ ├── eof.go
│ ├── errchk
│ ├── escape2.go
│ ├── escape2n.go
│ ├── escape3.go
│ ├── escape4.go
│ ├── escape5.go
│ ├── escape_array.go
│ ├── escape_calls.go
│ ├── escape_closure.go
│ ├── escape_field.go
│ ├── escape.go
│ ├── escape_iface.go
│ ├── escape_indir.go
│ ├── escape_level.go
│ ├── escape_map.go
│ ├── escape_param.go
│ ├── escape_slice.go
│ ├── escape_struct_param1.go
│ ├── escape_struct_param2.go
│ ├── escape_struct_return.go
│ ├── fibo.go
│ ├── fixedbugs
│ │ ├── bug000.go
│ │ ├── bug002.go
│ │ ├── bug003.go
│ │ ├── bug004.go
│ │ ├── bug005.go
│ │ ├── bug006.go
│ │ ├── bug007.go
│ │ ├── bug008.go
│ │ ├── bug009.go
│ │ ├── bug010.go
│ │ ├── bug011.go
│ │ ├── bug012.go
│ │ ├── bug013.go
│ │ ├── bug014.go
│ │ ├── bug015.go
│ │ ├── bug016.go
│ │ ├── bug017.go
│ │ ├── bug020.go
│ │ ├── bug021.go
│ │ ├── bug022.go
│ │ ├── bug023.go
│ │ ├── bug024.go
│ │ ├── bug026.go
│ │ ├── bug027.go
│ │ ├── bug028.go
│ │ ├── bug030.go
│ │ ├── bug031.go
│ │ ├── bug035.go
│ │ ├── bug037.go
│ │ ├── bug039.go
│ │ ├── bug040.go
│ │ ├── bug045.go
│ │ ├── bug046.go
│ │ ├── bug047.go
│ │ ├── bug048.go
│ │ ├── bug049.go
│ │ ├── bug050.go
│ │ ├── bug051.go
│ │ ├── bug052.go
│ │ ├── bug053.go
│ │ ├── bug054.go
│ │ ├── bug055.go
│ │ ├── bug056.go
│ │ ├── bug057.go
│ │ ├── bug058.go
│ │ ├── bug059.go
│ │ ├── bug060.go
│ │ ├── bug061.go
│ │ ├── bug062.go
│ │ ├── bug063.go
│ │ ├── bug064.go
│ │ ├── bug065.go
│ │ ├── bug066.go
│ │ ├── bug067.go
│ │ ├── bug068.go
│ │ ├── bug069.go
│ │ ├── bug070.go
│ │ ├── bug071.go
│ │ ├── bug072.go
│ │ ├── bug073.go
│ │ ├── bug074.go
│ │ ├── bug075.go
│ │ ├── bug076.go
│ │ ├── bug077.go
│ │ ├── bug078.go
│ │ ├── bug080.go
│ │ ├── bug081.go
│ │ ├── bug082.go
│ │ ├── bug083.dir
│ │ │ ├── bug0.go
│ │ │ └── bug1.go
│ │ ├── bug083.go
│ │ ├── bug084.go
│ │ ├── bug085.go
│ │ ├── bug086.go
│ │ ├── bug087.go
│ │ ├── bug088.dir
│ │ │ ├── bug0.go
│ │ │ └── bug1.go
│ │ ├── bug088.go
│ │ ├── bug089.go
│ │ ├── bug090.go
│ │ ├── bug091.go
│ │ ├── bug092.go
│ │ ├── bug093.go
│ │ ├── bug094.go
│ │ ├── bug096.go
│ │ ├── bug097.go
│ │ ├── bug098.go
│ │ ├── bug099.go
│ │ ├── bug101.go
│ │ ├── bug102.go
│ │ ├── bug103.go
│ │ ├── bug104.go
│ │ ├── bug106.dir
│ │ │ ├── bug0.go
│ │ │ └── bug1.go
│ │ ├── bug106.go
│ │ ├── bug107.go
│ │ ├── bug108.go
│ │ ├── bug109.go
│ │ ├── bug110.go
│ │ ├── bug111.go
│ │ ├── bug112.go
│ │ ├── bug113.go
│ │ ├── bug114.go
│ │ ├── bug115.go
│ │ ├── bug116.go
│ │ ├── bug117.go
│ │ ├── bug118.go
│ │ ├── bug119.go
│ │ ├── bug120.go
│ │ ├── bug121.go
│ │ ├── bug122.go
│ │ ├── bug123.go
│ │ ├── bug126.go
│ │ ├── bug127.go
│ │ ├── bug128.go
│ │ ├── bug129.go
│ │ ├── bug130.go
│ │ ├── bug131.go
│ │ ├── bug132.go
│ │ ├── bug133.dir
│ │ │ ├── bug0.go
│ │ │ ├── bug1.go
│ │ │ └── bug2.go
│ │ ├── bug133.go
│ │ ├── bug135.go
│ │ ├── bug136.go
│ │ ├── bug137.go
│ │ ├── bug139.go
│ │ ├── bug140.go
│ │ ├── bug141.go
│ │ ├── bug142.go
│ │ ├── bug143.go
│ │ ├── bug144.go
│ │ ├── bug145.go
│ │ ├── bug146.go
│ │ ├── bug147.go
│ │ ├── bug148.go
│ │ ├── bug149.go
│ │ ├── bug150.go
│ │ ├── bug1515.go
│ │ ├── bug151.go
│ │ ├── bug152.go
│ │ ├── bug154.go
│ │ ├── bug155.go
│ │ ├── bug156.go
│ │ ├── bug157.go
│ │ ├── bug158.go
│ │ ├── bug159.go
│ │ ├── bug160.dir
│ │ │ ├── x.go
│ │ │ └── y.go
│ │ ├── bug160.go
│ │ ├── bug161.go
│ │ ├── bug163.go
│ │ ├── bug164.go
│ │ ├── bug165.go
│ │ ├── bug167.go
│ │ ├── bug168.go
│ │ ├── bug169.go
│ │ ├── bug170.go
│ │ ├── bug171.go
│ │ ├── bug172.go
│ │ ├── bug173.go
│ │ ├── bug174.go
│ │ ├── bug175.go
│ │ ├── bug176.go
│ │ ├── bug177.go
│ │ ├── bug178.go
│ │ ├── bug179.go
│ │ ├── bug180.go
│ │ ├── bug181.go
│ │ ├── bug182.go
│ │ ├── bug183.go
│ │ ├── bug184.go
│ │ ├── bug185.go
│ │ ├── bug186.go
│ │ ├── bug187.go
│ │ ├── bug188.go
│ │ ├── bug189.go
│ │ ├── bug190.go
│ │ ├── bug191.dir
│ │ │ ├── a.go
│ │ │ ├── b.go
│ │ │ └── main.go
│ │ ├── bug191.go
│ │ ├── bug192.go
│ │ ├── bug193.go
│ │ ├── bug194.go
│ │ ├── bug195.go
│ │ ├── bug196.go
│ │ ├── bug197.go
│ │ ├── bug198.go
│ │ ├── bug199.go
│ │ ├── bug200.go
│ │ ├── bug201.go
│ │ ├── bug202.go
│ │ ├── bug203.go
│ │ ├── bug204.go
│ │ ├── bug205.go
│ │ ├── bug206.go
│ │ ├── bug206.out
│ │ ├── bug207.go
│ │ ├── bug208.go
│ │ ├── bug209.go
│ │ ├── bug211.go
│ │ ├── bug212.go
│ │ ├── bug213.go
│ │ ├── bug214.go
│ │ ├── bug215.go
│ │ ├── bug216.go
│ │ ├── bug217.go
│ │ ├── bug218.go
│ │ ├── bug219.go
│ │ ├── bug221.go
│ │ ├── bug222.dir
│ │ │ ├── chanbug2.go
│ │ │ └── chanbug.go
│ │ ├── bug222.go
│ │ ├── bug223.go
│ │ ├── bug224.go
│ │ ├── bug225.go
│ │ ├── bug227.go
│ │ ├── bug228.go
│ │ ├── bug229.go
│ │ ├── bug230.go
│ │ ├── bug231.go
│ │ ├── bug232.go
│ │ ├── bug233.go
│ │ ├── bug234.go
│ │ ├── bug235.go
│ │ ├── bug236.go
│ │ ├── bug237.go
│ │ ├── bug238.go
│ │ ├── bug239.go
│ │ ├── bug240.go
│ │ ├── bug241.go
│ │ ├── bug242.go
│ │ ├── bug243.go
│ │ ├── bug244.go
│ │ ├── bug245.go
│ │ ├── bug246.go
│ │ ├── bug247.go
│ │ ├── bug248.dir
│ │ │ ├── bug0.go
│ │ │ ├── bug1.go
│ │ │ ├── bug2.go
│ │ │ └── bug3.go
│ │ ├── bug248.go
│ │ ├── bug249.go
│ │ ├── bug250.go
│ │ ├── bug251.go
│ │ ├── bug252.go
│ │ ├── bug253.go
│ │ ├── bug254.go
│ │ ├── bug255.go
│ │ ├── bug256.go
│ │ ├── bug257.go
│ │ ├── bug258.go
│ │ ├── bug259.go
│ │ ├── bug260.go
│ │ ├── bug261.go
│ │ ├── bug262.go
│ │ ├── bug263.go
│ │ ├── bug264.go
│ │ ├── bug265.go
│ │ ├── bug266.go
│ │ ├── bug267.go
│ │ ├── bug269.go
│ │ ├── bug271.go
│ │ ├── bug272.go
│ │ ├── bug273.go
│ │ ├── bug274.go
│ │ ├── bug275.go
│ │ ├── bug276.go
│ │ ├── bug277.go
│ │ ├── bug278.go
│ │ ├── bug279.go
│ │ ├── bug280.go
│ │ ├── bug281.go
│ │ ├── bug282.dir
│ │ │ ├── p1.go
│ │ │ └── p2.go
│ │ ├── bug282.go
│ │ ├── bug283.go
│ │ ├── bug284.go
│ │ ├── bug285.go
│ │ ├── bug286.go
│ │ ├── bug287.go
│ │ ├── bug288.go
│ │ ├── bug289.go
│ │ ├── bug290.go
│ │ ├── bug291.go
│ │ ├── bug292.go
│ │ ├── bug293.go
│ │ ├── bug294.go
│ │ ├── bug295.go
│ │ ├── bug296.go
│ │ ├── bug297.go
│ │ ├── bug298.go
│ │ ├── bug299.go
│ │ ├── bug300.go
│ │ ├── bug301.go
│ │ ├── bug302.dir
│ │ │ ├── main.go
│ │ │ └── p.go
│ │ ├── bug302.go
│ │ ├── bug303.go
│ │ ├── bug304.go
│ │ ├── bug305.go
│ │ ├── bug306.dir
│ │ │ ├── p1.go
│ │ │ └── p2.go
│ │ ├── bug306.go
│ │ ├── bug307.go
│ │ ├── bug308.go
│ │ ├── bug309.go
│ │ ├── bug311.go
│ │ ├── bug312.go
│ │ ├── bug313.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── bug313.go
│ │ ├── bug314.go
│ │ ├── bug315.go
│ │ ├── bug316.go
│ │ ├── bug317.go
│ │ ├── bug318.go
│ │ ├── bug319.go
│ │ ├── bug320.go
│ │ ├── bug321.go
│ │ ├── bug322.dir
│ │ │ ├── lib.go
│ │ │ └── main.go
│ │ ├── bug322.go
│ │ ├── bug323.go
│ │ ├── bug324.dir
│ │ │ ├── p.go
│ │ │ └── prog.go
│ │ ├── bug324.go
│ │ ├── bug325.go
│ │ ├── bug326.go
│ │ ├── bug327.go
│ │ ├── bug328.go
│ │ ├── bug328.out
│ │ ├── bug329.go
│ │ ├── bug330.go
│ │ ├── bug331.go
│ │ ├── bug332.go
│ │ ├── bug333.go
│ │ ├── bug334.go
│ │ ├── bug335.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── bug335.go
│ │ ├── bug336.go
│ │ ├── bug337.go
│ │ ├── bug338.go
│ │ ├── bug339.go
│ │ ├── bug340.go
│ │ ├── bug341.go
│ │ ├── bug342.go
│ │ ├── bug343.go
│ │ ├── bug344.go
│ │ ├── bug345.dir
│ │ │ ├── io.go
│ │ │ └── main.go
│ │ ├── bug345.go
│ │ ├── bug346.go
│ │ ├── bug347.go
│ │ ├── bug348.go
│ │ ├── bug349.go
│ │ ├── bug350.go
│ │ ├── bug351.go
│ │ ├── bug352.go
│ │ ├── bug353.go
│ │ ├── bug354.go
│ │ ├── bug355.go
│ │ ├── bug356.go
│ │ ├── bug357.go
│ │ ├── bug358.go
│ │ ├── bug361.go
│ │ ├── bug362.go
│ │ ├── bug363.go
│ │ ├── bug364.go
│ │ ├── bug365.go
│ │ ├── bug366.go
│ │ ├── bug367.dir
│ │ │ ├── p.go
│ │ │ └── prog.go
│ │ ├── bug367.go
│ │ ├── bug368.go
│ │ ├── bug369.dir
│ │ │ ├── main.go
│ │ │ └── pkg.go
│ │ ├── bug369.go
│ │ ├── bug370.go
│ │ ├── bug371.go
│ │ ├── bug372.go
│ │ ├── bug373.go
│ │ ├── bug374.go
│ │ ├── bug375.go
│ │ ├── bug376.go
│ │ ├── bug377.dir
│ │ │ ├── one.go
│ │ │ └── two.go
│ │ ├── bug377.go
│ │ ├── bug378.go
│ │ ├── bug379.go
│ │ ├── bug380.go
│ │ ├── bug381.go
│ │ ├── bug382.dir
│ │ │ ├── pkg.go
│ │ │ └── prog.go
│ │ ├── bug382.go
│ │ ├── bug383.go
│ │ ├── bug384.go
│ │ ├── bug385_32.go
│ │ ├── bug385_64.go
│ │ ├── bug386.go
│ │ ├── bug387.go
│ │ ├── bug388.go
│ │ ├── bug389.go
│ │ ├── bug390.go
│ │ ├── bug391.go
│ │ ├── bug392.dir
│ │ │ ├── one.go
│ │ │ ├── pkg2.go
│ │ │ └── pkg3.go
│ │ ├── bug392.go
│ │ ├── bug393.go
│ │ ├── bug394.go
│ │ ├── bug396.dir
│ │ │ ├── one.go
│ │ │ └── two.go
│ │ ├── bug396.go
│ │ ├── bug397.go
│ │ ├── bug398.go
│ │ ├── bug399.go
│ │ ├── bug401.go
│ │ ├── bug402.go
│ │ ├── bug403.go
│ │ ├── bug404.dir
│ │ │ ├── one.go
│ │ │ └── two.go
│ │ ├── bug404.go
│ │ ├── bug405.go
│ │ ├── bug406.go
│ │ ├── bug407.dir
│ │ │ ├── one.go
│ │ │ └── two.go
│ │ ├── bug407.go
│ │ ├── bug409.go
│ │ ├── bug409.out
│ │ ├── bug410.go
│ │ ├── bug411.go
│ │ ├── bug412.go
│ │ ├── bug413.go
│ │ ├── bug414.dir
│ │ │ ├── p1.go
│ │ │ └── prog.go
│ │ ├── bug414.go
│ │ ├── bug415.dir
│ │ │ ├── p.go
│ │ │ └── prog.go
│ │ ├── bug415.go
│ │ ├── bug416.go
│ │ ├── bug417.go
│ │ ├── bug418.go
│ │ ├── bug419.go
│ │ ├── bug420.go
│ │ ├── bug421.go
│ │ ├── bug422.go
│ │ ├── bug423.go
│ │ ├── bug424.dir
│ │ │ ├── lib.go
│ │ │ └── main.go
│ │ ├── bug424.go
│ │ ├── bug425.go
│ │ ├── bug426.go
│ │ ├── bug427.go
│ │ ├── bug428.go
│ │ ├── bug429.go
│ │ ├── bug429_run.go
│ │ ├── bug430.go
│ │ ├── bug431.go
│ │ ├── bug432.go
│ │ ├── bug433.go
│ │ ├── bug434.go
│ │ ├── bug435.go
│ │ ├── bug436.go
│ │ ├── bug437.dir
│ │ │ ├── one.go
│ │ │ ├── two.go
│ │ │ └── x.go
│ │ ├── bug437.go
│ │ ├── bug438.go
│ │ ├── bug439.go
│ │ ├── bug440_32.go
│ │ ├── bug440_64.go
│ │ ├── bug441.go
│ │ ├── bug442.go
│ │ ├── bug443.go
│ │ ├── bug444.go
│ │ ├── bug445.go
│ │ ├── bug446.go
│ │ ├── bug447.go
│ │ ├── bug448.dir
│ │ │ ├── pkg1.go
│ │ │ └── pkg2.go
│ │ ├── bug448.go
│ │ ├── bug449.go
│ │ ├── bug450.go
│ │ ├── bug451.go
│ │ ├── bug452.go
│ │ ├── bug453.go
│ │ ├── bug454.go
│ │ ├── bug455.go
│ │ ├── bug456.go
│ │ ├── bug457.go
│ │ ├── bug458.go
│ │ ├── bug459.go
│ │ ├── bug460.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── bug460.go
│ │ ├── bug461.go
│ │ ├── bug462.go
│ │ ├── bug463.go
│ │ ├── bug464.go
│ │ ├── bug465.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── bug465.go
│ │ ├── bug466.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── bug466.go
│ │ ├── bug467.dir
│ │ │ ├── p1.go
│ │ │ ├── p2.go
│ │ │ └── p3.go
│ │ ├── bug467.go
│ │ ├── bug468.dir
│ │ │ ├── p1.go
│ │ │ └── p2.go
│ │ ├── bug468.go
│ │ ├── bug470.go
│ │ ├── bug471.go
│ │ ├── bug472.dir
│ │ │ ├── p1.go
│ │ │ ├── p2.go
│ │ │ └── z.go
│ │ ├── bug472.go
│ │ ├── bug473.go
│ │ ├── bug474.go
│ │ ├── bug475.go
│ │ ├── bug476.go
│ │ ├── bug477.go
│ │ ├── bug478.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── bug478.go
│ │ ├── bug479.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── bug479.go
│ │ ├── bug480.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── bug480.go
│ │ ├── bug481.go
│ │ ├── bug482.go
│ │ ├── bug483.go
│ │ ├── bug484.go
│ │ ├── bug485.go
│ │ ├── bug486.go
│ │ ├── bug487.go
│ │ ├── bug488.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── bug488.go
│ │ ├── bug489.go
│ │ ├── bug490.go
│ │ ├── bug491.go
│ │ ├── bug492.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── bug492.go
│ │ ├── bug493.go
│ │ ├── bug494.go
│ │ ├── bug495.go
│ │ ├── gcc61204.go
│ │ ├── gcc61244.go
│ │ ├── gcc61246.go
│ │ ├── gcc61248.go
│ │ ├── gcc61253.go
│ │ ├── gcc61254.go
│ │ ├── gcc61255.go
│ │ ├── gcc61258.go
│ │ ├── gcc61264.go
│ │ ├── gcc61265.go
│ │ ├── gcc61273.go
│ │ ├── gcc65755.go
│ │ ├── issue10047.go
│ │ ├── issue10066.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue10066.go
│ │ ├── issue10135.go
│ │ ├── issue10219.dir
│ │ │ ├── a.go
│ │ │ ├── b.go
│ │ │ └── c.go
│ │ ├── issue10219.go
│ │ ├── issue10253.go
│ │ ├── issue10284.go
│ │ ├── issue10320.go
│ │ ├── issue10332.go
│ │ ├── issue10353.go
│ │ ├── issue10407.go
│ │ ├── issue10441.go
│ │ ├── issue10486.go
│ │ ├── issue10607a.go
│ │ ├── issue10607.go
│ │ ├── issue10654.go
│ │ ├── issue10700.dir
│ │ │ ├── other.go
│ │ │ └── test.go
│ │ ├── issue10700.go
│ │ ├── issue10925.go
│ │ ├── issue10977.go
│ │ ├── issue11053.dir
│ │ │ ├── p.go
│ │ │ └── p_test.go
│ │ ├── issue11053.go
│ │ ├── issue11053.out
│ │ ├── issue11256.go
│ │ ├── issue11286.go
│ │ ├── issue11326b.go
│ │ ├── issue11326.go
│ │ ├── issue11369.go
│ │ ├── issue11656.go
│ │ ├── issue11750.go
│ │ ├── issue11771.go
│ │ ├── issue11790.go
│ │ ├── issue12133.go
│ │ ├── issue12226.go
│ │ ├── issue1304.go
│ │ ├── issue2615.go
│ │ ├── issue3552.dir
│ │ │ ├── one.go
│ │ │ └── two.go
│ │ ├── issue3552.go
│ │ ├── issue3705.go
│ │ ├── issue3783.go
│ │ ├── issue3925.go
│ │ ├── issue4066.go
│ │ ├── issue4085a.go
│ │ ├── issue4085b.go
│ │ ├── issue4097.go
│ │ ├── issue4099.go
│ │ ├── issue4162.go
│ │ ├── issue4167.go
│ │ ├── issue4232.go
│ │ ├── issue4251.go
│ │ ├── issue4252.dir
│ │ │ ├── a.go
│ │ │ └── main.go
│ │ ├── issue4252.go
│ │ ├── issue4264.go
│ │ ├── issue4283.go
│ │ ├── issue4313.go
│ │ ├── issue4316.go
│ │ ├── issue4323.go
│ │ ├── issue4326.dir
│ │ │ ├── p1.go
│ │ │ ├── p2.go
│ │ │ ├── q1.go
│ │ │ ├── q2.go
│ │ │ └── z.go
│ │ ├── issue4326.go
│ │ ├── issue4348.go
│ │ ├── issue4353.go
│ │ ├── issue4359.go
│ │ ├── issue4365.go
│ │ ├── issue4370.dir
│ │ │ ├── p1.go
│ │ │ ├── p2.go
│ │ │ └── p3.go
│ │ ├── issue4370.go
│ │ ├── issue4388.go
│ │ ├── issue4396a.go
│ │ ├── issue4396b.go
│ │ ├── issue4399.go
│ │ ├── issue4405.go
│ │ ├── issue4429.go
│ │ ├── issue4448.go
│ │ ├── issue4452.go
│ │ ├── issue4458.go
│ │ ├── issue4463.go
│ │ ├── issue4468.go
│ │ ├── issue4470.go
│ │ ├── issue4495.go
│ │ ├── issue4510.dir
│ │ │ ├── f1.go
│ │ │ └── f2.go
│ │ ├── issue4510.go
│ │ ├── issue4517a.go
│ │ ├── issue4517b.go
│ │ ├── issue4517c.go
│ │ ├── issue4517d.go
│ │ ├── issue4518.go
│ │ ├── issue4529.go
│ │ ├── issue4545.go
│ │ ├── issue4562.go
│ │ ├── issue4585.go
│ │ ├── issue4590.dir
│ │ │ ├── pkg1.go
│ │ │ ├── pkg2.go
│ │ │ └── prog.go
│ │ ├── issue4590.go
│ │ ├── issue4610.go
│ │ ├── issue4614.go
│ │ ├── issue4618.go
│ │ ├── issue4620.go
│ │ ├── issue4654.go
│ │ ├── issue4663.go
│ │ ├── issue4667.go
│ │ ├── issue4734.go
│ │ ├── issue4748.go
│ │ ├── issue4752.go
│ │ ├── issue4776.go
│ │ ├── issue4785.go
│ │ ├── issue4813.go
│ │ ├── issue4847.go
│ │ ├── issue4879.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue4879.go
│ │ ├── issue4909a.go
│ │ ├── issue4909b.go
│ │ ├── issue4932.dir
│ │ │ ├── foo.go
│ │ │ ├── state2.go
│ │ │ └── state.go
│ │ ├── issue4932.go
│ │ ├── issue4964.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue4964.go
│ │ ├── issue5002.go
│ │ ├── issue5056.go
│ │ ├── issue5089.go
│ │ ├── issue5105.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue5105.go
│ │ ├── issue5125.dir
│ │ │ ├── bug.go
│ │ │ └── main.go
│ │ ├── issue5125.go
│ │ ├── issue5162.go
│ │ ├── issue5172.go
│ │ ├── issue5231.go
│ │ ├── issue5244.go
│ │ ├── issue5259.dir
│ │ │ ├── bug.go
│ │ │ └── main.go
│ │ ├── issue5259.go
│ │ ├── issue5260.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue5260.go
│ │ ├── issue5291.dir
│ │ │ ├── pkg1.go
│ │ │ └── prog.go
│ │ ├── issue5291.go
│ │ ├── issue5358.go
│ │ ├── issue5373.go
│ │ ├── issue5470.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue5470.go
│ │ ├── issue5493.go
│ │ ├── issue5515.go
│ │ ├── issue5581.go
│ │ ├── issue5607.go
│ │ ├── issue5609.go
│ │ ├── issue5614.dir
│ │ │ ├── rethinkgo.go
│ │ │ ├── x.go
│ │ │ └── y.go
│ │ ├── issue5614.go
│ │ ├── issue5698.go
│ │ ├── issue5704.go
│ │ ├── issue5753.go
│ │ ├── issue5755.dir
│ │ │ ├── a.go
│ │ │ └── main.go
│ │ ├── issue5755.go
│ │ ├── issue5793.go
│ │ ├── issue5809.go
│ │ ├── issue5820.go
│ │ ├── issue5841.go
│ │ ├── issue5856.go
│ │ ├── issue5910.dir
│ │ │ ├── a.go
│ │ │ └── main.go
│ │ ├── issue5910.go
│ │ ├── issue5957.dir
│ │ │ ├── a.go
│ │ │ ├── b.go
│ │ │ └── c.go
│ │ ├── issue5957.go
│ │ ├── issue5963.go
│ │ ├── issue6004.go
│ │ ├── issue6036.go
│ │ ├── issue6055.go
│ │ ├── issue6131.go
│ │ ├── issue6140.go
│ │ ├── issue6247.go
│ │ ├── issue6269.go
│ │ ├── issue6295.dir
│ │ │ ├── p0.go
│ │ │ ├── p1.go
│ │ │ └── p2.go
│ │ ├── issue6295.go
│ │ ├── issue6298.go
│ │ ├── issue6399.go
│ │ ├── issue6402.go
│ │ ├── issue6403.go
│ │ ├── issue6405.go
│ │ ├── issue6406.go
│ │ ├── issue6500.go
│ │ ├── issue6513.dir
│ │ │ ├── a.go
│ │ │ ├── b.go
│ │ │ └── main.go
│ │ ├── issue6513.go
│ │ ├── issue6572.go
│ │ ├── issue6671.go
│ │ ├── issue6703a.go
│ │ ├── issue6703b.go
│ │ ├── issue6703c.go
│ │ ├── issue6703d.go
│ │ ├── issue6703e.go
│ │ ├── issue6703f.go
│ │ ├── issue6703g.go
│ │ ├── issue6703h.go
│ │ ├── issue6703i.go
│ │ ├── issue6703j.go
│ │ ├── issue6703k.go
│ │ ├── issue6703l.go
│ │ ├── issue6703m.go
│ │ ├── issue6703n.go
│ │ ├── issue6703o.go
│ │ ├── issue6703p.go
│ │ ├── issue6703q.go
│ │ ├── issue6703r.go
│ │ ├── issue6703s.go
│ │ ├── issue6703t.go
│ │ ├── issue6703u.go
│ │ ├── issue6703v.go
│ │ ├── issue6703w.go
│ │ ├── issue6703x.go
│ │ ├── issue6703y.go
│ │ ├── issue6703z.go
│ │ ├── issue6789.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue6789.go
│ │ ├── issue6847.go
│ │ ├── issue6866.go
│ │ ├── issue6889.go
│ │ ├── issue6899.go
│ │ ├── issue6899.out
│ │ ├── issue6902.go
│ │ ├── issue6964.go
│ │ ├── issue7023.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue7023.go
│ │ ├── issue7044.go
│ │ ├── issue7050.go
│ │ ├── issue7083.go
│ │ ├── issue7129.go
│ │ ├── issue7150.go
│ │ ├── issue7153.go
│ │ ├── issue7214.go
│ │ ├── issue7223.go
│ │ ├── issue7272.go
│ │ ├── issue7310.go
│ │ ├── issue7316.go
│ │ ├── issue7346.go
│ │ ├── issue7366.go
│ │ ├── issue7405.go
│ │ ├── issue7419.go
│ │ ├── issue7525.go
│ │ ├── issue7538a.go
│ │ ├── issue7538b.go
│ │ ├── issue7547.go
│ │ ├── issue7550.go
│ │ ├── issue7590.go
│ │ ├── issue7648.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue7648.go
│ │ ├── issue7675.go
│ │ ├── issue7690.go
│ │ ├── issue7740.go
│ │ ├── issue7742.go
│ │ ├── issue7746.go
│ │ ├── issue7760.go
│ │ ├── issue7794.go
│ │ ├── issue7863.go
│ │ ├── issue7867.go
│ │ ├── issue7884.go
│ │ ├── issue7944.go
│ │ ├── issue7995b.dir
│ │ │ ├── x1.go
│ │ │ └── x2.go
│ │ ├── issue7995b.go
│ │ ├── issue7995.go
│ │ ├── issue7996.go
│ │ ├── issue7997.go
│ │ ├── issue7998.go
│ │ ├── issue8004.go
│ │ ├── issue8011.go
│ │ ├── issue8017.go
│ │ ├── issue8028.go
│ │ ├── issue8036.go
│ │ ├── issue8039.go
│ │ ├── issue8047b.go
│ │ ├── issue8047.go
│ │ ├── issue8048.go
│ │ ├── issue8060.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue8060.go
│ │ ├── issue8073.go
│ │ ├── issue8074.go
│ │ ├── issue8076.go
│ │ ├── issue8079.go
│ │ ├── issue8132.go
│ │ ├── issue8139.go
│ │ ├── issue8154.go
│ │ ├── issue8155.go
│ │ ├── issue8158.go
│ │ ├── issue8183.go
│ │ ├── issue8280.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue8280.go
│ │ ├── issue8311.go
│ │ ├── issue8325.go
│ │ ├── issue8336.go
│ │ ├── issue8347.go
│ │ ├── issue8385.go
│ │ ├── issue8475.go
│ │ ├── issue8501.go
│ │ ├── issue8507.go
│ │ ├── issue8612.go
│ │ ├── issue8620.go
│ │ ├── issue8745.go
│ │ ├── issue8761.go
│ │ ├── issue8836.go
│ │ ├── issue887.go
│ │ ├── issue8947.go
│ │ ├── issue8961.go
│ │ ├── issue9006.go
│ │ ├── issue9017.go
│ │ ├── issue9036.go
│ │ ├── issue9076.go
│ │ ├── issue9083.go
│ │ ├── issue9110.go
│ │ ├── issue9321.go
│ │ ├── issue9355.dir
│ │ │ └── a.go
│ │ ├── issue9355.go
│ │ ├── issue9370.go
│ │ ├── issue9432.go
│ │ ├── issue9521.go
│ │ ├── issue9537.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue9537.go
│ │ ├── issue9604b.go
│ │ ├── issue9604.go
│ │ ├── issue9608.dir
│ │ │ └── issue9608.go
│ │ ├── issue9608.go
│ │ ├── issue9634.go
│ │ ├── issue9691.go
│ │ ├── issue9731.go
│ │ ├── issue9738.go
│ │ ├── issue9862.go
│ │ └── issue9862_run.go
│ ├── floatcmp.go
│ ├── float_lit2.go
│ ├── float_lit3.go
│ ├── float_lit.go
│ ├── for.go
│ ├── func1.go
│ ├── func2.go
│ ├── func3.go
│ ├── func4.go
│ ├── func5.go
│ ├── func6.go
│ ├── func7.go
│ ├── func8.go
│ ├── funcdup2.go
│ ├── funcdup.go
│ ├── func.go
│ ├── gc1.go
│ ├── gc2.go
│ ├── gc.go
│ ├── gcstring.go
│ ├── goprint.go
│ ├── goprint.out
│ ├── goto.go
│ ├── helloworld.go
│ ├── helloworld.out
│ ├── if.go
│ ├── import1.go
│ ├── import2.dir
│ │ ├── import2.go
│ │ └── import3.go
│ ├── import2.go
│ ├── import4.dir
│ │ ├── empty.go
│ │ └── import4.go
│ ├── import4.go
│ ├── import5.go
│ ├── import.go
│ ├── index0.go
│ ├── index1.go
│ ├── index2.go
│ ├── index.go
│ ├── indirect1.go
│ ├── indirect.go
│ ├── init1.go
│ ├── initcomma.go
│ ├── init.go
│ ├── initialize.go
│ ├── initializerr.go
│ ├── inline.go
│ ├── intcvt.go
│ ├── interface
│ │ ├── assertinline.go
│ │ ├── bigdata.go
│ │ ├── convert1.go
│ │ ├── convert2.go
│ │ ├── convert.go
│ │ ├── embed1.dir
│ │ │ ├── embed0.go
│ │ │ └── embed1.go
│ │ ├── embed1.go
│ │ ├── embed2.go
│ │ ├── embed.go
│ │ ├── explicit.go
│ │ ├── fail.go
│ │ ├── fake.go
│ │ ├── noeq.go
│ │ ├── pointer.go
│ │ ├── private.dir
│ │ │ ├── private1.go
│ │ │ └── prog.go
│ │ ├── private.go
│ │ ├── receiver1.go
│ │ ├── receiver.go
│ │ ├── recursive1.dir
│ │ │ ├── recursive1.go
│ │ │ └── recursive2.go
│ │ ├── recursive1.go
│ │ ├── recursive.go
│ │ ├── returntype.go
│ │ └── struct.go
│ ├── int_lit.go
│ ├── iota.go
│ ├── ken
│ │ ├── array.go
│ │ ├── chan1.go
│ │ ├── chan.go
│ │ ├── complit.go
│ │ ├── convert.go
│ │ ├── cplx0.go
│ │ ├── cplx0.out
│ │ ├── cplx1.go
│ │ ├── cplx2.go
│ │ ├── cplx3.go
│ │ ├── cplx4.go
│ │ ├── cplx5.go
│ │ ├── divconst.go
│ │ ├── divmod.go
│ │ ├── embed.go
│ │ ├── for.go
│ │ ├── interbasic.go
│ │ ├── interfun.go
│ │ ├── intervar.go
│ │ ├── label.go
│ │ ├── litfun.go
│ │ ├── mfunc.go
│ │ ├── modconst.go
│ │ ├── ptrfun.go
│ │ ├── ptrvar.go
│ │ ├── range.go
│ │ ├── rob1.go
│ │ ├── rob2.go
│ │ ├── robfor.go
│ │ ├── robfunc.go
│ │ ├── shift.go
│ │ ├── simparray.go
│ │ ├── simpbool.go
│ │ ├── simpconv.go
│ │ ├── simpfun.go
│ │ ├── simpswitch.go
│ │ ├── simpvar.go
│ │ ├── slicearray.go
│ │ ├── sliceslice.go
│ │ ├── string.go
│ │ ├── string.out
│ │ └── strvar.go
│ ├── label1.go
│ ├── label.go
│ ├── linkx.go
│ ├── linkx_run.go
│ ├── literal.go
│ ├── live1.go
│ ├── live2.go
│ ├── live.go
│ ├── mallocfin.go
│ ├── map1.go
│ ├── map.go
│ ├── maplinear.go
│ ├── method1.go
│ ├── method2.go
│ ├── method3.go
│ ├── method4.dir
│ │ ├── method4a.go
│ │ └── prog.go
│ ├── method4.go
│ ├── method5.go
│ ├── method.go
│ ├── named1.go
│ ├── named.go
│ ├── nilcheck.go
│ ├── nil.go
│ ├── nilptr2.go
│ ├── nilptr3.go
│ ├── nilptr4.go
│ ├── nilptr.go
│ ├── nosplit.go
│ ├── nul1.go
│ ├── parentype.go
│ ├── peano.go
│ ├── printbig.go
│ ├── printbig.out
│ ├── print.go
│ ├── print.out
│ ├── range.go
│ ├── recover1.go
│ ├── recover2.go
│ ├── recover3.go
│ ├── recover4.go
│ ├── recover.go
│ ├── rename1.go
│ ├── rename.go
│ ├── reorder2.go
│ ├── reorder.go
│ ├── return.go
│ ├── rotate0.go
│ ├── rotate1.go
│ ├── rotate2.go
│ ├── rotate3.go
│ ├── rotate.go
│ ├── rune.go
│ ├── run.go
│ ├── runtime.go
│ ├── safe
│ │ ├── main.go
│ │ ├── nousesafe.go
│ │ ├── pkg.go
│ │ └── usesafe.go
│ ├── shift1.go
│ ├── shift2.go
│ ├── sieve.go
│ ├── sigchld.go
│ ├── sigchld.out
│ ├── simassign.go
│ ├── sinit.go
│ ├── sinit_run.go
│ ├── sizeof.go
│ ├── slice3err.go
│ ├── slice3.go
│ ├── slicecap.go
│ ├── sliceopt.go
│ ├── solitaire.go
│ ├── stack.go
│ ├── stress
│ │ ├── maps.go
│ │ ├── parsego.go
│ │ └── runstress.go
│ ├── string_lit.go
│ ├── stringrange.go
│ ├── struct0.go
│ ├── switch3.go
│ ├── switch4.go
│ ├── switch.go
│ ├── syntax
│ │ ├── chan1.go
│ │ ├── chan.go
│ │ ├── composite.go
│ │ ├── else.go
│ │ ├── forvar.go
│ │ ├── if.go
│ │ ├── import.go
│ │ ├── interface.go
│ │ ├── semi1.go
│ │ ├── semi2.go
│ │ ├── semi3.go
│ │ ├── semi4.go
│ │ ├── semi5.go
│ │ ├── semi6.go
│ │ ├── semi7.go
│ │ ├── topexpr.go
│ │ ├── typesw.go
│ │ ├── vareq1.go
│ │ └── vareq.go
│ ├── tinyfin.go
│ ├── torture.go
│ ├── turing.go
│ ├── typecheck.go
│ ├── typeswitch1.go
│ ├── typeswitch2.go
│ ├── typeswitch3.go
│ ├── typeswitch.go
│ ├── undef.go
│ ├── utf.go
│ ├── varerr.go
│ ├── varinit.go
│ ├── writebarrier.go
│ └── zerodivide.go
└── VERSION
676 directories, 5591 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论