实例介绍
go1.9.2.linux-amd64.tar.gz 此为最新go语言的Linux安装包,1.9.2版本,源自golang官网
【实例截图】
【核心代码】
go1.9.2.linux-amd64.tar
└── go
├── api
│ ├── except.txt
│ ├── go1.1.txt
│ ├── go1.2.txt
│ ├── go1.3.txt
│ ├── go1.4.txt
│ ├── go1.5.txt
│ ├── go1.6.txt
│ ├── go1.7.txt
│ ├── go1.8.txt
│ ├── go1.9.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
│ │ ├── 6years.article
│ │ ├── 6years-gopher.png
│ │ ├── 7years.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
│ │ ├── community-outreach-working-group
│ │ │ └── project.png
│ │ ├── community-outreach-working-group.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
│ │ ├── contributors-summit
│ │ │ ├── IMG_20170712_145844.jpg
│ │ │ ├── IMG_20170712_145854.jpg
│ │ │ ├── IMG_20170712_145905.jpg
│ │ │ ├── IMG_20170712_145911.jpg
│ │ │ └── IMG_20170712_145950.jpg
│ │ ├── contributors-summit.article
│ │ ├── contributor-workshop
│ │ │ ├── image10.png
│ │ │ ├── image11.png
│ │ │ ├── image12.png
│ │ │ ├── image13.png
│ │ │ ├── image14.jpg
│ │ │ ├── image15.png
│ │ │ ├── image16.png
│ │ │ ├── image17.png
│ │ │ ├── image18.jpg
│ │ │ ├── image19.png
│ │ │ ├── image1.png
│ │ │ ├── image20.jpg
│ │ │ ├── image21.jpg
│ │ │ ├── image22.png
│ │ │ ├── image23.png
│ │ │ ├── image2.jpg
│ │ │ ├── image3.png
│ │ │ ├── image4.jpg
│ │ │ ├── image5.jpg
│ │ │ ├── image6.png
│ │ │ ├── image7.png
│ │ │ ├── image8.jpg
│ │ │ └── image9.jpg
│ │ ├── contributor-workshop.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
│ │ ├── developer-experience.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
│ │ ├── go1.6.article
│ │ ├── go1.7.article
│ │ ├── go1.7-binary-size.article
│ │ ├── go1.7-binary-size.png
│ │ ├── go1.8.article
│ │ ├── go1.9
│ │ │ └── helper_test.go
│ │ ├── go1.9.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-fonts
│ │ │ ├── abdgpq-mono.png
│ │ │ ├── abdgpq-proportional.png
│ │ │ ├── go-font-code.png
│ │ │ ├── go-font-greek.png
│ │ │ ├── go-font-jabberwocky.png
│ │ │ ├── go-mono.png
│ │ │ └── go-regular.png
│ │ ├── go-fonts.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
│ │ ├── gopherbelly300.jpg
│ │ ├── gopherbelly.html
│ │ ├── 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
│ │ ├── gouk15
│ │ │ └── gouk.jpg
│ │ ├── gouk15.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
│ │ ├── h2push
│ │ │ ├── networktimeline.png
│ │ │ ├── pusher.go
│ │ │ ├── server
│ │ │ │ ├── cert.pem
│ │ │ │ ├── key.pem
│ │ │ │ ├── main.go
│ │ │ │ └── static
│ │ │ │ ├── app.js
│ │ │ │ └── style.css
│ │ │ └── serverpush.svg
│ │ ├── h2push.article
│ │ ├── http-tracing
│ │ │ ├── client.go
│ │ │ └── trace.go
│ │ ├── http-tracing.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
│ │ ├── matchlang
│ │ │ ├── complete.go
│ │ │ ├── display.go
│ │ │ └── tags.html
│ │ ├── matchlang.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
│ │ ├── subtests.article
│ │ ├── survey2016
│ │ │ ├── aboutme.svg
│ │ │ ├── adequate.svg
│ │ │ ├── agree6.svg
│ │ │ ├── answers.svg
│ │ │ ├── areas.svg
│ │ │ ├── attend.svg
│ │ │ ├── background.html
│ │ │ ├── challenge2.svg
│ │ │ ├── challenge.svg
│ │ │ ├── community.html
│ │ │ ├── contribute1.svg
│ │ │ ├── contribute2.svg
│ │ │ ├── country.svg
│ │ │ ├── deploy.svg
│ │ │ ├── dev.html
│ │ │ ├── docs.svg
│ │ │ ├── ed-feature.svg
│ │ │ ├── ed-satisfy.svg
│ │ │ ├── ed.svg
│ │ │ ├── effective.html
│ │ │ ├── effective.svg
│ │ │ ├── final.svg
│ │ │ ├── howlong.svg
│ │ │ ├── identify.svg
│ │ │ ├── improve.svg
│ │ │ ├── keyword.svg
│ │ │ ├── lang-expertise.svg
│ │ │ ├── lang-preference.svg
│ │ │ ├── library.svg
│ │ │ ├── like.svg
│ │ │ ├── mkhtml.go
│ │ │ ├── news.svg
│ │ │ ├── project.html
│ │ │ ├── quotes.html
│ │ │ ├── README
│ │ │ ├── recommend.svg
│ │ │ ├── system.svg
│ │ │ ├── usage.html
│ │ │ ├── uses.svg
│ │ │ ├── welcome.svg
│ │ │ ├── welcoming.svg
│ │ │ ├── when.svg
│ │ │ ├── why-not.svg
│ │ │ └── why-not-text.svg
│ │ ├── survey2016.article
│ │ ├── survey2016-results.article
│ │ ├── the-app-engine-sdk-and-workspaces-gopath.article
│ │ ├── the-path-to-go-1.article
│ │ ├── third-party-libraries-goprotobuf-and.article
│ │ ├── toward-go2
│ │ │ ├── div-end.html
│ │ │ ├── div-indent.html
│ │ │ ├── error.png
│ │ │ ├── go1-preview.png
│ │ │ ├── go1-release.png
│ │ │ ├── mail.png
│ │ │ ├── process2.graffle
│ │ │ ├── process2.png
│ │ │ ├── process2.svg
│ │ │ ├── process34.graffle
│ │ │ ├── process34.png
│ │ │ ├── process34.svg
│ │ │ ├── process5.graffle
│ │ │ ├── process5.png
│ │ │ ├── process5.svg
│ │ │ ├── process.graffle
│ │ │ ├── process.png
│ │ │ ├── process.svg
│ │ │ └── tweet.png
│ │ ├── toward-go2.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
│ ├── conduct.html
│ ├── contrib.html
│ ├── contribute.html
│ ├── debugging_with_gdb.html
│ ├── devel
│ │ ├── pre_go1.html
│ │ ├── release.html
│ │ └── weekly.html
│ ├── docs.html
│ ├── editors
│ │ ├── gogland.png
│ │ ├── go-plus.png
│ │ ├── vimgo.png
│ │ └── vscodego.png
│ ├── editors.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
│ ├── go1.6.html
│ ├── go1.7.html
│ ├── go1.8.html
│ ├── go1.9.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
│ │ ├── favicon.svg
│ │ ├── 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
│ │ │ ├── issue11097a.go
│ │ │ ├── issue11097b.go
│ │ │ ├── issue13129.go
│ │ │ ├── issue13423.go
│ │ │ ├── issue13635.go
│ │ │ ├── issue13830.go
│ │ │ ├── issue14669.go
│ │ │ ├── issue16116.go
│ │ │ ├── issue16591.go
│ │ │ ├── issue18452.go
│ │ │ ├── issue18889.go
│ │ │ ├── issue7757.go
│ │ │ ├── issue8442.go
│ │ │ ├── malloc.go
│ │ │ ├── ptr.go
│ │ │ └── test.bash
│ │ ├── fortran
│ │ │ ├── answer.f90
│ │ │ ├── fortran.go
│ │ │ ├── fortran_test.go
│ │ │ ├── helloworld
│ │ │ │ └── helloworld.f90
│ │ │ └── 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_stubs_android_test.go
│ │ │ ├── cgo_test.go
│ │ │ ├── cgo_thread_lock.go
│ │ │ ├── cgo_unix_test.go
│ │ │ ├── checkconst.go
│ │ │ ├── complex.go
│ │ │ ├── cthread.go
│ │ │ ├── cthread_unix.c
│ │ │ ├── cthread_windows.c
│ │ │ ├── duplicate_symbol.go
│ │ │ ├── env.go
│ │ │ ├── exports.go
│ │ │ ├── fpvar.go
│ │ │ ├── gcc68255
│ │ │ │ ├── a.go
│ │ │ │ ├── c.c
│ │ │ │ └── c.h
│ │ │ ├── gcc68255.go
│ │ │ ├── helpers.go
│ │ │ ├── issue10303.go
│ │ │ ├── issue11925.go
│ │ │ ├── issue12030.go
│ │ │ ├── issue1222.go
│ │ │ ├── issue1328.go
│ │ │ ├── issue13402.go
│ │ │ ├── issue13930.go
│ │ │ ├── issue14838.go
│ │ │ ├── issue1560.go
│ │ │ ├── issue1635.go
│ │ │ ├── issue17065.go
│ │ │ ├── issue17537.go
│ │ │ ├── issue18126.go
│ │ │ ├── issue18146.go
│ │ │ ├── issue18720.go
│ │ │ ├── issue20129.go
│ │ │ ├── issue20266
│ │ │ │ └── issue20266.h
│ │ │ ├── issue20266.go
│ │ │ ├── issue20369.go
│ │ │ ├── issue21668.go
│ │ │ ├── issue21708.go
│ │ │ ├── issue2462.go
│ │ │ ├── issue3250.go
│ │ │ ├── issue3250w.go
│ │ │ ├── issue3261.go
│ │ │ ├── issue3729.go
│ │ │ ├── issue3729w.go
│ │ │ ├── issue3741.go
│ │ │ ├── issue3775.go
│ │ │ ├── issue3945.go
│ │ │ ├── issue4029.c
│ │ │ ├── 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
│ │ │ ├── issue8756
│ │ │ │ └── issue8756.go
│ │ │ ├── issue8756.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_mips64x.s
│ │ │ │ ├── asm_mipsx.s
│ │ │ │ ├── asm_ppc64x.s
│ │ │ │ ├── asm_s390x.s
│ │ │ │ ├── gccgo.go
│ │ │ │ └── stubs.go
│ │ │ ├── issue9400_linux.go
│ │ │ ├── issue9510a
│ │ │ │ └── a.go
│ │ │ ├── issue9510b
│ │ │ │ └── b.go
│ │ │ ├── issue9510.go
│ │ │ ├── issue9557.go
│ │ │ ├── setgid_linux.go
│ │ │ ├── sigaltstack.go
│ │ │ ├── sigprocmask.c
│ │ │ └── sigprocmask.go
│ │ ├── testasan
│ │ │ └── main.go
│ │ ├── testcarchive
│ │ │ ├── carchive_test.go
│ │ │ ├── main2.c
│ │ │ ├── main3.c
│ │ │ ├── main4.c
│ │ │ ├── main5.c
│ │ │ ├── main6.c
│ │ │ ├── main.c
│ │ │ ├── main_unix.c
│ │ │ ├── main_windows.c
│ │ │ └── src
│ │ │ ├── libgo
│ │ │ │ └── libgo.go
│ │ │ ├── libgo2
│ │ │ │ └── libgo2.go
│ │ │ ├── libgo3
│ │ │ │ └── libgo3.go
│ │ │ ├── libgo4
│ │ │ │ └── libgo4.go
│ │ │ ├── libgo6
│ │ │ │ └── sigprof.go
│ │ │ └── p
│ │ │ └── p.go
│ │ ├── testcshared
│ │ │ ├── main0.c
│ │ │ ├── main1.c
│ │ │ ├── main2.c
│ │ │ ├── main3.c
│ │ │ ├── main4.c
│ │ │ ├── main5.c
│ │ │ ├── src
│ │ │ │ ├── libgo
│ │ │ │ │ └── libgo.go
│ │ │ │ ├── libgo2
│ │ │ │ │ ├── dup2.go
│ │ │ │ │ ├── dup3.go
│ │ │ │ │ └── libgo2.go
│ │ │ │ ├── libgo4
│ │ │ │ │ └── libgo4.go
│ │ │ │ ├── libgo5
│ │ │ │ │ └── libgo5.go
│ │ │ │ └── p
│ │ │ │ └── p.go
│ │ │ └── test.bash
│ │ ├── testgodefs
│ │ │ ├── anonunion.go
│ │ │ ├── issue8478.go
│ │ │ ├── main.go
│ │ │ └── test.bash
│ │ ├── testplugin
│ │ │ ├── altpath
│ │ │ │ └── src
│ │ │ │ ├── common
│ │ │ │ │ └── common.go
│ │ │ │ └── plugin-mismatch
│ │ │ │ └── main.go
│ │ │ ├── src
│ │ │ │ ├── common
│ │ │ │ │ └── common.go
│ │ │ │ ├── host
│ │ │ │ │ └── host.go
│ │ │ │ ├── iface
│ │ │ │ │ └── main.go
│ │ │ │ ├── iface_a
│ │ │ │ │ └── a.go
│ │ │ │ ├── iface_b
│ │ │ │ │ └── b.go
│ │ │ │ ├── iface_i
│ │ │ │ │ └── i.go
│ │ │ │ ├── issue18676
│ │ │ │ │ ├── dynamodbstreamsevt
│ │ │ │ │ │ └── definition.go
│ │ │ │ │ ├── main.go
│ │ │ │ │ └── plugin.go
│ │ │ │ ├── issue19534
│ │ │ │ │ ├── main.go
│ │ │ │ │ └── plugin.go
│ │ │ │ ├── plugin1
│ │ │ │ │ └── plugin1.go
│ │ │ │ ├── plugin2
│ │ │ │ │ └── plugin2.go
│ │ │ │ └── sub
│ │ │ │ └── plugin1
│ │ │ │ └── plugin1.go
│ │ │ ├── test.bash
│ │ │ ├── unnamed1.go
│ │ │ └── unnamed2.go
│ │ ├── testsanitizers
│ │ │ ├── msan2.go
│ │ │ ├── msan3.go
│ │ │ ├── msan4.go
│ │ │ ├── msan5.go
│ │ │ ├── msan_fail.go
│ │ │ ├── msan.go
│ │ │ ├── msan_shared.go
│ │ │ ├── test.bash
│ │ │ ├── tsan10.go
│ │ │ ├── tsan11.go
│ │ │ ├── tsan12.go
│ │ │ ├── tsan2.go
│ │ │ ├── tsan3.go
│ │ │ ├── tsan4.go
│ │ │ ├── tsan5.go
│ │ │ ├── tsan6.go
│ │ │ ├── tsan7.go
│ │ │ ├── tsan8.go
│ │ │ ├── tsan9.go
│ │ │ ├── tsan.go
│ │ │ └── tsan_shared.go
│ │ ├── testshared
│ │ │ ├── shared_test.go
│ │ │ └── src
│ │ │ ├── dep2
│ │ │ │ └── dep2.go
│ │ │ ├── dep3
│ │ │ │ └── dep3.go
│ │ │ ├── depBase
│ │ │ │ ├── asm.s
│ │ │ │ ├── dep.go
│ │ │ │ ├── gccgo.go
│ │ │ │ └── stubs.go
│ │ │ ├── division
│ │ │ │ └── division.go
│ │ │ ├── exe
│ │ │ │ └── exe.go
│ │ │ ├── exe2
│ │ │ │ └── exe2.go
│ │ │ ├── exe3
│ │ │ │ └── exe3.go
│ │ │ ├── execgo
│ │ │ │ └── exe.go
│ │ │ ├── explicit
│ │ │ │ └── explicit.go
│ │ │ ├── iface
│ │ │ │ └── main.go
│ │ │ ├── iface_a
│ │ │ │ └── a.go
│ │ │ ├── iface_b
│ │ │ │ └── b.go
│ │ │ ├── iface_i
│ │ │ │ └── i.go
│ │ │ ├── implicit
│ │ │ │ └── implicit.go
│ │ │ ├── implicitcmd
│ │ │ │ └── implicitcmd.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
│ ├── sortac
│ │ └── sortac.go
│ ├── 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
│ │ │ │ ├── mutex-counter.go
│ │ │ │ ├── range-and-close.go
│ │ │ │ └── select.go
│ │ │ ├── concurrency.article
│ │ │ ├── content_test.go
│ │ │ ├── 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
│ │ │ │ └── tree.png
│ │ │ ├── methods
│ │ │ │ ├── empty-interface.go
│ │ │ │ ├── errors.go
│ │ │ │ ├── exercise-errors.go
│ │ │ │ ├── exercise-images.go
│ │ │ │ ├── exercise-reader.go
│ │ │ │ ├── exercise-rot-reader.go
│ │ │ │ ├── exercise-stringer.go
│ │ │ │ ├── images.go
│ │ │ │ ├── indirection.go
│ │ │ │ ├── indirection-values.go
│ │ │ │ ├── interfaces-are-satisfied-implicitly.go
│ │ │ │ ├── interfaces.go
│ │ │ │ ├── interface-values.go
│ │ │ │ ├── interface-values-with-nil.go
│ │ │ │ ├── methods-continued.go
│ │ │ │ ├── methods-funcs.go
│ │ │ │ ├── methods.go
│ │ │ │ ├── methods-pointers-explained.go
│ │ │ │ ├── methods-pointers.go
│ │ │ │ ├── methods-with-pointer-receivers.go
│ │ │ │ ├── nil-interface-values.go
│ │ │ │ ├── reader.go
│ │ │ │ ├── stringer.go
│ │ │ │ ├── type-assertions.go
│ │ │ │ └── type-switches.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
│ │ │ │ ├── slice-bounds.go
│ │ │ │ ├── slice-len-cap.go
│ │ │ │ ├── slice-literals.go
│ │ │ │ ├── slices.go
│ │ │ │ ├── slices-of-slice.go
│ │ │ │ ├── slices-pointers.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
│ │ │ ├── readers.go
│ │ │ ├── README
│ │ │ ├── rot13.go
│ │ │ ├── slices.go
│ │ │ ├── stringers.go
│ │ │ └── webcrawler.go
│ │ ├── src
│ │ │ └── golang.org
│ │ │ └── x
│ │ │ └── tour
│ │ │ ├── pic
│ │ │ │ └── pic.go
│ │ │ ├── reader
│ │ │ │ └── validate.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
│ │ ├── asm_ppc64x.h
│ │ ├── funcdata.h
│ │ └── textflag.h
│ ├── linux_amd64
│ │ ├── archive
│ │ │ ├── tar.a
│ │ │ └── zip.a
│ │ ├── bufio.a
│ │ ├── bytes.a
│ │ ├── cmd
│ │ │ ├── asm
│ │ │ │ └── internal
│ │ │ │ ├── arch.a
│ │ │ │ ├── asm.a
│ │ │ │ ├── flags.a
│ │ │ │ └── lex.a
│ │ │ ├── compile
│ │ │ │ └── internal
│ │ │ │ ├── amd64.a
│ │ │ │ ├── arm64.a
│ │ │ │ ├── arm.a
│ │ │ │ ├── gc.a
│ │ │ │ ├── mips64.a
│ │ │ │ ├── mips.a
│ │ │ │ ├── ppc64.a
│ │ │ │ ├── s390x.a
│ │ │ │ ├── ssa.a
│ │ │ │ ├── syntax.a
│ │ │ │ ├── test.a
│ │ │ │ ├── types.a
│ │ │ │ └── x86.a
│ │ │ ├── go
│ │ │ │ └── internal
│ │ │ │ ├── base.a
│ │ │ │ ├── bug.a
│ │ │ │ ├── buildid.a
│ │ │ │ ├── cfg.a
│ │ │ │ ├── clean.a
│ │ │ │ ├── cmdflag.a
│ │ │ │ ├── doc.a
│ │ │ │ ├── envcmd.a
│ │ │ │ ├── fix.a
│ │ │ │ ├── fmtcmd.a
│ │ │ │ ├── generate.a
│ │ │ │ ├── get.a
│ │ │ │ ├── help.a
│ │ │ │ ├── list.a
│ │ │ │ ├── load.a
│ │ │ │ ├── run.a
│ │ │ │ ├── str.a
│ │ │ │ ├── test.a
│ │ │ │ ├── tool.a
│ │ │ │ ├── version.a
│ │ │ │ ├── vet.a
│ │ │ │ ├── web.a
│ │ │ │ └── work.a
│ │ │ ├── internal
│ │ │ │ ├── bio.a
│ │ │ │ ├── browser.a
│ │ │ │ ├── dwarf.a
│ │ │ │ ├── gcprog.a
│ │ │ │ ├── goobj.a
│ │ │ │ ├── obj
│ │ │ │ │ ├── arm64.a
│ │ │ │ │ ├── arm.a
│ │ │ │ │ ├── mips.a
│ │ │ │ │ ├── ppc64.a
│ │ │ │ │ ├── s390x.a
│ │ │ │ │ └── x86.a
│ │ │ │ ├── obj.a
│ │ │ │ ├── objabi.a
│ │ │ │ ├── objfile.a
│ │ │ │ ├── src.a
│ │ │ │ └── sys.a
│ │ │ ├── link
│ │ │ │ └── internal
│ │ │ │ ├── amd64.a
│ │ │ │ ├── arm64.a
│ │ │ │ ├── arm.a
│ │ │ │ ├── ld.a
│ │ │ │ ├── mips64.a
│ │ │ │ ├── mips.a
│ │ │ │ ├── ppc64.a
│ │ │ │ ├── s390x.a
│ │ │ │ └── x86.a
│ │ │ ├── vendor
│ │ │ │ ├── github.com
│ │ │ │ │ │ └── pprof
│ │ │ │ │ │ ├── driver.a
│ │ │ │ │ │ ├── internal
│ │ │ │ │ │ │ ├── binutils.a
│ │ │ │ │ │ │ ├── driver.a
│ │ │ │ │ │ │ ├── elfexec.a
│ │ │ │ │ │ │ ├── graph.a
│ │ │ │ │ │ │ ├── measurement.a
│ │ │ │ │ │ │ ├── plugin.a
│ │ │ │ │ │ │ ├── proftest.a
│ │ │ │ │ │ │ ├── report.a
│ │ │ │ │ │ │ ├── symbolizer.a
│ │ │ │ │ │ │ └── symbolz.a
│ │ │ │ │ │ ├── profile.a
│ │ │ │ │ │ └── third_party
│ │ │ │ │ │ └── svg.a
│ │ │ │ │ └── ianlancetaylor
│ │ │ │ │ └── demangle.a
│ │ │ │ └── golang.org
│ │ │ │ └── x
│ │ │ │ └── arch
│ │ │ │ ├── arm
│ │ │ │ │ └── armasm.a
│ │ │ │ ├── ppc64
│ │ │ │ │ └── ppc64asm.a
│ │ │ │ └── x86
│ │ │ │ └── x86asm.a
│ │ │ └── vet
│ │ │ └── internal
│ │ │ ├── cfg.a
│ │ │ └── whitelist.a
│ │ ├── compress
│ │ │ ├── bzip2.a
│ │ │ ├── flate.a
│ │ │ ├── gzip.a
│ │ │ ├── lzw.a
│ │ │ └── zlib.a
│ │ ├── container
│ │ │ ├── heap.a
│ │ │ ├── list.a
│ │ │ └── ring.a
│ │ ├── context.a
│ │ ├── crypto
│ │ │ ├── aes.a
│ │ │ ├── cipher.a
│ │ │ ├── des.a
│ │ │ ├── dsa.a
│ │ │ ├── ecdsa.a
│ │ │ ├── elliptic.a
│ │ │ ├── hmac.a
│ │ │ ├── internal
│ │ │ │ └── cipherhw.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
│ │ │ │ └── srcimporter.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
│ │ │ ├── cpu.a
│ │ │ ├── nettrace.a
│ │ │ ├── poll.a
│ │ │ ├── race.a
│ │ │ ├── singleflight.a
│ │ │ ├── syscall
│ │ │ │ ├── unix.a
│ │ │ │ ├── windows
│ │ │ │ │ ├── registry.a
│ │ │ │ │ └── sysdll.a
│ │ │ │ └── windows.a
│ │ │ ├── testenv.a
│ │ │ └── trace.a
│ │ ├── io
│ │ │ └── ioutil.a
│ │ ├── io.a
│ │ ├── log
│ │ │ └── syslog.a
│ │ ├── log.a
│ │ ├── math
│ │ │ ├── big.a
│ │ │ ├── bits.a
│ │ │ ├── cmplx.a
│ │ │ └── rand.a
│ │ ├── math.a
│ │ ├── mime
│ │ │ ├── multipart.a
│ │ │ └── quotedprintable.a
│ │ ├── mime.a
│ │ ├── net
│ │ │ ├── http
│ │ │ │ ├── cgi.a
│ │ │ │ ├── cookiejar.a
│ │ │ │ ├── fcgi.a
│ │ │ │ ├── httptest.a
│ │ │ │ ├── httptrace.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
│ │ ├── plugin.a
│ │ ├── reflect.a
│ │ ├── regexp
│ │ │ └── syntax.a
│ │ ├── regexp.a
│ │ ├── runtime
│ │ │ ├── cgo.a
│ │ │ ├── debug.a
│ │ │ ├── internal
│ │ │ │ ├── atomic.a
│ │ │ │ └── sys.a
│ │ │ ├── pprof
│ │ │ │ └── internal
│ │ │ │ └── profile.a
│ │ │ ├── pprof.a
│ │ │ ├── race.a
│ │ │ └── trace.a
│ │ ├── runtime.a
│ │ ├── sort.a
│ │ ├── strconv.a
│ │ ├── strings.a
│ │ ├── sync
│ │ │ └── atomic.a
│ │ ├── sync.a
│ │ ├── syscall.a
│ │ ├── testing
│ │ │ ├── internal
│ │ │ │ └── testdeps.a
│ │ │ ├── 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
│ │ └── vendor
│ │ └── golang_org
│ │ └── x
│ │ ├── crypto
│ │ │ ├── chacha20poly1305
│ │ │ │ └── internal
│ │ │ │ └── chacha20.a
│ │ │ ├── chacha20poly1305.a
│ │ │ ├── curve25519.a
│ │ │ └── poly1305.a
│ │ ├── net
│ │ │ ├── http2
│ │ │ │ └── hpack.a
│ │ │ ├── idna.a
│ │ │ ├── lex
│ │ │ │ └── httplex.a
│ │ │ ├── nettest.a
│ │ │ └── proxy.a
│ │ └── text
│ │ ├── secure
│ │ │ └── bidirule.a
│ │ ├── secure.a
│ │ ├── transform.a
│ │ ├── unicode
│ │ │ ├── bidi.a
│ │ │ └── norm.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
│ │ ├── context.a
│ │ ├── crypto
│ │ │ ├── aes.a
│ │ │ ├── cipher.a
│ │ │ ├── des.a
│ │ │ ├── dsa.a
│ │ │ ├── ecdsa.a
│ │ │ ├── elliptic.a
│ │ │ ├── hmac.a
│ │ │ ├── internal
│ │ │ │ └── cipherhw.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
│ │ │ │ └── srcimporter.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
│ │ │ ├── cpu.a
│ │ │ ├── nettrace.a
│ │ │ ├── poll.a
│ │ │ ├── race.a
│ │ │ ├── singleflight.a
│ │ │ ├── syscall
│ │ │ │ ├── unix.a
│ │ │ │ ├── windows
│ │ │ │ │ ├── registry.a
│ │ │ │ │ └── sysdll.a
│ │ │ │ └── windows.a
│ │ │ ├── testenv.a
│ │ │ └── trace.a
│ │ ├── io
│ │ │ └── ioutil.a
│ │ ├── io.a
│ │ ├── log
│ │ │ └── syslog.a
│ │ ├── log.a
│ │ ├── math
│ │ │ ├── big.a
│ │ │ ├── bits.a
│ │ │ ├── cmplx.a
│ │ │ └── rand.a
│ │ ├── math.a
│ │ ├── mime
│ │ │ ├── multipart.a
│ │ │ └── quotedprintable.a
│ │ ├── mime.a
│ │ ├── net
│ │ │ ├── http
│ │ │ │ ├── cgi.a
│ │ │ │ ├── cookiejar.a
│ │ │ │ ├── fcgi.a
│ │ │ │ ├── httptest.a
│ │ │ │ ├── httptrace.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
│ │ ├── plugin.a
│ │ ├── reflect.a
│ │ ├── regexp
│ │ │ └── syntax.a
│ │ ├── regexp.a
│ │ ├── runtime
│ │ │ ├── cgo.a
│ │ │ ├── debug.a
│ │ │ ├── internal
│ │ │ │ ├── atomic.a
│ │ │ │ └── sys.a
│ │ │ ├── pprof
│ │ │ │ └── internal
│ │ │ │ └── profile.a
│ │ │ ├── pprof.a
│ │ │ ├── race.a
│ │ │ └── trace.a
│ │ ├── runtime.a
│ │ ├── sort.a
│ │ ├── strconv.a
│ │ ├── strings.a
│ │ ├── sync
│ │ │ └── atomic.a
│ │ ├── sync.a
│ │ ├── syscall.a
│ │ ├── testing
│ │ │ ├── internal
│ │ │ │ └── testdeps.a
│ │ │ ├── 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
│ │ └── vendor
│ │ └── golang_org
│ │ └── x
│ │ ├── crypto
│ │ │ ├── chacha20poly1305
│ │ │ │ └── internal
│ │ │ │ └── chacha20.a
│ │ │ ├── chacha20poly1305.a
│ │ │ ├── curve25519.a
│ │ │ └── poly1305.a
│ │ ├── net
│ │ │ ├── http2
│ │ │ │ └── hpack.a
│ │ │ ├── idna.a
│ │ │ ├── lex
│ │ │ │ └── httplex.a
│ │ │ ├── nettest.a
│ │ │ └── proxy.a
│ │ └── text
│ │ ├── secure
│ │ │ └── bidirule.a
│ │ ├── secure.a
│ │ ├── transform.a
│ │ ├── unicode
│ │ │ ├── bidi.a
│ │ │ └── norm.a
│ │ └── unicode.a
│ ├── linux_amd64_shared
│ │ ├── errors.a
│ │ ├── fmt.a
│ │ ├── internal
│ │ │ ├── cpu.a
│ │ │ ├── poll.a
│ │ │ └── race.a
│ │ ├── io.a
│ │ ├── math.a
│ │ ├── os.a
│ │ ├── reflect.a
│ │ ├── runtime
│ │ │ ├── cgo.a
│ │ │ └── internal
│ │ │ ├── atomic.a
│ │ │ └── sys.a
│ │ ├── runtime.a
│ │ ├── strconv.a
│ │ ├── sync
│ │ │ └── atomic.a
│ │ ├── sync.a
│ │ ├── syscall.a
│ │ ├── time.a
│ │ ├── unicode
│ │ │ └── utf8.a
│ │ └── unicode.a
│ └── tool
│ └── linux_amd64
│ ├── addr2line
│ ├── asm
│ ├── cgo
│ ├── compile
│ ├── cover
│ ├── dist
│ ├── doc
│ ├── fix
│ ├── link
│ ├── nm
│ ├── objdump
│ ├── pack
│ ├── pprof
│ ├── tour
│ ├── trace
│ └── vet
├── README.md
├── robots.txt
├── src
│ ├── all.bash
│ ├── all.bat
│ ├── all.rc
│ ├── androidtest.bash
│ ├── archive
│ │ ├── tar
│ │ │ ├── common.go
│ │ │ ├── example_test.go
│ │ │ ├── format.go
│ │ │ ├── reader.go
│ │ │ ├── reader_test.go
│ │ │ ├── stat_atimespec.go
│ │ │ ├── stat_atim.go
│ │ │ ├── stat_unix.go
│ │ │ ├── strconv.go
│ │ │ ├── strconv_test.go
│ │ │ ├── tar_test.go
│ │ │ ├── testdata
│ │ │ │ ├── gnu-incremental.tar
│ │ │ │ ├── gnu-multi-hdrs.tar
│ │ │ │ ├── gnu.tar
│ │ │ │ ├── hardlink.tar
│ │ │ │ ├── hdr-only.tar
│ │ │ │ ├── issue10968.tar
│ │ │ │ ├── issue11169.tar
│ │ │ │ ├── issue12435.tar
│ │ │ │ ├── neg-size.tar
│ │ │ │ ├── nil-uid.tar
│ │ │ │ ├── pax-bad-hdr-file.tar
│ │ │ │ ├── pax-bad-mtime-file.tar
│ │ │ │ ├── pax-multi-hdrs.tar
│ │ │ │ ├── pax-path-hdr.tar
│ │ │ │ ├── pax-pos-size-file.tar
│ │ │ │ ├── pax.tar
│ │ │ │ ├── small2.txt
│ │ │ │ ├── small.txt
│ │ │ │ ├── sparse-formats.tar
│ │ │ │ ├── star.tar
│ │ │ │ ├── ustar-file-reg.tar
│ │ │ │ ├── ustar.issue12594.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_amd64.go
│ │ ├── bytes_decl.go
│ │ ├── bytes_generic.go
│ │ ├── bytes.go
│ │ ├── bytes_s390x.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
│ │ │ ├── doc.go
│ │ │ ├── internal
│ │ │ │ ├── arch
│ │ │ │ │ ├── amd64.go
│ │ │ │ │ ├── arch.go
│ │ │ │ │ ├── arm64.go
│ │ │ │ │ ├── arm.go
│ │ │ │ │ ├── mips.go
│ │ │ │ │ ├── ppc64.go
│ │ │ │ │ └── s390x.go
│ │ │ │ ├── asm
│ │ │ │ │ ├── asm.go
│ │ │ │ │ ├── endtoend_test.go
│ │ │ │ │ ├── expr_test.go
│ │ │ │ │ ├── operand_test.go
│ │ │ │ │ ├── parse.go
│ │ │ │ │ ├── pseudo_test.go
│ │ │ │ │ └── testdata
│ │ │ │ │ ├── 386.s
│ │ │ │ │ ├── amd64enc.s
│ │ │ │ │ ├── amd64error.s
│ │ │ │ │ ├── amd64.s
│ │ │ │ │ ├── arm64enc.s
│ │ │ │ │ ├── arm64.s
│ │ │ │ │ ├── armerror.s
│ │ │ │ │ ├── arm.s
│ │ │ │ │ ├── armv6.s
│ │ │ │ │ ├── mips64.s
│ │ │ │ │ ├── mips.s
│ │ │ │ │ ├── ppc64.s
│ │ │ │ │ └── s390x.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
│ │ │ ├── fmt_test.go
│ │ │ ├── internal
│ │ │ │ ├── amd64
│ │ │ │ │ ├── galign.go
│ │ │ │ │ ├── ggen.go
│ │ │ │ │ └── ssa.go
│ │ │ │ ├── arm
│ │ │ │ │ ├── galign.go
│ │ │ │ │ ├── ggen.go
│ │ │ │ │ └── ssa.go
│ │ │ │ ├── arm64
│ │ │ │ │ ├── galign.go
│ │ │ │ │ ├── ggen.go
│ │ │ │ │ └── ssa.go
│ │ │ │ ├── gc
│ │ │ │ │ ├── alg.go
│ │ │ │ │ ├── align.go
│ │ │ │ │ ├── asm_test.go
│ │ │ │ │ ├── bexport.go
│ │ │ │ │ ├── bimport.go
│ │ │ │ │ ├── bitset.go
│ │ │ │ │ ├── bootstrap.go
│ │ │ │ │ ├── builtin
│ │ │ │ │ │ └── runtime.go
│ │ │ │ │ ├── builtin.go
│ │ │ │ │ ├── builtin_test.go
│ │ │ │ │ ├── bv.go
│ │ │ │ │ ├── class_string.go
│ │ │ │ │ ├── closure.go
│ │ │ │ │ ├── constFold_test.go
│ │ │ │ │ ├── const.go
│ │ │ │ │ ├── dcl.go
│ │ │ │ │ ├── esc.go
│ │ │ │ │ ├── export.go
│ │ │ │ │ ├── fixedbugs_test.go
│ │ │ │ │ ├── float_test.go
│ │ │ │ │ ├── fmt.go
│ │ │ │ │ ├── gen.go
│ │ │ │ │ ├── global_test.go
│ │ │ │ │ ├── go.go
│ │ │ │ │ ├── gsubr.go
│ │ │ │ │ ├── iface_test.go
│ │ │ │ │ ├── init.go
│ │ │ │ │ ├── inl.go
│ │ │ │ │ ├── lex.go
│ │ │ │ │ ├── lex_test.go
│ │ │ │ │ ├── logic_test.go
│ │ │ │ │ ├── main.go
│ │ │ │ │ ├── mkbuiltin.go
│ │ │ │ │ ├── mpfloat.go
│ │ │ │ │ ├── mpint.go
│ │ │ │ │ ├── noder.go
│ │ │ │ │ ├── norace.go
│ │ │ │ │ ├── obj.go
│ │ │ │ │ ├── opnames.go
│ │ │ │ │ ├── order.go
│ │ │ │ │ ├── pgen.go
│ │ │ │ │ ├── pgen_test.go
│ │ │ │ │ ├── phi.go
│ │ │ │ │ ├── plive.go
│ │ │ │ │ ├── pprof.go
│ │ │ │ │ ├── race.go
│ │ │ │ │ ├── racewalk.go
│ │ │ │ │ ├── range.go
│ │ │ │ │ ├── reflect.go
│ │ │ │ │ ├── reflect_test.go
│ │ │ │ │ ├── reproduciblebuilds_test.go
│ │ │ │ │ ├── scope.go
│ │ │ │ │ ├── scope_test.go
│ │ │ │ │ ├── select.go
│ │ │ │ │ ├── shift_test.go
│ │ │ │ │ ├── sinit.go
│ │ │ │ │ ├── sizeof_test.go
│ │ │ │ │ ├── ssa.go
│ │ │ │ │ ├── ssa_test.go
│ │ │ │ │ ├── subr.go
│ │ │ │ │ ├── swt.go
│ │ │ │ │ ├── swt_test.go
│ │ │ │ │ ├── syntax.go
│ │ │ │ │ ├── testdata
│ │ │ │ │ │ ├── addressed.go
│ │ │ │ │ │ ├── append.go
│ │ │ │ │ │ ├── arithBoundary.go
│ │ │ │ │ │ ├── arithConst.go
│ │ │ │ │ │ ├── arith.go
│ │ │ │ │ │ ├── array.go
│ │ │ │ │ │ ├── assert.go
│ │ │ │ │ │ ├── break.go
│ │ │ │ │ │ ├── chan.go
│ │ │ │ │ │ ├── closure.go
│ │ │ │ │ │ ├── cmpConst.go
│ │ │ │ │ │ ├── cmp.go
│ │ │ │ │ │ ├── compound.go
│ │ │ │ │ │ ├── copy.go
│ │ │ │ │ │ ├── ctl.go
│ │ │ │ │ │ ├── deferNoReturn.go
│ │ │ │ │ │ ├── divbyzero.go
│ │ │ │ │ │ ├── dupLoad.go
│ │ │ │ │ │ ├── fp.go
│ │ │ │ │ │ ├── gen
│ │ │ │ │ │ │ ├── arithBoundaryGen.go
│ │ │ │ │ │ │ ├── arithConstGen.go
│ │ │ │ │ │ │ ├── cmpConstGen.go
│ │ │ │ │ │ │ ├── constFoldGen.go
│ │ │ │ │ │ │ ├── copyGen.go
│ │ │ │ │ │ │ └── zeroGen.go
│ │ │ │ │ │ ├── loadstore.go
│ │ │ │ │ │ ├── map.go
│ │ │ │ │ │ ├── namedReturn.go
│ │ │ │ │ │ ├── phi.go
│ │ │ │ │ │ ├── regalloc.go
│ │ │ │ │ │ ├── reproducible
│ │ │ │ │ │ │ └── issue20272.go
│ │ │ │ │ │ ├── short.go
│ │ │ │ │ │ ├── slice.go
│ │ │ │ │ │ ├── sqrt_const.go
│ │ │ │ │ │ ├── string.go
│ │ │ │ │ │ ├── unsafe.go
│ │ │ │ │ │ └── zero.go
│ │ │ │ │ ├── timings.go
│ │ │ │ │ ├── trace.go
│ │ │ │ │ ├── truncconst_test.go
│ │ │ │ │ ├── typecheck.go
│ │ │ │ │ ├── types_acc.go
│ │ │ │ │ ├── types.go
│ │ │ │ │ ├── universe.go
│ │ │ │ │ ├── unsafe.go
│ │ │ │ │ ├── util.go
│ │ │ │ │ └── walk.go
│ │ │ │ ├── mips
│ │ │ │ │ ├── galign.go
│ │ │ │ │ ├── ggen.go
│ │ │ │ │ └── ssa.go
│ │ │ │ ├── mips64
│ │ │ │ │ ├── galign.go
│ │ │ │ │ ├── ggen.go
│ │ │ │ │ └── ssa.go
│ │ │ │ ├── ppc64
│ │ │ │ │ ├── galign.go
│ │ │ │ │ ├── ggen.go
│ │ │ │ │ ├── opt.go
│ │ │ │ │ └── ssa.go
│ │ │ │ ├── s390x
│ │ │ │ │ ├── galign.go
│ │ │ │ │ ├── ggen.go
│ │ │ │ │ └── ssa.go
│ │ │ │ ├── ssa
│ │ │ │ │ ├── block.go
│ │ │ │ │ ├── cache.go
│ │ │ │ │ ├── checkbce.go
│ │ │ │ │ ├── check.go
│ │ │ │ │ ├── compile.go
│ │ │ │ │ ├── config.go
│ │ │ │ │ ├── copyelim.go
│ │ │ │ │ ├── copyelim_test.go
│ │ │ │ │ ├── critical.go
│ │ │ │ │ ├── cse.go
│ │ │ │ │ ├── cse_test.go
│ │ │ │ │ ├── deadcode.go
│ │ │ │ │ ├── deadcode_test.go
│ │ │ │ │ ├── deadstore.go
│ │ │ │ │ ├── deadstore_test.go
│ │ │ │ │ ├── decompose.go
│ │ │ │ │ ├── dom.go
│ │ │ │ │ ├── dom_test.go
│ │ │ │ │ ├── export_test.go
│ │ │ │ │ ├── flagalloc.go
│ │ │ │ │ ├── func.go
│ │ │ │ │ ├── func_test.go
│ │ │ │ │ ├── fuse.go
│ │ │ │ │ ├── fuse_test.go
│ │ │ │ │ ├── gen
│ │ │ │ │ │ ├── 386Ops.go
│ │ │ │ │ │ ├── 386.rules
│ │ │ │ │ │ ├── AMD64Ops.go
│ │ │ │ │ │ ├── AMD64.rules
│ │ │ │ │ │ ├── ARM64Ops.go
│ │ │ │ │ │ ├── ARM64.rules
│ │ │ │ │ │ ├── ARMOps.go
│ │ │ │ │ │ ├── ARM.rules
│ │ │ │ │ │ ├── dec64Ops.go
│ │ │ │ │ │ ├── dec64.rules
│ │ │ │ │ │ ├── decOps.go
│ │ │ │ │ │ ├── dec.rules
│ │ │ │ │ │ ├── genericOps.go
│ │ │ │ │ │ ├── generic.rules
│ │ │ │ │ │ ├── main.go
│ │ │ │ │ │ ├── MIPS64Ops.go
│ │ │ │ │ │ ├── MIPS64.rules
│ │ │ │ │ │ ├── MIPSOps.go
│ │ │ │ │ │ ├── MIPS.rules
│ │ │ │ │ │ ├── PPC64Ops.go
│ │ │ │ │ │ ├── PPC64.rules
│ │ │ │ │ │ ├── README
│ │ │ │ │ │ ├── rulegen.go
│ │ │ │ │ │ ├── S390XOps.go
│ │ │ │ │ │ └── S390X.rules
│ │ │ │ │ ├── html.go
│ │ │ │ │ ├── id.go
│ │ │ │ │ ├── layout.go
│ │ │ │ │ ├── lca.go
│ │ │ │ │ ├── lca_test.go
│ │ │ │ │ ├── likelyadjust.go
│ │ │ │ │ ├── location.go
│ │ │ │ │ ├── loopbce.go
│ │ │ │ │ ├── loopreschedchecks.go
│ │ │ │ │ ├── looprotate.go
│ │ │ │ │ ├── loop_test.go
│ │ │ │ │ ├── lower.go
│ │ │ │ │ ├── magic.go
│ │ │ │ │ ├── magic_test.go
│ │ │ │ │ ├── nilcheck.go
│ │ │ │ │ ├── nilcheck_test.go
│ │ │ │ │ ├── opGen.go
│ │ │ │ │ ├── op.go
│ │ │ │ │ ├── opt.go
│ │ │ │ │ ├── passbm_test.go
│ │ │ │ │ ├── phielim.go
│ │ │ │ │ ├── phiopt.go
│ │ │ │ │ ├── print.go
│ │ │ │ │ ├── prove.go
│ │ │ │ │ ├── redblack32.go
│ │ │ │ │ ├── redblack32_test.go
│ │ │ │ │ ├── regalloc.go
│ │ │ │ │ ├── regalloc_test.go
│ │ │ │ │ ├── rewrite386.go
│ │ │ │ │ ├── rewriteAMD64.go
│ │ │ │ │ ├── rewriteARM64.go
│ │ │ │ │ ├── rewriteARM.go
│ │ │ │ │ ├── rewritedec64.go
│ │ │ │ │ ├── rewritedec.go
│ │ │ │ │ ├── rewritegeneric.go
│ │ │ │ │ ├── rewrite.go
│ │ │ │ │ ├── rewriteMIPS64.go
│ │ │ │ │ ├── rewriteMIPS.go
│ │ │ │ │ ├── rewritePPC64.go
│ │ │ │ │ ├── rewriteS390X.go
│ │ │ │ │ ├── rewrite_test.go
│ │ │ │ │ ├── schedule.go
│ │ │ │ │ ├── schedule_test.go
│ │ │ │ │ ├── shift_test.go
│ │ │ │ │ ├── shortcircuit.go
│ │ │ │ │ ├── shortcircuit_test.go
│ │ │ │ │ ├── sizeof_test.go
│ │ │ │ │ ├── sparsemap.go
│ │ │ │ │ ├── sparseset.go
│ │ │ │ │ ├── sparsetree.go
│ │ │ │ │ ├── sparsetreemap.go
│ │ │ │ │ ├── stackalloc.go
│ │ │ │ │ ├── stackframe.go
│ │ │ │ │ ├── tighten.go
│ │ │ │ │ ├── TODO
│ │ │ │ │ ├── trim.go
│ │ │ │ │ ├── value.go
│ │ │ │ │ ├── writebarrier.go
│ │ │ │ │ ├── writebarrier_test.go
│ │ │ │ │ └── zcse.go
│ │ │ │ ├── syntax
│ │ │ │ │ ├── branches.go
│ │ │ │ │ ├── dumper.go
│ │ │ │ │ ├── dumper_test.go
│ │ │ │ │ ├── nodes.go
│ │ │ │ │ ├── nodes_test.go
│ │ │ │ │ ├── parser.go
│ │ │ │ │ ├── parser_test.go
│ │ │ │ │ ├── printer.go
│ │ │ │ │ ├── printer_test.go
│ │ │ │ │ ├── scanner.go
│ │ │ │ │ ├── scanner_test.go
│ │ │ │ │ ├── source.go
│ │ │ │ │ ├── syntax.go
│ │ │ │ │ └── tokens.go
│ │ │ │ ├── test
│ │ │ │ │ ├── divconst_test.go
│ │ │ │ │ ├── README
│ │ │ │ │ └── test.go
│ │ │ │ ├── types
│ │ │ │ │ ├── pkg.go
│ │ │ │ │ ├── scope.go
│ │ │ │ │ ├── sizeof_test.go
│ │ │ │ │ ├── sym.go
│ │ │ │ │ ├── type.go
│ │ │ │ │ └── utils.go
│ │ │ │ └── x86
│ │ │ │ ├── 387.go
│ │ │ │ ├── galign.go
│ │ │ │ ├── ggen.go
│ │ │ │ └── ssa.go
│ │ │ └── main.go
│ │ ├── cover
│ │ │ ├── cover.go
│ │ │ ├── cover_test.go
│ │ │ ├── doc.go
│ │ │ ├── func.go
│ │ │ ├── html.go
│ │ │ ├── profile.go
│ │ │ └── testdata
│ │ │ ├── main.go
│ │ │ ├── p.go
│ │ │ ├── profile.cov
│ │ │ └── test.go
│ │ ├── dist
│ │ │ ├── build.go
│ │ │ ├── buildgo.go
│ │ │ ├── buildruntime.go
│ │ │ ├── buildtool.go
│ │ │ ├── cpuid_386.s
│ │ │ ├── cpuid_amd64.s
│ │ │ ├── cpuid_default.s
│ │ │ ├── deps.go
│ │ │ ├── main.go
│ │ │ ├── mkdeps.bash
│ │ │ ├── README
│ │ │ ├── sys_default.go
│ │ │ ├── sys_windows.go
│ │ │ ├── test.go
│ │ │ ├── test_linux.go
│ │ │ ├── util_gccgo.go
│ │ │ ├── util_gc.go
│ │ │ ├── util.go
│ │ │ ├── vfp_arm.s
│ │ │ └── vfp_default.s
│ │ ├── doc
│ │ │ ├── dirs.go
│ │ │ ├── doc_test.go
│ │ │ ├── main.go
│ │ │ ├── pkg.go
│ │ │ └── testdata
│ │ │ └── pkg.go
│ │ ├── fix
│ │ │ ├── context.go
│ │ │ ├── context_test.go
│ │ │ ├── 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
│ │ │ ├── go11.go
│ │ │ ├── go_test.go
│ │ │ ├── go_unix_test.go
│ │ │ ├── go_windows_test.go
│ │ │ ├── internal
│ │ │ │ ├── base
│ │ │ │ │ ├── base.go
│ │ │ │ │ ├── env.go
│ │ │ │ │ ├── flag.go
│ │ │ │ │ ├── path.go
│ │ │ │ │ ├── signal.go
│ │ │ │ │ ├── signal_notunix.go
│ │ │ │ │ ├── signal_unix.go
│ │ │ │ │ └── tool.go
│ │ │ │ ├── bug
│ │ │ │ │ └── bug.go
│ │ │ │ ├── buildid
│ │ │ │ │ ├── buildid.go
│ │ │ │ │ └── note.go
│ │ │ │ ├── cfg
│ │ │ │ │ ├── cfg.go
│ │ │ │ │ ├── zdefaultcc.go
│ │ │ │ │ └── zosarch.go
│ │ │ │ ├── clean
│ │ │ │ │ └── clean.go
│ │ │ │ ├── cmdflag
│ │ │ │ │ └── flag.go
│ │ │ │ ├── doc
│ │ │ │ │ └── doc.go
│ │ │ │ ├── envcmd
│ │ │ │ │ └── env.go
│ │ │ │ ├── fix
│ │ │ │ │ └── fix.go
│ │ │ │ ├── fmtcmd
│ │ │ │ │ └── fmt.go
│ │ │ │ ├── generate
│ │ │ │ │ ├── generate.go
│ │ │ │ │ └── generate_test.go
│ │ │ │ ├── get
│ │ │ │ │ ├── discovery.go
│ │ │ │ │ ├── get.go
│ │ │ │ │ ├── pkg_test.go
│ │ │ │ │ ├── tag_test.go
│ │ │ │ │ ├── vcs.go
│ │ │ │ │ └── vcs_test.go
│ │ │ │ ├── help
│ │ │ │ │ ├── helpdoc.go
│ │ │ │ │ └── help.go
│ │ │ │ ├── list
│ │ │ │ │ ├── context.go
│ │ │ │ │ └── list.go
│ │ │ │ ├── load
│ │ │ │ │ ├── match_test.go
│ │ │ │ │ ├── path.go
│ │ │ │ │ ├── pkg.go
│ │ │ │ │ ├── search.go
│ │ │ │ │ └── testgo.go
│ │ │ │ ├── run
│ │ │ │ │ └── run.go
│ │ │ │ ├── str
│ │ │ │ │ └── str.go
│ │ │ │ ├── test
│ │ │ │ │ ├── testflag.go
│ │ │ │ │ └── test.go
│ │ │ │ ├── tool
│ │ │ │ │ └── tool.go
│ │ │ │ ├── version
│ │ │ │ │ └── version.go
│ │ │ │ ├── vet
│ │ │ │ │ ├── vetflag.go
│ │ │ │ │ └── vet.go
│ │ │ │ ├── web
│ │ │ │ │ ├── bootstrap.go
│ │ │ │ │ ├── http.go
│ │ │ │ │ └── security.go
│ │ │ │ └── work
│ │ │ │ ├── build.go
│ │ │ │ ├── build_test.go
│ │ │ │ └── testgo.go
│ │ │ ├── main.go
│ │ │ ├── mkalldocs.sh
│ │ │ ├── note_test.go
│ │ │ ├── testdata
│ │ │ │ ├── dep_test.go
│ │ │ │ ├── example1_test.go
│ │ │ │ ├── example2_test.go
│ │ │ │ ├── failssh
│ │ │ │ │ └── ssh
│ │ │ │ ├── flag_test.go
│ │ │ │ ├── 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
│ │ │ │ │ ├── bench
│ │ │ │ │ │ └── x_test.go
│ │ │ │ │ ├── benchfatal
│ │ │ │ │ │ └── x_test.go
│ │ │ │ │ ├── canonical
│ │ │ │ │ │ ├── a
│ │ │ │ │ │ │ ├── a.go
│ │ │ │ │ │ │ └── vendor
│ │ │ │ │ │ │ └── c
│ │ │ │ │ │ │ └── c.go
│ │ │ │ │ │ ├── b
│ │ │ │ │ │ │ └── b.go
│ │ │ │ │ │ └── d
│ │ │ │ │ │ └── d.go
│ │ │ │ │ ├── cgoasm
│ │ │ │ │ │ ├── p.go
│ │ │ │ │ │ └── p.s
│ │ │ │ │ ├── cgocover
│ │ │ │ │ │ ├── p.go
│ │ │ │ │ │ └── p_test.go
│ │ │ │ │ ├── cgocover2
│ │ │ │ │ │ ├── p.go
│ │ │ │ │ │ └── x_test.go
│ │ │ │ │ ├── cgocover3
│ │ │ │ │ │ ├── p.go
│ │ │ │ │ │ ├── p_test.go
│ │ │ │ │ │ └── x_test.go
│ │ │ │ │ ├── cgocover4
│ │ │ │ │ │ ├── notcgo.go
│ │ │ │ │ │ ├── p.go
│ │ │ │ │ │ └── x_test.go
│ │ │ │ │ ├── cgotest
│ │ │ │ │ │ └── m.go
│ │ │ │ │ ├── dupload
│ │ │ │ │ │ ├── dupload.go
│ │ │ │ │ │ ├── p
│ │ │ │ │ │ │ └── p.go
│ │ │ │ │ │ ├── p2
│ │ │ │ │ │ │ └── p2.go
│ │ │ │ │ │ └── vendor
│ │ │ │ │ │ └── p
│ │ │ │ │ │ └── p.go
│ │ │ │ │ ├── empty
│ │ │ │ │ │ ├── pkg
│ │ │ │ │ │ │ └── pkg.go
│ │ │ │ │ │ ├── pkgtest
│ │ │ │ │ │ │ ├── pkg.go
│ │ │ │ │ │ │ └── test_test.go
│ │ │ │ │ │ ├── pkgtestxtest
│ │ │ │ │ │ │ ├── pkg.go
│ │ │ │ │ │ │ ├── test_test.go
│ │ │ │ │ │ │ └── xtest_test.go
│ │ │ │ │ │ ├── pkgxtest
│ │ │ │ │ │ │ ├── pkg.go
│ │ │ │ │ │ │ └── xtest_test.go
│ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ └── test_test.go
│ │ │ │ │ │ ├── testxtest
│ │ │ │ │ │ │ ├── test_test.go
│ │ │ │ │ │ │ └── xtest_test.go
│ │ │ │ │ │ └── xtest
│ │ │ │ │ │ └── xtest_test.go
│ │ │ │ │ ├── exclude
│ │ │ │ │ │ ├── empty
│ │ │ │ │ │ │ └── x.txt
│ │ │ │ │ │ ├── ignore
│ │ │ │ │ │ │ └── _x.go
│ │ │ │ │ │ ├── x.go
│ │ │ │ │ │ └── x_linux.go
│ │ │ │ │ ├── gencycle
│ │ │ │ │ │ └── gencycle.go
│ │ │ │ │ ├── go-cmd-test
│ │ │ │ │ │ └── helloworld.go
│ │ │ │ │ ├── importmain
│ │ │ │ │ │ ├── ismain
│ │ │ │ │ │ │ └── main.go
│ │ │ │ │ │ └── test
│ │ │ │ │ │ ├── test.go
│ │ │ │ │ │ └── test_test.go
│ │ │ │ │ ├── main_test
│ │ │ │ │ │ ├── m.go
│ │ │ │ │ │ └── m_test.go
│ │ │ │ │ ├── my.pkg
│ │ │ │ │ │ ├── main
│ │ │ │ │ │ │ └── main.go
│ │ │ │ │ │ └── pkg.go
│ │ │ │ │ ├── notest
│ │ │ │ │ │ └── hello.go
│ │ │ │ │ ├── run
│ │ │ │ │ │ ├── bad.go
│ │ │ │ │ │ ├── good.go
│ │ │ │ │ │ ├── internal
│ │ │ │ │ │ │ └── internal.go
│ │ │ │ │ │ └── subdir
│ │ │ │ │ │ └── internal
│ │ │ │ │ │ └── private
│ │ │ │ │ │ └── private.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
│ │ │ │ │ ├── testlist
│ │ │ │ │ │ ├── bench_test.go
│ │ │ │ │ │ ├── example_test.go
│ │ │ │ │ │ └── test_test.go
│ │ │ │ │ ├── testrace
│ │ │ │ │ │ └── race_test.go
│ │ │ │ │ ├── testregexp
│ │ │ │ │ │ ├── x_test.go
│ │ │ │ │ │ └── z_test.go
│ │ │ │ │ ├── vend
│ │ │ │ │ │ ├── bad.go
│ │ │ │ │ │ ├── dir1
│ │ │ │ │ │ │ └── dir1.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
│ │ │ │ │ │ │ └── vend
│ │ │ │ │ │ │ └── dir1
│ │ │ │ │ │ │ └── dir2
│ │ │ │ │ │ │ └── dir2.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_benchmark_test.go
│ │ │ │ ├── standalone_fail_sub_test.go
│ │ │ │ ├── standalone_parallel_sub_test.go
│ │ │ │ ├── standalone_sub_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
│ │ │ │ ├── testterminal18153
│ │ │ │ │ └── terminal_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
│ │ │ │ └── timeoutbench_test.go
│ │ │ └── vendor_test.go
│ │ ├── gofmt
│ │ │ ├── doc.go
│ │ │ ├── gofmt.go
│ │ │ ├── gofmt_test.go
│ │ │ ├── internal.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
│ │ │ ├── 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
│ │ │ ├── rewrite9.golden
│ │ │ ├── rewrite9.input
│ │ │ ├── slices1.golden
│ │ │ ├── slices1.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
│ │ │ ├── typealias.golden
│ │ │ ├── typealias.input
│ │ │ ├── typeswitch.golden
│ │ │ └── typeswitch.input
│ │ ├── internal
│ │ │ ├── bio
│ │ │ │ ├── buf.go
│ │ │ │ └── must.go
│ │ │ ├── browser
│ │ │ │ └── browser.go
│ │ │ ├── dwarf
│ │ │ │ ├── dwarf_defs.go
│ │ │ │ ├── dwarf.go
│ │ │ │ └── dwarf_test.go
│ │ │ ├── gcprog
│ │ │ │ └── gcprog.go
│ │ │ ├── goobj
│ │ │ │ └── read.go
│ │ │ ├── obj
│ │ │ │ ├── addrtype_string.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
│ │ │ │ │ ├── asm_test.go
│ │ │ │ │ ├── list7.go
│ │ │ │ │ └── obj7.go
│ │ │ │ ├── bootstrap.go
│ │ │ │ ├── data.go
│ │ │ │ ├── go.go
│ │ │ │ ├── inl.go
│ │ │ │ ├── ld.go
│ │ │ │ ├── line.go
│ │ │ │ ├── line_test.go
│ │ │ │ ├── link.go
│ │ │ │ ├── mips
│ │ │ │ │ ├── anames0.go
│ │ │ │ │ ├── anames.go
│ │ │ │ │ ├── a.out.go
│ │ │ │ │ ├── asm0.go
│ │ │ │ │ ├── list0.go
│ │ │ │ │ └── obj0.go
│ │ │ │ ├── objfile.go
│ │ │ │ ├── pass.go
│ │ │ │ ├── pcln.go
│ │ │ │ ├── plist.go
│ │ │ │ ├── ppc64
│ │ │ │ │ ├── anames9.go
│ │ │ │ │ ├── anames.go
│ │ │ │ │ ├── a.out.go
│ │ │ │ │ ├── asm9.go
│ │ │ │ │ ├── list9.go
│ │ │ │ │ └── obj9.go
│ │ │ │ ├── s390x
│ │ │ │ │ ├── anames.go
│ │ │ │ │ ├── anamesz.go
│ │ │ │ │ ├── a.out.go
│ │ │ │ │ ├── asmz.go
│ │ │ │ │ ├── listz.go
│ │ │ │ │ ├── objz.go
│ │ │ │ │ └── vector.go
│ │ │ │ ├── sizeof_test.go
│ │ │ │ ├── sort.go
│ │ │ │ ├── stringer.go
│ │ │ │ ├── sym.go
│ │ │ │ ├── textflag.go
│ │ │ │ ├── util.go
│ │ │ │ └── x86
│ │ │ │ ├── anames.go
│ │ │ │ ├── a.out.go
│ │ │ │ ├── asm6.go
│ │ │ │ ├── issue19518_test.go
│ │ │ │ ├── list6.go
│ │ │ │ ├── obj6.go
│ │ │ │ └── obj6_test.go
│ │ │ ├── objabi
│ │ │ │ ├── autotype.go
│ │ │ │ ├── doc.go
│ │ │ │ ├── flag.go
│ │ │ │ ├── funcdata.go
│ │ │ │ ├── head.go
│ │ │ │ ├── line.go
│ │ │ │ ├── path.go
│ │ │ │ ├── path_test.go
│ │ │ │ ├── reloctype.go
│ │ │ │ ├── reloctype_string.go
│ │ │ │ ├── stack.go
│ │ │ │ ├── symkind.go
│ │ │ │ ├── symkind_string.go
│ │ │ │ ├── typekind.go
│ │ │ │ ├── util.go
│ │ │ │ └── zbootstrap.go
│ │ │ ├── objfile
│ │ │ │ ├── disasm.go
│ │ │ │ ├── elf.go
│ │ │ │ ├── goobj.go
│ │ │ │ ├── macho.go
│ │ │ │ ├── objfile.go
│ │ │ │ ├── pe.go
│ │ │ │ └── plan9obj.go
│ │ │ ├── src
│ │ │ │ ├── pos.go
│ │ │ │ ├── pos_test.go
│ │ │ │ ├── xpos.go
│ │ │ │ └── xpos_test.go
│ │ │ └── sys
│ │ │ └── arch.go
│ │ ├── link
│ │ │ ├── doc.go
│ │ │ ├── dwarf_test.go
│ │ │ ├── internal
│ │ │ │ ├── amd64
│ │ │ │ │ ├── asm.go
│ │ │ │ │ ├── l.go
│ │ │ │ │ └── obj.go
│ │ │ │ ├── arm
│ │ │ │ │ ├── asm.go
│ │ │ │ │ ├── l.go
│ │ │ │ │ └── obj.go
│ │ │ │ ├── arm64
│ │ │ │ │ ├── asm.go
│ │ │ │ │ ├── l.go
│ │ │ │ │ └── obj.go
│ │ │ │ ├── ld
│ │ │ │ │ ├── ar.go
│ │ │ │ │ ├── config.go
│ │ │ │ │ ├── data.go
│ │ │ │ │ ├── deadcode.go
│ │ │ │ │ ├── decodesym.go
│ │ │ │ │ ├── dwarf.go
│ │ │ │ │ ├── dwarf_test.go
│ │ │ │ │ ├── elf.go
│ │ │ │ │ ├── go.go
│ │ │ │ │ ├── ldelf.go
│ │ │ │ │ ├── ld.go
│ │ │ │ │ ├── ldmacho.go
│ │ │ │ │ ├── ldpe.go
│ │ │ │ │ ├── lib.go
│ │ │ │ │ ├── link.go
│ │ │ │ │ ├── macho_combine_dwarf.go
│ │ │ │ │ ├── macho.go
│ │ │ │ │ ├── main.go
│ │ │ │ │ ├── nooptcgolink_test.go
│ │ │ │ │ ├── objfile.go
│ │ │ │ │ ├── pcln.go
│ │ │ │ │ ├── pe.go
│ │ │ │ │ ├── symbols.go
│ │ │ │ │ ├── sym.go
│ │ │ │ │ ├── symkind.go
│ │ │ │ │ ├── symkind_string.go
│ │ │ │ │ ├── symtab.go
│ │ │ │ │ ├── typelink.go
│ │ │ │ │ └── util.go
│ │ │ │ ├── mips
│ │ │ │ │ ├── asm.go
│ │ │ │ │ ├── l.go
│ │ │ │ │ └── obj.go
│ │ │ │ ├── mips64
│ │ │ │ │ ├── asm.go
│ │ │ │ │ ├── l.go
│ │ │ │ │ └── obj.go
│ │ │ │ ├── ppc64
│ │ │ │ │ ├── asm.go
│ │ │ │ │ ├── l.go
│ │ │ │ │ └── obj.go
│ │ │ │ ├── s390x
│ │ │ │ │ ├── asm.go
│ │ │ │ │ ├── l.go
│ │ │ │ │ └── obj.go
│ │ │ │ └── x86
│ │ │ │ ├── asm.go
│ │ │ │ ├── l.go
│ │ │ │ └── obj.go
│ │ │ ├── linkbig_test.go
│ │ │ ├── link_test.go
│ │ │ └── main.go
│ │ ├── nm
│ │ │ ├── doc.go
│ │ │ ├── nm_cgo_test.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
│ │ │ ├── pprof.go
│ │ │ └── README
│ │ ├── trace
│ │ │ ├── doc.go
│ │ │ ├── goroutines.go
│ │ │ ├── main.go
│ │ │ ├── pprof.go
│ │ │ ├── trace.go
│ │ │ └── trace_test.go
│ │ ├── vendor
│ │ │ ├── github.com
│ │ │ │ │ └── pprof
│ │ │ │ │ ├── AUTHORS
│ │ │ │ │ ├── CONTRIBUTING
│ │ │ │ │ ├── CONTRIBUTORS
│ │ │ │ │ ├── doc
│ │ │ │ │ │ ├── developer
│ │ │ │ │ │ │ ├── pprof.dev.md
│ │ │ │ │ │ │ └── profile.proto.md
│ │ │ │ │ │ └── pprof.md
│ │ │ │ │ ├── driver
│ │ │ │ │ │ └── driver.go
│ │ │ │ │ ├── internal
│ │ │ │ │ │ ├── binutils
│ │ │ │ │ │ │ ├── addr2liner.go
│ │ │ │ │ │ │ ├── addr2liner_llvm.go
│ │ │ │ │ │ │ ├── addr2liner_nm.go
│ │ │ │ │ │ │ ├── binutils.go
│ │ │ │ │ │ │ ├── binutils_test.go
│ │ │ │ │ │ │ ├── disasm.go
│ │ │ │ │ │ │ └── disasm_test.go
│ │ │ │ │ │ ├── driver
│ │ │ │ │ │ │ ├── cli.go
│ │ │ │ │ │ │ ├── commands.go
│ │ │ │ │ │ │ ├── driver_focus.go
│ │ │ │ │ │ │ ├── driver.go
│ │ │ │ │ │ │ ├── driver_test.go
│ │ │ │ │ │ │ ├── fetch.go
│ │ │ │ │ │ │ ├── fetch_test.go
│ │ │ │ │ │ │ ├── interactive.go
│ │ │ │ │ │ │ ├── interactive_test.go
│ │ │ │ │ │ │ ├── options.go
│ │ │ │ │ │ │ ├── tempfile.go
│ │ │ │ │ │ │ └── testdata
│ │ │ │ │ │ │ ├── cppbench.cpu
│ │ │ │ │ │ │ ├── file1000.src
│ │ │ │ │ │ │ ├── file2000.src
│ │ │ │ │ │ │ ├── file3000.src
│ │ │ │ │ │ │ ├── go.crc32.cpu
│ │ │ │ │ │ │ ├── go.nomappings.crash
│ │ │ │ │ │ │ ├── PaxHeaders.0
│ │ │ │ │ │ │ │ ├── pprof.contention.fla
│ │ │ │ │ │ │ │ ├── pprof.cpusmall.flat.
│ │ │ │ │ │ │ │ ├── pprof.heap_alloc.fla
│ │ │ │ │ │ │ │ ├── pprof.heap.cum.relat
│ │ │ │ │ │ │ │ ├── pprof.heap.flat.file
│ │ │ │ │ │ │ │ └── pprof.heap.flat.inus
│ │ │ │ │ │ │ ├── pprof.contention.cum.files.dot
│ │ │ │ │ │ │ ├── pprof.contention.flat.addresses.d
│ │ │ │ │ │ │ ├── pprof.cpu.callgrind
│ │ │ │ │ │ │ ├── pprof.cpu.comments
│ │ │ │ │ │ │ ├── pprof.cpu.cum.lines.text.hide
│ │ │ │ │ │ │ ├── pprof.cpu.cum.lines.text.show
│ │ │ │ │ │ │ ├── pprof.cpu.cum.lines.topproto.hide
│ │ │ │ │ │ │ ├── pprof.cpu.flat.addresses.disasm
│ │ │ │ │ │ │ ├── pprof.cpu.flat.addresses.weblist
│ │ │ │ │ │ │ ├── pprof.cpu.flat.functions.dot
│ │ │ │ │ │ │ ├── pprof.cpu.flat.functions.text
│ │ │ │ │ │ │ ├── pprof.cpu.peek
│ │ │ │ │ │ │ ├── pprof.cpusmall.flat.addresses.tre
│ │ │ │ │ │ │ ├── pprof.cpu.tags
│ │ │ │ │ │ │ ├── pprof.cpu.tags.focus.ignore
│ │ │ │ │ │ │ ├── pprof.cpu.traces
│ │ │ │ │ │ │ ├── pprof.heap_alloc.flat.alloc_objec
│ │ │ │ │ │ │ ├── pprof.heap_alloc.flat.alloc_space
│ │ │ │ │ │ │ ├── pprof.heap.callgrind
│ │ │ │ │ │ │ ├── pprof.heap.comments
│ │ │ │ │ │ │ ├── pprof.heap.cum.lines.tree.focus
│ │ │ │ │ │ │ ├── pprof.heap.cum.relative_percentag
│ │ │ │ │ │ │ ├── pprof.heap.flat.files.seconds.tex
│ │ │ │ │ │ │ ├── pprof.heap.flat.files.text
│ │ │ │ │ │ │ ├── pprof.heap.flat.inuse_objects.tex
│ │ │ │ │ │ │ ├── pprof.heap.flat.inuse_space.dot.f
│ │ │ │ │ │ │ ├── pprof.heap.flat.lines.dot.focus
│ │ │ │ │ │ │ ├── pprof.heap.tags
│ │ │ │ │ │ │ ├── pprof.heap.tags.unit
│ │ │ │ │ │ │ └── pprof.unknown.flat.functions.text
│ │ │ │ │ │ ├── elfexec
│ │ │ │ │ │ │ ├── elfexec.go
│ │ │ │ │ │ │ └── elfexec_test.go
│ │ │ │ │ │ ├── graph
│ │ │ │ │ │ │ ├── dotgraph.go
│ │ │ │ │ │ │ ├── dotgraph_test.go
│ │ │ │ │ │ │ ├── graph.go
│ │ │ │ │ │ │ ├── graph_test.go
│ │ │ │ │ │ │ └── testdata
│ │ │ │ │ │ │ ├── compose1.dot
│ │ │ │ │ │ │ ├── compose2.dot
│ │ │ │ │ │ │ ├── compose3.dot
│ │ │ │ │ │ │ ├── compose4.dot
│ │ │ │ │ │ │ └── compose5.dot
│ │ │ │ │ │ ├── measurement
│ │ │ │ │ │ │ └── measurement.go
│ │ │ │ │ │ ├── plugin
│ │ │ │ │ │ │ └── plugin.go
│ │ │ │ │ │ ├── proftest
│ │ │ │ │ │ │ └── proftest.go
│ │ │ │ │ │ ├── report
│ │ │ │ │ │ │ ├── report.go
│ │ │ │ │ │ │ ├── report_test.go
│ │ │ │ │ │ │ ├── source.go
│ │ │ │ │ │ │ ├── source_html.go
│ │ │ │ │ │ │ └── testdata
│ │ │ │ │ │ │ ├── source1
│ │ │ │ │ │ │ ├── source2
│ │ │ │ │ │ │ ├── source.dot
│ │ │ │ │ │ │ └── source.rpt
│ │ │ │ │ │ ├── symbolizer
│ │ │ │ │ │ │ ├── symbolizer.go
│ │ │ │ │ │ │ └── symbolizer_test.go
│ │ │ │ │ │ └── symbolz
│ │ │ │ │ │ ├── symbolz.go
│ │ │ │ │ │ └── symbolz_test.go
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── pprof.go
│ │ │ │ │ ├── profile
│ │ │ │ │ │ ├── encode.go
│ │ │ │ │ │ ├── filter.go
│ │ │ │ │ │ ├── index.go
│ │ │ │ │ │ ├── index_test.go
│ │ │ │ │ │ ├── legacy_java_profile.go
│ │ │ │ │ │ ├── legacy_profile.go
│ │ │ │ │ │ ├── legacy_profile_test.go
│ │ │ │ │ │ ├── merge.go
│ │ │ │ │ │ ├── profile.go
│ │ │ │ │ │ ├── profile_test.go
│ │ │ │ │ │ ├── proto.go
│ │ │ │ │ │ ├── proto_test.go
│ │ │ │ │ │ ├── prune.go
│ │ │ │ │ │ ├── prune_test.go
│ │ │ │ │ │ └── testdata
│ │ │ │ │ │ ├── cppbench.contention
│ │ │ │ │ │ ├── cppbench.contention.string
│ │ │ │ │ │ ├── cppbench.cpu
│ │ │ │ │ │ ├── cppbench.cpu.string
│ │ │ │ │ │ ├── cppbench.growth
│ │ │ │ │ │ ├── cppbench.growth.string
│ │ │ │ │ │ ├── cppbench.heap
│ │ │ │ │ │ ├── cppbench.heap.string
│ │ │ │ │ │ ├── cppbench.thread
│ │ │ │ │ │ ├── cppbench.thread.all
│ │ │ │ │ │ ├── cppbench.thread.all.string
│ │ │ │ │ │ ├── cppbench.thread.none
│ │ │ │ │ │ ├── cppbench.thread.none.string
│ │ │ │ │ │ ├── cppbench.thread.string
│ │ │ │ │ │ ├── gobench.cpu
│ │ │ │ │ │ ├── gobench.cpu.string
│ │ │ │ │ │ ├── gobench.heap
│ │ │ │ │ │ ├── gobench.heap.string
│ │ │ │ │ │ ├── go.crc32.cpu
│ │ │ │ │ │ ├── go.crc32.cpu.string
│ │ │ │ │ │ ├── go.godoc.thread
│ │ │ │ │ │ ├── go.godoc.thread.string
│ │ │ │ │ │ ├── java.contention
│ │ │ │ │ │ ├── java.contention.string
│ │ │ │ │ │ ├── java.cpu
│ │ │ │ │ │ ├── java.cpu.string
│ │ │ │ │ │ ├── java.heap
│ │ │ │ │ │ └── java.heap.string
│ │ │ │ │ ├── proto
│ │ │ │ │ │ └── profile.proto
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── third_party
│ │ │ │ │ └── svg
│ │ │ │ │ ├── svg.go
│ │ │ │ │ └── svgpan.go
│ │ │ │ └── ianlancetaylor
│ │ │ │ └── demangle
│ │ │ │ ├── ast.go
│ │ │ │ ├── ast_test.go
│ │ │ │ ├── c++filt.go
│ │ │ │ ├── demangle.go
│ │ │ │ ├── demangle_test.go
│ │ │ │ ├── expected_test.go
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── testdata
│ │ │ │ └── demangle-expected
│ │ │ ├── golang.org
│ │ │ │ └── x
│ │ │ │ └── arch
│ │ │ │ ├── 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
│ │ │ │ ├── ppc64
│ │ │ │ │ └── ppc64asm
│ │ │ │ │ ├── decode.go
│ │ │ │ │ ├── decode_test.go
│ │ │ │ │ ├── doc.go
│ │ │ │ │ ├── ext_test.go
│ │ │ │ │ ├── field.go
│ │ │ │ │ ├── field_test.go
│ │ │ │ │ ├── gnu.go
│ │ │ │ │ ├── inst.go
│ │ │ │ │ ├── objdumpext_test.go
│ │ │ │ │ ├── objdump_test.go
│ │ │ │ │ ├── plan9.go
│ │ │ │ │ ├── tables.go
│ │ │ │ │ └── testdata
│ │ │ │ │ └── decode.txt
│ │ │ │ └── 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
│ │ │ │ │ ├── libmach8db.c
│ │ │ │ │ └── Makefile
│ │ │ │ ├── xedext_test.go
│ │ │ │ └── xed_test.go
│ │ │ └── vendor.json
│ │ └── vet
│ │ ├── all
│ │ │ ├── main.go
│ │ │ └── whitelist
│ │ │ ├── 386.txt
│ │ │ ├── all.txt
│ │ │ ├── amd64.txt
│ │ │ ├── android_386.txt
│ │ │ ├── android_amd64.txt
│ │ │ ├── android_arm.txt
│ │ │ ├── arm64.txt
│ │ │ ├── arm.txt
│ │ │ ├── darwin_386.txt
│ │ │ ├── darwin_amd64.txt
│ │ │ ├── darwin_arm64.txt
│ │ │ ├── darwin_arm.txt
│ │ │ ├── dragonfly_amd64.txt
│ │ │ ├── freebsd_386.txt
│ │ │ ├── freebsd_amd64.txt
│ │ │ ├── freebsd_arm.txt
│ │ │ ├── linux_386.txt
│ │ │ ├── linux_amd64.txt
│ │ │ ├── linux_arm64.txt
│ │ │ ├── linux_arm.txt
│ │ │ ├── linux_ppc64x.txt
│ │ │ ├── mips64x.txt
│ │ │ ├── mipsle.txt
│ │ │ ├── mips.txt
│ │ │ ├── mipsx.txt
│ │ │ ├── nacl_386.txt
│ │ │ ├── nacl_amd64p32.txt
│ │ │ ├── nacl_arm.txt
│ │ │ ├── netbsd_386.txt
│ │ │ ├── netbsd_amd64.txt
│ │ │ ├── netbsd_arm.txt
│ │ │ ├── netbsd.txt
│ │ │ ├── openbsd_386.txt
│ │ │ ├── openbsd_amd64.txt
│ │ │ ├── openbsd_arm.txt
│ │ │ ├── plan9_386.txt
│ │ │ ├── plan9_amd64.txt
│ │ │ ├── plan9_arm.txt
│ │ │ ├── ppc64x.txt
│ │ │ ├── readme.txt
│ │ │ ├── s390x.txt
│ │ │ ├── solaris_amd64.txt
│ │ │ ├── windows_386.txt
│ │ │ ├── windows_amd64.txt
│ │ │ └── windows.txt
│ │ ├── asmdecl.go
│ │ ├── assign.go
│ │ ├── atomic.go
│ │ ├── bool.go
│ │ ├── buildtag.go
│ │ ├── cgo.go
│ │ ├── composite.go
│ │ ├── copylock.go
│ │ ├── deadcode.go
│ │ ├── dead.go
│ │ ├── doc.go
│ │ ├── httpresponse.go
│ │ ├── internal
│ │ │ ├── cfg
│ │ │ │ ├── builder.go
│ │ │ │ ├── cfg.go
│ │ │ │ └── cfg_test.go
│ │ │ └── whitelist
│ │ │ └── whitelist.go
│ │ ├── lostcancel.go
│ │ ├── main.go
│ │ ├── method.go
│ │ ├── nilfunc.go
│ │ ├── print.go
│ │ ├── rangeloop.go
│ │ ├── README
│ │ ├── shadow.go
│ │ ├── shift.go
│ │ ├── structtag.go
│ │ ├── testdata
│ │ │ ├── asm
│ │ │ │ ├── asm1.s
│ │ │ │ ├── asm2.s
│ │ │ │ ├── asm3.s
│ │ │ │ ├── asm4.s
│ │ │ │ ├── asm5.s
│ │ │ │ ├── asm6.s
│ │ │ │ ├── asm7.s
│ │ │ │ └── asm.go
│ │ │ ├── asm8.s
│ │ │ ├── assign.go
│ │ │ ├── atomic.go
│ │ │ ├── bool.go
│ │ │ ├── buildtag
│ │ │ │ ├── buildtag_bad.go
│ │ │ │ └── buildtag.go
│ │ │ ├── cgo
│ │ │ │ ├── cgo2.go
│ │ │ │ ├── cgo3.go
│ │ │ │ └── cgo.go
│ │ │ ├── composite.go
│ │ │ ├── copylock_func.go
│ │ │ ├── copylock.go
│ │ │ ├── copylock_range.go
│ │ │ ├── deadcode.go
│ │ │ ├── divergent
│ │ │ │ ├── buf.go
│ │ │ │ └── buf_test.go
│ │ │ ├── httpresponse.go
│ │ │ ├── incomplete
│ │ │ │ └── examples_test.go
│ │ │ ├── lostcancel.go
│ │ │ ├── method.go
│ │ │ ├── nilfunc.go
│ │ │ ├── print.go
│ │ │ ├── rangeloop.go
│ │ │ ├── shadow.go
│ │ │ ├── shift.go
│ │ │ ├── structtag.go
│ │ │ ├── tagtest
│ │ │ │ ├── file1.go
│ │ │ │ └── file2.go
│ │ │ ├── testingpkg
│ │ │ │ ├── tests.go
│ │ │ │ └── tests_test.go
│ │ │ ├── unsafeptr.go
│ │ │ └── unused.go
│ │ ├── tests.go
│ │ ├── types.go
│ │ ├── unsafeptr.go
│ │ ├── unused.go
│ │ └── vet_test.go
│ ├── cmp.bash
│ ├── compress
│ │ ├── bzip2
│ │ │ ├── bit_reader.go
│ │ │ ├── bzip2.go
│ │ │ ├── bzip2_test.go
│ │ │ ├── huffman.go
│ │ │ ├── move_to_front.go
│ │ │ └── testdata
│ │ │ ├── e.txt.bz2
│ │ │ ├── fail-issue5747.bz2
│ │ │ ├── Mark.Twain-Tom.Sawyer.txt.bz2
│ │ │ ├── pass-random1.bin
│ │ │ ├── pass-random1.bz2
│ │ │ ├── pass-random2.bin
│ │ │ ├── pass-random2.bz2
│ │ │ ├── pass-sawtooth.bz2
│ │ │ └── random.data.bz2
│ │ ├── flate
│ │ │ ├── deflatefast.go
│ │ │ ├── deflate.go
│ │ │ ├── deflate_test.go
│ │ │ ├── dict_decoder.go
│ │ │ ├── dict_decoder_test.go
│ │ │ ├── example_test.go
│ │ │ ├── flate_test.go
│ │ │ ├── huffman_bit_writer.go
│ │ │ ├── huffman_bit_writer_test.go
│ │ │ ├── huffman_code.go
│ │ │ ├── inflate.go
│ │ │ ├── inflate_test.go
│ │ │ ├── reader_test.go
│ │ │ ├── testdata
│ │ │ │ ├── huffman-null-max.dyn.expect
│ │ │ │ ├── huffman-null-max.dyn.expect-noinput
│ │ │ │ ├── huffman-null-max.golden
│ │ │ │ ├── huffman-null-max.in
│ │ │ │ ├── huffman-null-max.wb.expect
│ │ │ │ ├── huffman-null-max.wb.expect-noinput
│ │ │ │ ├── huffman-pi.dyn.expect
│ │ │ │ ├── huffman-pi.dyn.expect-noinput
│ │ │ │ ├── huffman-pi.golden
│ │ │ │ ├── huffman-pi.in
│ │ │ │ ├── huffman-pi.wb.expect
│ │ │ │ ├── huffman-pi.wb.expect-noinput
│ │ │ │ ├── huffman-rand-1k.dyn.expect
│ │ │ │ ├── huffman-rand-1k.dyn.expect-noinput
│ │ │ │ ├── huffman-rand-1k.golden
│ │ │ │ ├── huffman-rand-1k.in
│ │ │ │ ├── huffman-rand-1k.wb.expect
│ │ │ │ ├── huffman-rand-1k.wb.expect-noinput
│ │ │ │ ├── huffman-rand-limit.dyn.expect
│ │ │ │ ├── huffman-rand-limit.dyn.expect-noinput
│ │ │ │ ├── huffman-rand-limit.golden
│ │ │ │ ├── huffman-rand-limit.in
│ │ │ │ ├── huffman-rand-limit.wb.expect
│ │ │ │ ├── huffman-rand-limit.wb.expect-noinput
│ │ │ │ ├── huffman-rand-max.golden
│ │ │ │ ├── huffman-rand-max.in
│ │ │ │ ├── huffman-shifts.dyn.expect
│ │ │ │ ├── huffman-shifts.dyn.expect-noinput
│ │ │ │ ├── huffman-shifts.golden
│ │ │ │ ├── huffman-shifts.in
│ │ │ │ ├── huffman-shifts.wb.expect
│ │ │ │ ├── huffman-shifts.wb.expect-noinput
│ │ │ │ ├── huffman-text.dyn.expect
│ │ │ │ ├── huffman-text.dyn.expect-noinput
│ │ │ │ ├── huffman-text.golden
│ │ │ │ ├── huffman-text.in
│ │ │ │ ├── huffman-text-shift.dyn.expect
│ │ │ │ ├── huffman-text-shift.dyn.expect-noinput
│ │ │ │ ├── huffman-text-shift.golden
│ │ │ │ ├── huffman-text-shift.in
│ │ │ │ ├── huffman-text-shift.wb.expect
│ │ │ │ ├── huffman-text-shift.wb.expect-noinput
│ │ │ │ ├── huffman-text.wb.expect
│ │ │ │ ├── huffman-text.wb.expect-noinput
│ │ │ │ ├── huffman-zero.dyn.expect
│ │ │ │ ├── huffman-zero.dyn.expect-noinput
│ │ │ │ ├── huffman-zero.golden
│ │ │ │ ├── huffman-zero.in
│ │ │ │ ├── huffman-zero.wb.expect
│ │ │ │ ├── huffman-zero.wb.expect-noinput
│ │ │ │ ├── null-long-match.dyn.expect-noinput
│ │ │ │ └── null-long-match.wb.expect-noinput
│ │ │ ├── token.go
│ │ │ └── writer_test.go
│ │ ├── gzip
│ │ │ ├── example_test.go
│ │ │ ├── gunzip.go
│ │ │ ├── gunzip_test.go
│ │ │ ├── gzip.go
│ │ │ ├── gzip_test.go
│ │ │ ├── issue14937_test.go
│ │ │ └── testdata
│ │ │ └── issue6550.gz
│ │ ├── lzw
│ │ │ ├── reader.go
│ │ │ ├── reader_test.go
│ │ │ ├── writer.go
│ │ │ └── writer_test.go
│ │ ├── testdata
│ │ │ ├── e.txt
│ │ │ ├── gettysburg.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
│ ├── context
│ │ ├── benchmark_test.go
│ │ ├── context.go
│ │ ├── context_test.go
│ │ ├── example_test.go
│ │ ├── net_test.go
│ │ └── x_test.go
│ ├── crypto
│ │ ├── aes
│ │ │ ├── aes_gcm.go
│ │ │ ├── aes_test.go
│ │ │ ├── asm_amd64.s
│ │ │ ├── asm_ppc64le.s
│ │ │ ├── asm_s390x.s
│ │ │ ├── block.go
│ │ │ ├── cbc_s390x.go
│ │ │ ├── cipher_amd64.go
│ │ │ ├── cipher_generic.go
│ │ │ ├── cipher.go
│ │ │ ├── cipher_ppc64le.go
│ │ │ ├── cipher_s390x.go
│ │ │ ├── const.go
│ │ │ ├── ctr_s390x.go
│ │ │ ├── gcm_amd64.s
│ │ │ ├── gcm_s390x.go
│ │ │ ├── modes.go
│ │ │ └── modes_test.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
│ │ │ ├── ctr_test.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_amd64.go
│ │ │ ├── p256_asm_amd64.s
│ │ │ ├── p256_asm_s390x.s
│ │ │ ├── p256_generic.go
│ │ │ ├── p256.go
│ │ │ └── p256_s390x.go
│ │ ├── hmac
│ │ │ ├── hmac.go
│ │ │ └── hmac_test.go
│ │ ├── internal
│ │ │ └── cipherhw
│ │ │ ├── asm_amd64.s
│ │ │ ├── asm_s390x.s
│ │ │ ├── cipherhw_amd64.go
│ │ │ ├── cipherhw_s390x.go
│ │ │ ├── doc.go
│ │ │ └── generic.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
│ │ │ ├── md5block_ppc64le.s
│ │ │ ├── md5block_s390x.s
│ │ │ ├── md5.go
│ │ │ └── md5_test.go
│ │ ├── rand
│ │ │ ├── eagain.go
│ │ │ ├── example_test.go
│ │ │ ├── rand.go
│ │ │ ├── rand_linux.go
│ │ │ ├── rand_openbsd.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
│ │ │ ├── example_test.go
│ │ │ ├── pkcs1v15.go
│ │ │ ├── pkcs1v15_test.go
│ │ │ ├── pss.go
│ │ │ ├── pss_test.go
│ │ │ ├── rsa.go
│ │ │ ├── rsa_test.go
│ │ │ └── testdata
│ │ │ └── pss-vect.txt.bz2
│ │ ├── sha1
│ │ │ ├── example_test.go
│ │ │ ├── fallback_test.go
│ │ │ ├── issue15617_test.go
│ │ │ ├── sha1block_386.s
│ │ │ ├── sha1block_amd64.go
│ │ │ ├── sha1block_amd64p32.s
│ │ │ ├── sha1block_amd64.s
│ │ │ ├── sha1block_arm.s
│ │ │ ├── sha1block_decl.go
│ │ │ ├── sha1block_generic.go
│ │ │ ├── sha1block.go
│ │ │ ├── sha1block_s390x.go
│ │ │ ├── sha1block_s390x.s
│ │ │ ├── sha1.go
│ │ │ └── sha1_test.go
│ │ ├── sha256
│ │ │ ├── example_test.go
│ │ │ ├── fallback_test.go
│ │ │ ├── sha256block_386.s
│ │ │ ├── sha256block_amd64.go
│ │ │ ├── sha256block_amd64.s
│ │ │ ├── sha256block_decl.go
│ │ │ ├── sha256block_generic.go
│ │ │ ├── sha256block.go
│ │ │ ├── sha256block_ppc64le.s
│ │ │ ├── sha256block_s390x.go
│ │ │ ├── sha256block_s390x.s
│ │ │ ├── sha256.go
│ │ │ └── sha256_test.go
│ │ ├── sha512
│ │ │ ├── fallback_test.go
│ │ │ ├── sha512block_amd64.go
│ │ │ ├── sha512block_amd64.s
│ │ │ ├── sha512block_decl.go
│ │ │ ├── sha512block_generic.go
│ │ │ ├── sha512block.go
│ │ │ ├── sha512block_ppc64le.s
│ │ │ ├── sha512block_s390x.go
│ │ │ ├── sha512block_s390x.s
│ │ │ ├── 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-AES128-GCM-SHA256
│ │ │ │ ├── Client-TLSv12-AES128-SHA256
│ │ │ │ ├── Client-TLSv12-AES256-GCM-SHA384
│ │ │ │ ├── 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-AES128-SHA256
│ │ │ │ ├── Client-TLSv12-ECDHE-ECDSA-AES256-GCM-SHA384
│ │ │ │ ├── Client-TLSv12-ECDHE-ECDSA-AES-GCM
│ │ │ │ ├── Client-TLSv12-ECDHE-ECDSA-CHACHA20-POLY1305
│ │ │ │ ├── Client-TLSv12-ECDHE-RSA-AES
│ │ │ │ ├── Client-TLSv12-ECDHE-RSA-AES128-SHA256
│ │ │ │ ├── Client-TLSv12-ECDHE-RSA-CHACHA20-POLY1305
│ │ │ │ ├── Client-TLSv12-RenegotiateOnce
│ │ │ │ ├── Client-TLSv12-RenegotiateTwice
│ │ │ │ ├── Client-TLSv12-RenegotiateTwiceRejected
│ │ │ │ ├── Client-TLSv12-RenegotiationRejected
│ │ │ │ ├── Client-TLSv12-RSA-RC4
│ │ │ │ ├── Client-TLSv12-SCT
│ │ │ │ ├── Client-TLSv12-X25519-ECDHE-RSA-AES-GCM
│ │ │ │ ├── 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
│ │ │ │ └── Server-TLSv12-X25519-ECDHE-RSA-AES-GCM
│ │ │ ├── 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_unix_test.go
│ │ ├── root_windows.go
│ │ ├── sec1.go
│ │ ├── sec1_test.go
│ │ ├── sha2_windows_test.go
│ │ ├── testdata
│ │ │ └── test-dir.crt
│ │ ├── test-file.crt
│ │ ├── verify.go
│ │ ├── verify_test.go
│ │ ├── x509.go
│ │ ├── x509_test.go
│ │ └── x509_test_import.go
│ ├── database
│ │ └── sql
│ │ ├── convert.go
│ │ ├── convert_test.go
│ │ ├── ctxutil.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
│ │ │ ├── entry_test.go
│ │ │ ├── export_test.go
│ │ │ ├── line.go
│ │ │ ├── line_test.go
│ │ │ ├── open.go
│ │ │ ├── testdata
│ │ │ │ ├── cycle.c
│ │ │ │ ├── cycle.elf
│ │ │ │ ├── line1.c
│ │ │ │ ├── line1.h
│ │ │ │ ├── line2.c
│ │ │ │ ├── line-clang.elf
│ │ │ │ ├── line-gcc.elf
│ │ │ │ ├── line-gcc-win.bin
│ │ │ │ ├── ranges.c
│ │ │ │ ├── ranges.elf
│ │ │ │ ├── split.c
│ │ │ │ ├── split.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
│ │ │ ├── reader.go
│ │ │ ├── symbols_test.go
│ │ │ └── testdata
│ │ │ ├── compressed-32.obj
│ │ │ ├── compressed-64.obj
│ │ │ ├── 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-gcc492-mips64.obj
│ │ │ ├── go-relocation-test-gcc492-mipsle.obj
│ │ │ ├── go-relocation-test-gcc493-mips64le.obj
│ │ │ ├── go-relocation-test-gcc531-s390x.obj
│ │ │ ├── go-relocation-test-gcc540-mips.obj
│ │ │ ├── go-relocation-test-gcc5-ppc.obj
│ │ │ ├── go-relocation-test-gcc620-sparc64.obj
│ │ │ ├── hello.c
│ │ │ ├── hello-world-core.gz
│ │ │ └── zdebug-test-gcc484-x86-64.obj
│ │ ├── gosym
│ │ │ ├── pclinetest.asm
│ │ │ ├── pclinetest.h
│ │ │ ├── pclntab.go
│ │ │ ├── pclntab_test.go
│ │ │ ├── symtab.go
│ │ │ └── symtab_test.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_cgo_test.go
│ │ │ ├── file.go
│ │ │ ├── file_test.go
│ │ │ ├── pe.go
│ │ │ ├── section.go
│ │ │ ├── string.go
│ │ │ ├── symbol.go
│ │ │ └── testdata
│ │ │ ├── gcc-386-mingw-exec
│ │ │ ├── gcc-386-mingw-no-symbols-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
│ │ │ ├── example_test.go
│ │ │ ├── hex.go
│ │ │ └── hex_test.go
│ │ ├── json
│ │ │ ├── bench_test.go
│ │ │ ├── decode.go
│ │ │ ├── decode_test.go
│ │ │ ├── encode.go
│ │ │ ├── encode_test.go
│ │ │ ├── example_marshaling_test.go
│ │ │ ├── example_test.go
│ │ │ ├── fold.go
│ │ │ ├── fold_test.go
│ │ │ ├── indent.go
│ │ │ ├── number_test.go
│ │ │ ├── scanner.go
│ │ │ ├── scanner_test.go
│ │ │ ├── stream.go
│ │ │ ├── stream_test.go
│ │ │ ├── tables.go
│ │ │ ├── tagkey_test.go
│ │ │ ├── tags.go
│ │ │ ├── tags_test.go
│ │ │ └── testdata
│ │ │ └── code.json.gz
│ │ ├── pem
│ │ │ ├── example_test.go
│ │ │ ├── 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
│ │ ├── print.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
│ │ │ └── zcgo.go
│ │ ├── constant
│ │ │ ├── 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
│ │ │ ├── issue13742.0.golden
│ │ │ ├── issue13742.1.golden
│ │ │ ├── issue13742.2.golden
│ │ │ ├── issue13742.go
│ │ │ ├── issue17788.0.golden
│ │ │ ├── issue17788.1.golden
│ │ │ ├── issue17788.2.golden
│ │ │ ├── issue17788.go
│ │ │ ├── predeclared.0.golden
│ │ │ ├── predeclared.1.golden
│ │ │ ├── predeclared.2.golden
│ │ │ ├── predeclared.go
│ │ │ ├── template.txt
│ │ │ ├── testing.0.golden
│ │ │ ├── testing.1.golden
│ │ │ ├── testing.2.golden
│ │ │ └── testing.go
│ │ ├── format
│ │ │ ├── format.go
│ │ │ ├── format_test.go
│ │ │ └── internal.go
│ │ ├── importer
│ │ │ └── importer.go
│ │ ├── internal
│ │ │ ├── gccgoimporter
│ │ │ │ ├── gccgoinstallation.go
│ │ │ │ ├── gccgoinstallation_test.go
│ │ │ │ ├── importer.go
│ │ │ │ ├── importer_test.go
│ │ │ │ ├── parser.go
│ │ │ │ ├── parser_test.go
│ │ │ │ └── testdata
│ │ │ │ ├── alias.gox
│ │ │ │ ├── complexnums.go
│ │ │ │ ├── complexnums.gox
│ │ │ │ ├── conversions.go
│ │ │ │ ├── conversions.gox
│ │ │ │ ├── imports.go
│ │ │ │ ├── imports.gox
│ │ │ │ ├── pointer.go
│ │ │ │ ├── pointer.gox
│ │ │ │ ├── time.gox
│ │ │ │ └── unicode.gox
│ │ │ ├── gcimporter
│ │ │ │ ├── bimport.go
│ │ │ │ ├── exportdata.go
│ │ │ │ ├── gcimporter.go
│ │ │ │ ├── gcimporter_test.go
│ │ │ │ └── testdata
│ │ │ │ ├── a.go
│ │ │ │ ├── b.go
│ │ │ │ ├── exports.go
│ │ │ │ ├── issue15920.go
│ │ │ │ ├── issue20046.go
│ │ │ │ ├── p.go
│ │ │ │ └── versions
│ │ │ │ ├── test.go
│ │ │ │ ├── test_go1.7_0.a
│ │ │ │ ├── test_go1.7_1.a
│ │ │ │ ├── test_go1.8_4.a
│ │ │ │ └── test_go1.8_5.a
│ │ │ └── srcimporter
│ │ │ ├── srcimporter.go
│ │ │ └── srcimporter_test.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
│ │ ├── gotype.go
│ │ ├── hilbert_test.go
│ │ ├── initorder.go
│ │ ├── issues_test.go
│ │ ├── labels.go
│ │ ├── lookup.go
│ │ ├── methodset.go
│ │ ├── object.go
│ │ ├── object_test.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
│ │ ├── sizes_test.go
│ │ ├── stdlib_test.go
│ │ ├── stmt.go
│ │ ├── testdata
│ │ │ ├── blank.src
│ │ │ ├── builtins.src
│ │ │ ├── const0.src
│ │ │ ├── const1.src
│ │ │ ├── constdecl.src
│ │ │ ├── conversions2.src
│ │ │ ├── conversions.src
│ │ │ ├── cycles1.src
│ │ │ ├── cycles2.src
│ │ │ ├── cycles3.src
│ │ │ ├── cycles4.src
│ │ │ ├── cycles.src
│ │ │ ├── decls0.src
│ │ │ ├── decls1.src
│ │ │ ├── decls2a.src
│ │ │ ├── decls2b.src
│ │ │ ├── decls3.src
│ │ │ ├── decls4.src
│ │ │ ├── errors.src
│ │ │ ├── expr0.src
│ │ │ ├── expr1.src
│ │ │ ├── expr2.src
│ │ │ ├── expr3.src
│ │ │ ├── gotos.src
│ │ │ ├── importC.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_amd64.go
│ │ │ ├── crc32_amd64p32.go
│ │ │ ├── crc32_amd64p32.s
│ │ │ ├── crc32_amd64.s
│ │ │ ├── crc32_arm64.go
│ │ │ ├── crc32_arm64.s
│ │ │ ├── crc32_generic.go
│ │ │ ├── crc32.go
│ │ │ ├── crc32_otherarch.go
│ │ │ ├── crc32_ppc64le.go
│ │ │ ├── crc32_ppc64le.s
│ │ │ ├── crc32_s390x.go
│ │ │ ├── crc32_s390x.s
│ │ │ ├── crc32_table_ppc64le.s
│ │ │ ├── crc32_test.go
│ │ │ ├── example_test.go
│ │ │ └── gen_const_ppc64le.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
│ │ ├── examplefiles_test.go
│ │ ├── example_test.go
│ │ ├── html.go
│ │ ├── html_test.go
│ │ ├── js.go
│ │ ├── js_test.go
│ │ ├── template.go
│ │ ├── template_test.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
│ │ │ └── example_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
│ │ │ ├── example_test.go
│ │ │ ├── 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
│ │ │ │ ├── ftbbn0g01.png
│ │ │ │ ├── ftbbn0g01.sng
│ │ │ │ ├── ftbbn0g02.png
│ │ │ │ ├── ftbbn0g02.sng
│ │ │ │ ├── ftbbn0g04.png
│ │ │ │ ├── ftbbn0g04.sng
│ │ │ │ ├── ftbbn2c16.png
│ │ │ │ ├── ftbbn2c16.sng
│ │ │ │ ├── ftbbn3p08.png
│ │ │ │ ├── ftbbn3p08.sng
│ │ │ │ ├── ftbgn2c16.png
│ │ │ │ ├── ftbgn2c16.sng
│ │ │ │ ├── ftbgn3p08.png
│ │ │ │ ├── ftbgn3p08.sng
│ │ │ │ ├── ftbrn2c08.png
│ │ │ │ ├── ftbrn2c08.sng
│ │ │ │ ├── ftbwn0g16.png
│ │ │ │ ├── ftbwn0g16.sng
│ │ │ │ ├── ftbwn3p08.png
│ │ │ │ ├── ftbwn3p08.sng
│ │ │ │ ├── ftbyn3p08.png
│ │ │ │ ├── ftbyn3p08.sng
│ │ │ │ ├── ftp0n0g08.png
│ │ │ │ ├── ftp0n0g08.sng
│ │ │ │ ├── ftp0n2c08.png
│ │ │ │ ├── ftp0n2c08.sng
│ │ │ │ ├── ftp0n3p08.png
│ │ │ │ ├── ftp0n3p08.sng
│ │ │ │ ├── ftp1n3p08.png
│ │ │ │ ├── ftp1n3p08.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.progressive.truncated.jpeg
│ │ │ ├── video-001.progressive.truncated.png
│ │ │ ├── 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
│ │ ├── example_test.go
│ │ ├── qsufsort.go
│ │ ├── suffixarray.go
│ │ └── suffixarray_test.go
│ ├── internal
│ │ ├── cpu
│ │ │ ├── cpu_arm64.go
│ │ │ ├── cpu_arm.go
│ │ │ ├── cpu.go
│ │ │ ├── cpu_mips64.go
│ │ │ ├── cpu_mips64le.go
│ │ │ ├── cpu_mips.go
│ │ │ ├── cpu_mipsle.go
│ │ │ ├── cpu_ppc64.go
│ │ │ ├── cpu_ppc64le.go
│ │ │ ├── cpu_s390x.go
│ │ │ ├── cpu_test.go
│ │ │ ├── cpu_x86.go
│ │ │ └── cpu_x86.s
│ │ ├── nettrace
│ │ │ └── nettrace.go
│ │ ├── poll
│ │ │ ├── export_posix_test.go
│ │ │ ├── export_test.go
│ │ │ ├── export_windows_test.go
│ │ │ ├── fd.go
│ │ │ ├── fd_io_plan9.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
│ │ │ ├── fd_windows_test.go
│ │ │ ├── hook_cloexec.go
│ │ │ ├── hook_unix.go
│ │ │ ├── hook_windows.go
│ │ │ ├── sendfile_bsd.go
│ │ │ ├── sendfile_linux.go
│ │ │ ├── sendfile_solaris.go
│ │ │ ├── sendfile_windows.go
│ │ │ ├── sock_cloexec.go
│ │ │ ├── sockopt.go
│ │ │ ├── sockoptip.go
│ │ │ ├── sockopt_linux.go
│ │ │ ├── sockopt_unix.go
│ │ │ ├── sockopt_windows.go
│ │ │ ├── strconv.go
│ │ │ ├── sys_cloexec.go
│ │ │ ├── writev.go
│ │ │ └── writev_test.go
│ │ ├── race
│ │ │ ├── doc.go
│ │ │ ├── norace.go
│ │ │ └── race.go
│ │ ├── singleflight
│ │ │ ├── singleflight.go
│ │ │ └── singleflight_test.go
│ │ ├── syscall
│ │ │ ├── unix
│ │ │ │ ├── getentropy_openbsd.go
│ │ │ │ ├── getrandom_linux_386.go
│ │ │ │ ├── getrandom_linux_amd64.go
│ │ │ │ ├── getrandom_linux_arm.go
│ │ │ │ ├── getrandom_linux_generic.go
│ │ │ │ ├── getrandom_linux.go
│ │ │ │ ├── getrandom_linux_mips64x.go
│ │ │ │ ├── getrandom_linux_mipsx.go
│ │ │ │ ├── getrandom_linux_ppc64x.go
│ │ │ │ └── getrandom_linux_s390x.go
│ │ │ └── windows
│ │ │ ├── mksyscall.go
│ │ │ ├── registry
│ │ │ │ ├── export_test.go
│ │ │ │ ├── key.go
│ │ │ │ ├── mksyscall.go
│ │ │ │ ├── registry_test.go
│ │ │ │ ├── syscall.go
│ │ │ │ ├── value.go
│ │ │ │ └── zsyscall_windows.go
│ │ │ ├── reparse_windows.go
│ │ │ ├── security_windows.go
│ │ │ ├── syscall_windows.go
│ │ │ ├── sysdll
│ │ │ │ └── sysdll.go
│ │ │ └── zsyscall_windows.go
│ │ ├── testenv
│ │ │ ├── testenv_cgo.go
│ │ │ ├── testenv.go
│ │ │ ├── testenv_notwin.go
│ │ │ └── testenv_windows.go
│ │ └── trace
│ │ ├── goroutines.go
│ │ ├── mkcanned.bash
│ │ ├── order.go
│ │ ├── parser.go
│ │ ├── parser_test.go
│ │ ├── testdata
│ │ │ ├── http_1_5_good
│ │ │ ├── http_1_7_good
│ │ │ ├── http_1_9_good
│ │ │ ├── stress_1_5_good
│ │ │ ├── stress_1_5_unordered
│ │ │ ├── stress_1_7_good
│ │ │ ├── stress_1_9_good
│ │ │ ├── stress_start_stop_1_5_good
│ │ │ ├── stress_start_stop_1_7_good
│ │ │ └── stress_start_stop_1_9_good
│ │ └── writer.go
│ ├── io
│ │ ├── example_test.go
│ │ ├── io.go
│ │ ├── io_test.go
│ │ ├── ioutil
│ │ │ ├── example_test.go
│ │ │ ├── ioutil.go
│ │ │ ├── ioutil_test.go
│ │ │ ├── tempfile.go
│ │ │ ├── tempfile_test.go
│ │ │ └── testdata
│ │ │ └── hello
│ │ ├── multi.go
│ │ ├── multi_test.go
│ │ ├── pipe.go
│ │ └── pipe_test.go
│ ├── iostest.bash
│ ├── log
│ │ ├── example_test.go
│ │ ├── log.go
│ │ ├── log_test.go
│ │ └── syslog
│ │ ├── doc.go
│ │ ├── example_test.go
│ │ ├── syslog.go
│ │ ├── syslog_test.go
│ │ └── syslog_unix.go
│ ├── make.bash
│ ├── make.bat
│ ├── Make.dist
│ ├── make.rc
│ ├── math
│ │ ├── abs.go
│ │ ├── acosh.go
│ │ ├── acosh_s390x.s
│ │ ├── acos_s390x.s
│ │ ├── all_test.go
│ │ ├── arith_s390x.go
│ │ ├── arith_s390x_test.go
│ │ ├── asin_386.s
│ │ ├── asin_amd64p32.s
│ │ ├── asin_amd64.s
│ │ ├── asin_arm.s
│ │ ├── asin.go
│ │ ├── asinh.go
│ │ ├── asinh_s390x.s
│ │ ├── asinh_stub.s
│ │ ├── asin_s390x.s
│ │ ├── atan2_386.s
│ │ ├── atan2_amd64p32.s
│ │ ├── atan2_amd64.s
│ │ ├── atan2_arm.s
│ │ ├── atan2.go
│ │ ├── atan2_s390x.s
│ │ ├── atan_386.s
│ │ ├── atan_amd64p32.s
│ │ ├── atan_amd64.s
│ │ ├── atan_arm.s
│ │ ├── atan.go
│ │ ├── atanh.go
│ │ ├── atanh_s390x.s
│ │ ├── atan_s390x.s
│ │ ├── 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_decl_s390x.go
│ │ │ ├── arith.go
│ │ │ ├── arith_mips64x.s
│ │ │ ├── arith_mipsx.s
│ │ │ ├── arith_ppc64x.s
│ │ │ ├── arith_s390x.s
│ │ │ ├── arith_s390x_test.go
│ │ │ ├── arith_test.go
│ │ │ ├── bits_test.go
│ │ │ ├── calibrate_test.go
│ │ │ ├── decimal.go
│ │ │ ├── decimal_test.go
│ │ │ ├── doc.go
│ │ │ ├── example_rat_test.go
│ │ │ ├── example_test.go
│ │ │ ├── floatconv.go
│ │ │ ├── floatconv_test.go
│ │ │ ├── floatexample_test.go
│ │ │ ├── float.go
│ │ │ ├── floatmarsh.go
│ │ │ ├── floatmarsh_test.go
│ │ │ ├── float_test.go
│ │ │ ├── ftoa.go
│ │ │ ├── gcd_test.go
│ │ │ ├── hilbert_test.go
│ │ │ ├── intconv.go
│ │ │ ├── intconv_test.go
│ │ │ ├── int.go
│ │ │ ├── intmarsh.go
│ │ │ ├── intmarsh_test.go
│ │ │ ├── int_test.go
│ │ │ ├── natconv.go
│ │ │ ├── natconv_test.go
│ │ │ ├── nat.go
│ │ │ ├── nat_test.go
│ │ │ ├── prime.go
│ │ │ ├── prime_test.go
│ │ │ ├── ratconv.go
│ │ │ ├── ratconv_test.go
│ │ │ ├── rat.go
│ │ │ ├── ratmarsh.go
│ │ │ ├── ratmarsh_test.go
│ │ │ ├── rat_test.go
│ │ │ └── roundingmode_string.go
│ │ ├── bits
│ │ │ ├── bits.go
│ │ │ ├── bits_tables.go
│ │ │ ├── bits_test.go
│ │ │ ├── example_test.go
│ │ │ └── make_tables.go
│ │ ├── bits.go
│ │ ├── cbrt.go
│ │ ├── cbrt_s390x.s
│ │ ├── cbrt_stub.s
│ │ ├── cmplx
│ │ │ ├── abs.go
│ │ │ ├── asin.go
│ │ │ ├── cmath_test.go
│ │ │ ├── conj.go
│ │ │ ├── example_test.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
│ │ ├── cosh_s390x.s
│ │ ├── dim_386.s
│ │ ├── dim_amd64p32.s
│ │ ├── dim_amd64.s
│ │ ├── dim_arm64.s
│ │ ├── dim_arm.s
│ │ ├── dim.go
│ │ ├── dim_s390x.s
│ │ ├── erfc_s390x.s
│ │ ├── erf.go
│ │ ├── erf_s390x.s
│ │ ├── erf_stub.s
│ │ ├── example_test.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
│ │ ├── expm1_s390x.s
│ │ ├── export_s390x_test.go
│ │ ├── export_test.go
│ │ ├── exp_s390x.s
│ │ ├── floor_386.s
│ │ ├── floor_amd64p32.s
│ │ ├── floor_amd64.s
│ │ ├── floor_arm64.s
│ │ ├── floor_arm.s
│ │ ├── floor_asm.go
│ │ ├── floor.go
│ │ ├── floor_ppc64x.s
│ │ ├── floor_s390x.s
│ │ ├── 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
│ │ ├── log10_s390x.s
│ │ ├── log1p_386.s
│ │ ├── log1p_amd64p32.s
│ │ ├── log1p_amd64.s
│ │ ├── log1p_arm.s
│ │ ├── log1p.go
│ │ ├── log1p_s390x.s
│ │ ├── log_386.s
│ │ ├── log_amd64p32.s
│ │ ├── log_amd64.s
│ │ ├── log_arm.s
│ │ ├── logb.go
│ │ ├── log.go
│ │ ├── log_s390x.s
│ │ ├── mod_386.s
│ │ ├── mod_amd64p32.s
│ │ ├── mod_amd64.s
│ │ ├── mod_arm.s
│ │ ├── modf_386.s
│ │ ├── modf_amd64p32.s
│ │ ├── modf_amd64.s
│ │ ├── modf_arm64.s
│ │ ├── modf_arm.s
│ │ ├── modf.go
│ │ ├── mod.go
│ │ ├── nextafter.go
│ │ ├── pow10.go
│ │ ├── pow.go
│ │ ├── pow_s390x.s
│ │ ├── pow_stub.s
│ │ ├── rand
│ │ │ ├── example_test.go
│ │ │ ├── exp.go
│ │ │ ├── gen_cooked.go
│ │ │ ├── normal.go
│ │ │ ├── race_test.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.go
│ │ ├── sincos_386.s
│ │ ├── sincos.go
│ │ ├── sin.go
│ │ ├── sinh.go
│ │ ├── sinh_s390x.s
│ │ ├── sinh_stub.s
│ │ ├── sin_s390x.s
│ │ ├── sqrt_386.s
│ │ ├── sqrt_amd64p32.s
│ │ ├── sqrt_amd64.s
│ │ ├── sqrt_arm64.s
│ │ ├── sqrt_arm.s
│ │ ├── sqrt.go
│ │ ├── sqrt_mipsx.s
│ │ ├── sqrt_ppc64x.s
│ │ ├── sqrt_s390x.s
│ │ ├── stubs_arm64.s
│ │ ├── stubs_mips64x.s
│ │ ├── stubs_mipsx.s
│ │ ├── stubs_ppc64x.s
│ │ ├── stubs_s390x.s
│ │ ├── tan_386.s
│ │ ├── tan_amd64p32.s
│ │ ├── tan_amd64.s
│ │ ├── tan_arm.s
│ │ ├── tan.go
│ │ ├── tanh.go
│ │ ├── tanh_s390x.s
│ │ ├── tan_s390x.s
│ │ └── unsafe.go
│ ├── mime
│ │ ├── encodedword.go
│ │ ├── encodedword_test.go
│ │ ├── example_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
│ │ │ ├── example_test.go
│ │ │ ├── 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
│ ├── naclmake.bash
│ ├── 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.go
│ │ ├── dial_test.go
│ │ ├── dial_unix_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.go
│ │ ├── error_posix_test.go
│ │ ├── error_test.go
│ │ ├── error_unix_test.go
│ │ ├── error_windows_test.go
│ │ ├── example_test.go
│ │ ├── external_test.go
│ │ ├── fd_plan9.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.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
│ │ │ ├── clientserver_test.go
│ │ │ ├── client_test.go
│ │ │ ├── cookie.go
│ │ │ ├── cookiejar
│ │ │ │ ├── dummy_publicsuffix_test.go
│ │ │ │ ├── example_test.go
│ │ │ │ ├── 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
│ │ │ ├── h2_bundle.go
│ │ │ ├── header.go
│ │ │ ├── header_test.go
│ │ │ ├── http.go
│ │ │ ├── httptest
│ │ │ │ ├── example_test.go
│ │ │ │ ├── httptest.go
│ │ │ │ ├── httptest_test.go
│ │ │ │ ├── recorder.go
│ │ │ │ ├── recorder_test.go
│ │ │ │ ├── server.go
│ │ │ │ └── server_test.go
│ │ │ ├── http_test.go
│ │ │ ├── httptrace
│ │ │ │ ├── example_test.go
│ │ │ │ ├── trace.go
│ │ │ │ └── trace_test.go
│ │ │ ├── httputil
│ │ │ │ ├── dump.go
│ │ │ │ ├── dump_test.go
│ │ │ │ ├── example_test.go
│ │ │ │ ├── httputil.go
│ │ │ │ ├── persist.go
│ │ │ │ ├── reverseproxy.go
│ │ │ │ └── reverseproxy_test.go
│ │ │ ├── internal
│ │ │ │ ├── chunked.go
│ │ │ │ ├── chunked_test.go
│ │ │ │ └── testcert.go
│ │ │ ├── jar.go
│ │ │ ├── main_test.go
│ │ │ ├── method.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_internal_test.go
│ │ │ ├── transport_test.go
│ │ │ └── triv.go
│ │ ├── interface_bsd.go
│ │ ├── interface_bsd_test.go
│ │ ├── interface_bsdvar.go
│ │ ├── interface_darwin.go
│ │ ├── interface_freebsd.go
│ │ ├── interface.go
│ │ ├── interface_linux.go
│ │ ├── interface_linux_test.go
│ │ ├── interface_plan9.go
│ │ ├── interface_solaris.go
│ │ ├── interface_stub.go
│ │ ├── interface_test.go
│ │ ├── interface_unix_test.go
│ │ ├── interface_windows.go
│ │ ├── interface_windows_test.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
│ │ ├── iprawsock_test.go
│ │ ├── ipsock.go
│ │ ├── ipsock_plan9.go
│ │ ├── ipsock_posix.go
│ │ ├── ipsock_test.go
│ │ ├── ip_test.go
│ │ ├── listen_test.go
│ │ ├── lookup.go
│ │ ├── lookup_nacl.go
│ │ ├── lookup_plan9.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_conf_test.go
│ │ ├── main_noconf_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
│ │ ├── 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
│ │ ├── rawconn.go
│ │ ├── rawconn_unix_test.go
│ │ ├── rawconn_windows_test.go
│ │ ├── rpc
│ │ │ ├── client.go
│ │ │ ├── client_test.go
│ │ │ ├── debug.go
│ │ │ ├── jsonrpc
│ │ │ │ ├── all_test.go
│ │ │ │ ├── client.go
│ │ │ │ └── server.go
│ │ │ ├── server.go
│ │ │ └── server_test.go
│ │ ├── sendfile_bsd.go
│ │ ├── sendfile_linux.go
│ │ ├── sendfile_solaris.go
│ │ ├── sendfile_stub.go
│ │ ├── sendfile_test.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
│ │ ├── tcpsock_test.go
│ │ ├── tcpsock_unix_test.go
│ │ ├── testdata
│ │ │ ├── case-hosts
│ │ │ ├── domain-resolv.conf
│ │ │ ├── empty-resolv.conf
│ │ │ ├── hosts
│ │ │ ├── igmp
│ │ │ ├── igmp6
│ │ │ ├── invalid-ndots-resolv.conf
│ │ │ ├── ipv4-hosts
│ │ │ ├── ipv6-hosts
│ │ │ ├── large-ndots-resolv.conf
│ │ │ ├── Mark.Twain-Tom.Sawyer.txt
│ │ │ ├── negative-ndots-resolv.conf
│ │ │ ├── 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_plan9_test.go
│ │ ├── udpsock_posix.go
│ │ ├── udpsock_test.go
│ │ ├── unixsock.go
│ │ ├── unixsock_plan9.go
│ │ ├── unixsock_posix.go
│ │ ├── unixsock_test.go
│ │ ├── url
│ │ │ ├── example_test.go
│ │ │ ├── url.go
│ │ │ └── url_test.go
│ │ ├── writev_test.go
│ │ └── writev_unix.go
│ ├── os
│ │ ├── dir.go
│ │ ├── dir_plan9.go
│ │ ├── dir_unix.go
│ │ ├── dir_windows.go
│ │ ├── env.go
│ │ ├── env_test.go
│ │ ├── env_unix_test.go
│ │ ├── error.go
│ │ ├── error_plan9.go
│ │ ├── error_posix.go
│ │ ├── error_test.go
│ │ ├── error_unix.go
│ │ ├── error_unix_test.go
│ │ ├── error_windows.go
│ │ ├── error_windows_test.go
│ │ ├── example_test.go
│ │ ├── exec
│ │ │ ├── env_test.go
│ │ │ ├── example_test.go
│ │ │ ├── exec.go
│ │ │ ├── exec_posix_test.go
│ │ │ ├── exec_test.go
│ │ │ ├── exec_unix.go
│ │ │ ├── exec_windows.go
│ │ │ ├── internal_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
│ │ ├── executable_darwin.go
│ │ ├── executable_freebsd.go
│ │ ├── executable.go
│ │ ├── executable_path.go
│ │ ├── executable_plan9.go
│ │ ├── executable_procfs.go
│ │ ├── executable_solaris.go
│ │ ├── executable_test.go
│ │ ├── executable_windows.go
│ │ ├── exec_windows.go
│ │ ├── export_test.go
│ │ ├── export_windows_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
│ │ ├── path_windows_test.go
│ │ ├── pipe_bsd.go
│ │ ├── pipe_freebsd.go
│ │ ├── pipe_linux.go
│ │ ├── pipe_test.go
│ │ ├── proc.go
│ │ ├── signal
│ │ │ ├── doc.go
│ │ │ ├── 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_unix.go
│ │ ├── stat_windows.go
│ │ ├── sticky_bsd.go
│ │ ├── sticky_notbsd.go
│ │ ├── str.go
│ │ ├── sys_bsd.go
│ │ ├── sys_darwin.go
│ │ ├── sys_freebsd.go
│ │ ├── sys.go
│ │ ├── sys_linux.go
│ │ ├── sys_nacl.go
│ │ ├── sys_plan9.go
│ │ ├── sys_solaris.go
│ │ ├── sys_unix.go
│ │ ├── sys_windows.go
│ │ ├── types.go
│ │ ├── types_plan9.go
│ │ ├── types_unix.go
│ │ ├── types_windows.go
│ │ ├── user
│ │ │ ├── cgo_lookup_unix.go
│ │ │ ├── getgrouplist_darwin.go
│ │ │ ├── getgrouplist_unix.go
│ │ │ ├── listgroups_solaris.go
│ │ │ ├── listgroups_unix.go
│ │ │ ├── lookup_android.go
│ │ │ ├── lookup.go
│ │ │ ├── lookup_plan9.go
│ │ │ ├── lookup_stubs.go
│ │ │ ├── lookup_unix.go
│ │ │ ├── lookup_unix_test.go
│ │ │ ├── lookup_windows.go
│ │ │ ├── user.go
│ │ │ └── user_test.go
│ │ ├── wait_unimp.go
│ │ ├── wait_wait6.go
│ │ └── wait_waitid.go
│ ├── path
│ │ ├── example_test.go
│ │ ├── filepath
│ │ │ ├── example_unix_test.go
│ │ │ ├── export_test.go
│ │ │ ├── export_windows_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
│ ├── plugin
│ │ ├── plugin_dlopen.go
│ │ ├── plugin.go
│ │ └── plugin_stubs.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_mips64x.s
│ │ ├── asm_mipsx.s
│ │ ├── asm_ppc64x.s
│ │ ├── asm_s390x.s
│ │ ├── deepequal.go
│ │ ├── example_test.go
│ │ ├── export_test.go
│ │ ├── makefunc.go
│ │ ├── set_test.go
│ │ ├── swapper.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
│ │ ├── asm_386.s
│ │ ├── asm_amd64p32.s
│ │ ├── asm_amd64.s
│ │ ├── asm_arm64.s
│ │ ├── asm_arm.s
│ │ ├── asm_mips64x.s
│ │ ├── asm_mipsx.s
│ │ ├── asm_ppc64x.h
│ │ ├── asm_ppc64x.s
│ │ ├── asm.s
│ │ ├── asm_s390x.s
│ │ ├── atomic_arm64.s
│ │ ├── atomic_mips64x.s
│ │ ├── atomic_mipsx.s
│ │ ├── atomic_pointer.go
│ │ ├── atomic_ppc64x.s
│ │ ├── callers_test.go
│ │ ├── cgo
│ │ │ ├── asm_386.s
│ │ │ ├── asm_amd64.s
│ │ │ ├── asm_arm64.s
│ │ │ ├── asm_arm.s
│ │ │ ├── asm_mips64x.s
│ │ │ ├── asm_mipsx.s
│ │ │ ├── asm_nacl_amd64p32.s
│ │ │ ├── asm_ppc64x.s
│ │ │ ├── asm_s390x.s
│ │ │ ├── callbacks.go
│ │ │ ├── callbacks_traceback.go
│ │ │ ├── cgo.go
│ │ │ ├── dragonfly.go
│ │ │ ├── freebsd.go
│ │ │ ├── gcc_386.S
│ │ │ ├── gcc_amd64.S
│ │ │ ├── gcc_android_386.c
│ │ │ ├── gcc_android_amd64.c
│ │ │ ├── gcc_android_arm64.c
│ │ │ ├── gcc_android_arm.c
│ │ │ ├── gcc_android.c
│ │ │ ├── gcc_arm64.S
│ │ │ ├── gcc_arm.S
│ │ │ ├── gcc_context.c
│ │ │ ├── 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_windows.c
│ │ │ ├── gcc_linux_386.c
│ │ │ ├── gcc_linux_amd64.c
│ │ │ ├── gcc_linux_arm64.c
│ │ │ ├── gcc_linux_arm.c
│ │ │ ├── gcc_linux_mips64x.c
│ │ │ ├── gcc_linux_mipsx.c
│ │ │ ├── gcc_linux_ppc64x.c
│ │ │ ├── gcc_linux_s390x.c
│ │ │ ├── gcc_mips64x.S
│ │ │ ├── gcc_mipsx.S
│ │ │ ├── gcc_mmap.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_s390x.S
│ │ │ ├── gcc_setenv.c
│ │ │ ├── gcc_sigaction.c
│ │ │ ├── gcc_signal_darwin_armx.c
│ │ │ ├── gcc_signal_darwin_lldb.c
│ │ │ ├── gcc_solaris_amd64.c
│ │ │ ├── gcc_traceback.c
│ │ │ ├── gcc_util.c
│ │ │ ├── gcc_windows_386.c
│ │ │ ├── gcc_windows_amd64.c
│ │ │ ├── iscgo.go
│ │ │ ├── libcgo.h
│ │ │ ├── libcgo_unix.h
│ │ │ ├── mmap.go
│ │ │ ├── netbsd.go
│ │ │ ├── openbsd.go
│ │ │ ├── setenv.go
│ │ │ ├── sigaction.go
│ │ │ ├── signal_darwin_arm64.s
│ │ │ ├── signal_darwin_arm.s
│ │ │ └── signal_darwin_armx.go
│ │ ├── cgocallback.go
│ │ ├── cgocall.go
│ │ ├── cgocheck.go
│ │ ├── cgo.go
│ │ ├── cgo_mmap.go
│ │ ├── cgo_ppc64x.go
│ │ ├── cgo_sigaction.go
│ │ ├── chanbarrier_test.go
│ │ ├── chan.go
│ │ ├── chan_test.go
│ │ ├── closure_test.go
│ │ ├── compiler.go
│ │ ├── complex.go
│ │ ├── complex_test.go
│ │ ├── cpuflags_amd64.go
│ │ ├── cpuprof.go
│ │ ├── cputicks.go
│ │ ├── crash_cgo_test.go
│ │ ├── crash_nonunix_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
│ │ ├── 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_mips64x.go
│ │ ├── defs_linux_mipsx.go
│ │ ├── defs_linux_ppc64.go
│ │ ├── defs_linux_ppc64le.go
│ │ ├── defs_linux_s390x.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_plan9_arm.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_mips64x.s
│ │ ├── duff_ppc64x.s
│ │ ├── env_plan9.go
│ │ ├── env_posix.go
│ │ ├── env_test.go
│ │ ├── error.go
│ │ ├── example_test.go
│ │ ├── export_arm_test.go
│ │ ├── export_futex_test.go
│ │ ├── export_linux_test.go
│ │ ├── export_mmap_test.go
│ │ ├── export_test.go
│ │ ├── export_unix_test.go
│ │ ├── export_windows_test.go
│ │ ├── extern.go
│ │ ├── fastlog2.go
│ │ ├── fastlog2table.go
│ │ ├── fastlog2_test.go
│ │ ├── float.go
│ │ ├── funcdata.h
│ │ ├── futex_test.go
│ │ ├── gcinfo_test.go
│ │ ├── gc_test.go
│ │ ├── go_tls.h
│ │ ├── HACKING.md
│ │ ├── hash32.go
│ │ ├── hash64.go
│ │ ├── hashmap_fast.go
│ │ ├── hashmap.go
│ │ ├── hash_test.go
│ │ ├── heapdump.go
│ │ ├── iface.go
│ │ ├── iface_test.go
│ │ ├── internal
│ │ │ ├── atomic
│ │ │ │ ├── asm_386.s
│ │ │ │ ├── asm_amd64p32.s
│ │ │ │ ├── asm_amd64.s
│ │ │ │ ├── asm_arm64.s
│ │ │ │ ├── asm_arm.s
│ │ │ │ ├── asm_mips64x.s
│ │ │ │ ├── asm_mipsx.s
│ │ │ │ ├── asm_ppc64x.s
│ │ │ │ ├── asm_s390x.s
│ │ │ │ ├── atomic_386.go
│ │ │ │ ├── atomic_amd64x.go
│ │ │ │ ├── atomic_arm64.go
│ │ │ │ ├── atomic_arm64.s
│ │ │ │ ├── atomic_arm.go
│ │ │ │ ├── atomic_mips64x.go
│ │ │ │ ├── atomic_mips64x.s
│ │ │ │ ├── atomic_mipsx.go
│ │ │ │ ├── atomic_mipsx.s
│ │ │ │ ├── atomic_ppc64x.go
│ │ │ │ ├── atomic_ppc64x.s
│ │ │ │ ├── atomic_s390x.go
│ │ │ │ ├── atomic_test.go
│ │ │ │ ├── bench_test.go
│ │ │ │ ├── stubs.go
│ │ │ │ ├── sys_darwin_arm.s
│ │ │ │ ├── sys_freebsd_arm.s
│ │ │ │ ├── sys_linux_arm.s
│ │ │ │ ├── sys_nacl_arm.s
│ │ │ │ ├── sys_netbsd_arm.s
│ │ │ │ ├── sys_openbsd_arm.s
│ │ │ │ └── sys_plan9_arm.s
│ │ │ └── sys
│ │ │ ├── arch_386.go
│ │ │ ├── arch_amd64.go
│ │ │ ├── arch_amd64p32.go
│ │ │ ├── arch_arm64.go
│ │ │ ├── arch_arm.go
│ │ │ ├── arch.go
│ │ │ ├── arch_mips64.go
│ │ │ ├── arch_mips64le.go
│ │ │ ├── arch_mips.go
│ │ │ ├── arch_mipsle.go
│ │ │ ├── arch_ppc64.go
│ │ │ ├── arch_ppc64le.go
│ │ │ ├── arch_s390x.go
│ │ │ ├── gengoos.go
│ │ │ ├── intrinsics_386.s
│ │ │ ├── intrinsics.go
│ │ │ ├── intrinsics_stubs.go
│ │ │ ├── intrinsics_test.go
│ │ │ ├── stubs.go
│ │ │ ├── sys.go
│ │ │ ├── zgoarch_386.go
│ │ │ ├── zgoarch_amd64.go
│ │ │ ├── zgoarch_amd64p32.go
│ │ │ ├── zgoarch_arm64.go
│ │ │ ├── zgoarch_arm.go
│ │ │ ├── zgoarch_mips64.go
│ │ │ ├── zgoarch_mips64le.go
│ │ │ ├── zgoarch_mips.go
│ │ │ ├── zgoarch_mipsle.go
│ │ │ ├── zgoarch_ppc64.go
│ │ │ ├── zgoarch_ppc64le.go
│ │ │ ├── zgoarch_s390x.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
│ │ ├── lfstack_32bit.go
│ │ ├── lfstack_64bit.go
│ │ ├── lfstack.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_mips64x.s
│ │ ├── memclr_mipsx.s
│ │ ├── memclr_plan9_386.s
│ │ ├── memclr_plan9_amd64.s
│ │ ├── memclr_ppc64x.s
│ │ ├── memclr_s390x.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_mips64x.s
│ │ ├── memmove_mipsx.s
│ │ ├── memmove_nacl_amd64p32.s
│ │ ├── memmove_plan9_386.s
│ │ ├── memmove_plan9_amd64.s
│ │ ├── memmove_ppc64x.s
│ │ ├── memmove_s390x.s
│ │ ├── memmove_test.go
│ │ ├── mem_plan9.go
│ │ ├── mem_windows.go
│ │ ├── mfinal.go
│ │ ├── mfinal_test.go
│ │ ├── mfixalloc.go
│ │ ├── mgc.go
│ │ ├── mgclarge.go
│ │ ├── mgcmark.go
│ │ ├── mgcsweepbuf.go
│ │ ├── mgcsweep.go
│ │ ├── mgcwork.go
│ │ ├── mheap.go
│ │ ├── mkduff.go
│ │ ├── mkfastlog2table.go
│ │ ├── mknacl.sh
│ │ ├── mksizeclasses.go
│ │ ├── mmap.go
│ │ ├── mprof.go
│ │ ├── msan
│ │ │ └── msan.go
│ │ ├── msan0.go
│ │ ├── msan_amd64.s
│ │ ├── msan.go
│ │ ├── msize.go
│ │ ├── mstats.go
│ │ ├── net_plan9.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
│ │ ├── numcpu_freebsd_test.go
│ │ ├── os2_freebsd.go
│ │ ├── os2_nacl.go
│ │ ├── os2_openbsd.go
│ │ ├── os2_plan9.go
│ │ ├── os2_solaris.go
│ │ ├── os3_plan9.go
│ │ ├── os3_solaris.go
│ │ ├── os_android.go
│ │ ├── os_darwin_arm64.go
│ │ ├── os_darwin_arm.go
│ │ ├── os_darwin.go
│ │ ├── os_dragonfly.go
│ │ ├── os_freebsd_arm.go
│ │ ├── os_freebsd.go
│ │ ├── os_linux_arm64.go
│ │ ├── os_linux_arm.go
│ │ ├── os_linux_be64.go
│ │ ├── os_linux_generic.go
│ │ ├── os_linux.go
│ │ ├── os_linux_mips64x.go
│ │ ├── os_linux_mipsx.go
│ │ ├── os_linux_noauxv.go
│ │ ├── os_linux_ppc64x.go
│ │ ├── os_linux_s390x.go
│ │ ├── os_nacl_arm.go
│ │ ├── os_nacl.go
│ │ ├── os_netbsd_386.go
│ │ ├── os_netbsd_amd64.go
│ │ ├── os_netbsd_arm.go
│ │ ├── os_netbsd.go
│ │ ├── os_openbsd_arm.go
│ │ ├── os_openbsd.go
│ │ ├── os_plan9_arm.go
│ │ ├── os_plan9.go
│ │ ├── os_solaris.go
│ │ ├── os_windows.go
│ │ ├── panic.go
│ │ ├── plugin.go
│ │ ├── pprof
│ │ │ ├── elf.go
│ │ │ ├── internal
│ │ │ │ └── profile
│ │ │ │ ├── encode.go
│ │ │ │ ├── filter.go
│ │ │ │ ├── legacy_profile.go
│ │ │ │ ├── profile.go
│ │ │ │ ├── profile_test.go
│ │ │ │ ├── proto.go
│ │ │ │ ├── proto_test.go
│ │ │ │ └── prune.go
│ │ │ ├── label.go
│ │ │ ├── label_test.go
│ │ │ ├── map.go
│ │ │ ├── mprof_test.go
│ │ │ ├── pprof.go
│ │ │ ├── pprof_test.go
│ │ │ ├── protobuf.go
│ │ │ ├── proto.go
│ │ │ ├── protomem.go
│ │ │ ├── protomem_test.go
│ │ │ ├── proto_test.go
│ │ │ ├── runtime.go
│ │ │ ├── runtime_test.go
│ │ │ └── testdata
│ │ │ ├── README
│ │ │ ├── test32
│ │ │ ├── test32be
│ │ │ ├── test64
│ │ │ └── test64be
│ │ ├── print.go
│ │ ├── proc.go
│ │ ├── proc_runtime_test.go
│ │ ├── proc_test.go
│ │ ├── profbuf.go
│ │ ├── profbuf_test.go
│ │ ├── proflabel.go
│ │ ├── race
│ │ │ ├── doc.go
│ │ │ ├── output_test.go
│ │ │ ├── race_darwin_amd64.syso
│ │ │ ├── race_freebsd_amd64.syso
│ │ │ ├── race.go
│ │ │ ├── race_linux_amd64.syso
│ │ │ ├── race_linux_test.go
│ │ │ ├── race_test.go
│ │ │ ├── race_unix_test.go
│ │ │ ├── race_windows_amd64.syso
│ │ │ ├── race_windows_test.go
│ │ │ ├── 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
│ │ │ ├── issue12225_test.go
│ │ │ ├── issue12664_test.go
│ │ │ ├── issue13264_test.go
│ │ │ ├── map_test.go
│ │ │ ├── mop_test.go
│ │ │ ├── mutex_test.go
│ │ │ ├── pool_test.go
│ │ │ ├── reflect_test.go
│ │ │ ├── regression_test.go
│ │ │ ├── rwmutex_test.go
│ │ │ ├── select_test.go
│ │ │ ├── slice_test.go
│ │ │ ├── sync_test.go
│ │ │ └── waitgroup_test.go
│ │ ├── race0.go
│ │ ├── race_amd64.s
│ │ ├── race.go
│ │ ├── rand_test.go
│ │ ├── rdebug.go
│ │ ├── relax_stub.go
│ │ ├── rt0_android_386.s
│ │ ├── rt0_android_amd64.s
│ │ ├── rt0_android_arm64.s
│ │ ├── 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_mips64x.s
│ │ ├── rt0_linux_mipsx.s
│ │ ├── rt0_linux_ppc64le.s
│ │ ├── rt0_linux_ppc64.s
│ │ ├── rt0_linux_s390x.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_plan9_arm.s
│ │ ├── rt0_solaris_amd64.s
│ │ ├── rt0_windows_386.s
│ │ ├── rt0_windows_amd64.s
│ │ ├── runtime1.go
│ │ ├── runtime2.go
│ │ ├── runtime-gdb.py
│ │ ├── runtime-gdb_test.go
│ │ ├── runtime.go
│ │ ├── runtime_linux_test.go
│ │ ├── runtime-lldb_test.go
│ │ ├── runtime_mmap_test.go
│ │ ├── runtime_test.go
│ │ ├── runtime_unix_test.go
│ │ ├── rwmutex.go
│ │ ├── rwmutex_test.go
│ │ ├── select.go
│ │ ├── sema.go
│ │ ├── sigaction_linux.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_mips64x.go
│ │ ├── signal_linux_mipsx.go
│ │ ├── signal_linux_ppc64x.go
│ │ ├── signal_linux_s390x.go
│ │ ├── signal_mips64x.go
│ │ ├── signal_mipsx.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_sighandler.go
│ │ ├── signal_solaris_amd64.go
│ │ ├── signal_solaris.go
│ │ ├── signal_unix.go
│ │ ├── signal_windows.go
│ │ ├── sigqueue.go
│ │ ├── sigqueue_plan9.go
│ │ ├── sigtab_linux_generic.go
│ │ ├── sigtab_linux_mipsx.go
│ │ ├── sizeclasses.go
│ │ ├── slice.go
│ │ ├── softfloat64.go
│ │ ├── softfloat64_test.go
│ │ ├── softfloat_arm.go
│ │ ├── sqrt.go
│ │ ├── sqrt_test.go
│ │ ├── stack.go
│ │ ├── stack_test.go
│ │ ├── string.go
│ │ ├── string_test.go
│ │ ├── stubs2.go
│ │ ├── stubs32.go
│ │ ├── stubs_android.go
│ │ ├── stubs_asm.go
│ │ ├── stubs.go
│ │ ├── stubs_linux.go
│ │ ├── stubs_nonlinux.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_mips64x.s
│ │ ├── sys_linux_mipsx.s
│ │ ├── sys_linux_ppc64x.s
│ │ ├── sys_linux_s390x.s
│ │ ├── sys_mips64x.go
│ │ ├── sys_mipsx.go
│ │ ├── 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_nonppc64x.go
│ │ ├── sys_openbsd_386.s
│ │ ├── sys_openbsd_amd64.s
│ │ ├── sys_openbsd_arm.s
│ │ ├── sys_plan9_386.s
│ │ ├── sys_plan9_amd64.s
│ │ ├── sys_plan9_arm.s
│ │ ├── sys_ppc64x.go
│ │ ├── sys_s390x.go
│ │ ├── sys_solaris_amd64.s
│ │ ├── sys_windows_386.s
│ │ ├── sys_windows_amd64.s
│ │ ├── sys_x86.go
│ │ ├── testdata
│ │ │ ├── testprog
│ │ │ │ ├── crash.go
│ │ │ │ ├── deadlock.go
│ │ │ │ ├── gc.go
│ │ │ │ ├── main.go
│ │ │ │ ├── map.go
│ │ │ │ ├── memprof.go
│ │ │ │ ├── misc.go
│ │ │ │ ├── numcpu_freebsd.go
│ │ │ │ ├── panicrace.go
│ │ │ │ ├── signal.go
│ │ │ │ ├── stringconcat.go
│ │ │ │ └── syscall_windows.go
│ │ │ ├── testprogcgo
│ │ │ │ ├── aprof.go
│ │ │ │ ├── callback.go
│ │ │ │ ├── cgo.go
│ │ │ │ ├── crash.go
│ │ │ │ ├── deadlock.go
│ │ │ │ ├── dll_windows.go
│ │ │ │ ├── dropm.go
│ │ │ │ ├── dropm_stub.go
│ │ │ │ ├── exec.go
│ │ │ │ ├── main.go
│ │ │ │ ├── numgoroutine.go
│ │ │ │ ├── pprof.go
│ │ │ │ ├── raceprof.go
│ │ │ │ ├── racesig.go
│ │ │ │ ├── threadpanic.go
│ │ │ │ ├── threadpanic_unix.c
│ │ │ │ ├── threadpanic_windows.c
│ │ │ │ ├── threadpprof.go
│ │ │ │ ├── threadprof.go
│ │ │ │ ├── tracebackctxt_c.c
│ │ │ │ ├── tracebackctxt.go
│ │ │ │ ├── traceback.go
│ │ │ │ └── windows
│ │ │ │ └── win.go
│ │ │ └── testprognet
│ │ │ ├── main.go
│ │ │ ├── net.go
│ │ │ ├── signalexec.go
│ │ │ └── signal.go
│ │ ├── textflag.h
│ │ ├── timeasm.go
│ │ ├── time.go
│ │ ├── timestub.go
│ │ ├── tls_arm64.h
│ │ ├── tls_arm64.s
│ │ ├── tls_arm.s
│ │ ├── tls_mips64x.s
│ │ ├── tls_mipsx.s
│ │ ├── tls_ppc64x.s
│ │ ├── tls_s390x.s
│ │ ├── trace
│ │ │ ├── trace.go
│ │ │ ├── trace_stack_test.go
│ │ │ └── trace_test.go
│ │ ├── traceback.go
│ │ ├── trace.go
│ │ ├── type.go
│ │ ├── typekind.go
│ │ ├── unaligned1.go
│ │ ├── unaligned2.go
│ │ ├── utf8.go
│ │ ├── vdso_linux_amd64.go
│ │ ├── vdso_none.go
│ │ ├── vlop_386.s
│ │ ├── vlop_arm.s
│ │ ├── vlop_arm_test.go
│ │ ├── vlrt.go
│ │ ├── wincallback.go
│ │ ├── write_err_android.go
│ │ ├── write_err.go
│ │ ├── zcallback_windows.go
│ │ └── zcallback_windows.s
│ ├── sort
│ │ ├── example_interface_test.go
│ │ ├── example_keys_test.go
│ │ ├── example_multi_test.go
│ │ ├── example_search_test.go
│ │ ├── example_test.go
│ │ ├── example_wrapper_test.go
│ │ ├── export_test.go
│ │ ├── genzfunc.go
│ │ ├── search.go
│ │ ├── search_test.go
│ │ ├── sort.go
│ │ ├── sort_test.go
│ │ └── zfuncversion.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_amd64.go
│ │ ├── strings_decl.go
│ │ ├── strings_generic.go
│ │ ├── strings.go
│ │ ├── strings.s
│ │ ├── strings_s390x.go
│ │ └── 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_mips64x.s
│ │ │ ├── asm_mipsx.s
│ │ │ ├── asm_nacl_arm.s
│ │ │ ├── asm_netbsd_arm.s
│ │ │ ├── asm_openbsd_arm.s
│ │ │ ├── asm_plan9_arm.s
│ │ │ ├── asm_ppc64x.s
│ │ │ ├── asm_s390x.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_pool_test.go
│ │ ├── example_test.go
│ │ ├── export_test.go
│ │ ├── map_bench_test.go
│ │ ├── map.go
│ │ ├── map_reference_test.go
│ │ ├── map_test.go
│ │ ├── mutex.go
│ │ ├── mutex_test.go
│ │ ├── once.go
│ │ ├── once_test.go
│ │ ├── pool.go
│ │ ├── pool_test.go
│ │ ├── runtime.go
│ │ ├── runtime_sema_test.go
│ │ ├── rwmutex.go
│ │ ├── rwmutex_test.go
│ │ ├── waitgroup.go
│ │ └── waitgroup_test.go
│ ├── syscall
│ │ ├── asm9_unix1_amd64.s
│ │ ├── asm9_unix2_amd64.s
│ │ ├── asm_darwin_386.s
│ │ ├── asm_darwin_amd64.s
│ │ ├── asm_darwin_arm64.s
│ │ ├── asm_darwin_arm.s
│ │ ├── asm_freebsd_arm.s
│ │ ├── asm_linux_386.s
│ │ ├── asm_linux_amd64.s
│ │ ├── asm_linux_arm64.s
│ │ ├── asm_linux_arm.s
│ │ ├── asm_linux_mips64x.s
│ │ ├── asm_linux_mipsx.s
│ │ ├── asm_linux_ppc64x.s
│ │ ├── asm_linux_s390x.s
│ │ ├── asm_nacl_386.s
│ │ ├── asm_nacl_amd64p32.s
│ │ ├── asm_nacl_arm.s
│ │ ├── asm_netbsd_arm.s
│ │ ├── asm_openbsd_arm.s
│ │ ├── asm_plan9_386.s
│ │ ├── asm_plan9_amd64.s
│ │ ├── asm_plan9_arm.s
│ │ ├── asm_solaris_amd64.s
│ │ ├── asm_unix_386.s
│ │ ├── asm_unix_amd64.s
│ │ ├── bpf_bsd.go
│ │ ├── const_plan9.go
│ │ ├── creds_test.go
│ │ ├── dirent.go
│ │ ├── dir_plan9.go
│ │ ├── dll_windows.go
│ │ ├── endian_big.go
│ │ ├── endian_little.go
│ │ ├── env_plan9.go
│ │ ├── env_unix.go
│ │ ├── env_windows.go
│ │ ├── errors_plan9.go
│ │ ├── exec_bsd.go
│ │ ├── exec_freebsd.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
│ │ ├── forkpipe_bsd.go
│ │ ├── fs_nacl.go
│ │ ├── lsf_linux.go
│ │ ├── mkall.sh
│ │ ├── mkerrors.sh
│ │ ├── mkpost.go
│ │ ├── 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
│ │ ├── msan0.go
│ │ ├── msan.go
│ │ ├── net.go
│ │ ├── netlink_linux.go
│ │ ├── net_nacl.go
│ │ ├── pwd_plan9.go
│ │ ├── route_bsd.go
│ │ ├── route_darwin.go
│ │ ├── route_dragonfly.go
│ │ ├── route_freebsd_32bit.go
│ │ ├── route_freebsd_64bit.go
│ │ ├── route_freebsd.go
│ │ ├── route_netbsd.go
│ │ ├── route_openbsd.go
│ │ ├── security_windows.go
│ │ ├── setuidgid_32_linux.go
│ │ ├── setuidgid_linux.go
│ │ ├── sockcmsg_linux.go
│ │ ├── sockcmsg_unix.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_mips64x.go
│ │ ├── syscall_linux_mipsx.go
│ │ ├── syscall_linux_ppc64x.go
│ │ ├── syscall_linux_s390x.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
│ │ ├── timestruct.go
│ │ ├── 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_mips64.go
│ │ ├── zerrors_linux_mips64le.go
│ │ ├── zerrors_linux_mips.go
│ │ ├── zerrors_linux_mipsle.go
│ │ ├── zerrors_linux_ppc64.go
│ │ ├── zerrors_linux_ppc64le.go
│ │ ├── zerrors_linux_s390x.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_mips64.go
│ │ ├── zsyscall_linux_mips64le.go
│ │ ├── zsyscall_linux_mips.go
│ │ ├── zsyscall_linux_mipsle.go
│ │ ├── zsyscall_linux_ppc64.go
│ │ ├── zsyscall_linux_ppc64le.go
│ │ ├── zsyscall_linux_s390x.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_plan9_arm.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_mips64.go
│ │ ├── zsysnum_linux_mips64le.go
│ │ ├── zsysnum_linux_mips.go
│ │ ├── zsysnum_linux_mipsle.go
│ │ ├── zsysnum_linux_ppc64.go
│ │ ├── zsysnum_linux_ppc64le.go
│ │ ├── zsysnum_linux_s390x.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_mips64.go
│ │ ├── ztypes_linux_mips64le.go
│ │ ├── ztypes_linux_mips.go
│ │ ├── ztypes_linux_mipsle.go
│ │ ├── ztypes_linux_ppc64.go
│ │ ├── ztypes_linux_ppc64le.go
│ │ ├── ztypes_linux_s390x.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
│ │ ├── helperfuncs_test.go
│ │ ├── helper_test.go
│ │ ├── internal
│ │ │ └── testdeps
│ │ │ └── deps.go
│ │ ├── iotest
│ │ │ ├── logger.go
│ │ │ ├── reader.go
│ │ │ └── writer.go
│ │ ├── match.go
│ │ ├── match_test.go
│ │ ├── quick
│ │ │ ├── quick.go
│ │ │ └── quick_test.go
│ │ ├── sub_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_android_test.go
│ │ ├── export_test.go
│ │ ├── export_windows_test.go
│ │ ├── format.go
│ │ ├── format_test.go
│ │ ├── genzabbrs.go
│ │ ├── internal_test.go
│ │ ├── mono_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_android.go
│ │ ├── zoneinfo_android_test.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
│ │ ├── example_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
│ └── vendor
│ └── golang_org
│ └── x
│ ├── crypto
│ │ ├── chacha20poly1305
│ │ │ ├── chacha20poly1305_amd64.go
│ │ │ ├── chacha20poly1305_amd64.s
│ │ │ ├── chacha20poly1305_generic.go
│ │ │ ├── chacha20poly1305.go
│ │ │ ├── chacha20poly1305_noasm.go
│ │ │ ├── chacha20poly1305_test.go
│ │ │ ├── chacha20poly1305_vectors_test.go
│ │ │ └── internal
│ │ │ └── chacha20
│ │ │ ├── chacha_generic.go
│ │ │ └── chacha_test.go
│ │ ├── curve25519
│ │ │ ├── const_amd64.h
│ │ │ ├── const_amd64.s
│ │ │ ├── cswap_amd64.s
│ │ │ ├── curve25519.go
│ │ │ ├── curve25519_test.go
│ │ │ ├── doc.go
│ │ │ ├── freeze_amd64.s
│ │ │ ├── ladderstep_amd64.s
│ │ │ ├── mont25519_amd64.go
│ │ │ ├── mul_amd64.s
│ │ │ └── square_amd64.s
│ │ └── poly1305
│ │ ├── poly1305.go
│ │ ├── poly1305_test.go
│ │ ├── sum_amd64.go
│ │ ├── sum_amd64.s
│ │ ├── sum_arm.go
│ │ ├── sum_arm.s
│ │ └── sum_ref.go
│ ├── net
│ │ ├── http2
│ │ │ └── hpack
│ │ │ ├── encode.go
│ │ │ ├── encode_test.go
│ │ │ ├── hpack.go
│ │ │ ├── hpack_test.go
│ │ │ ├── huffman.go
│ │ │ ├── tables.go
│ │ │ └── tables_test.go
│ │ ├── idna
│ │ │ ├── idna.go
│ │ │ ├── punycode.go
│ │ │ ├── punycode_test.go
│ │ │ ├── tables.go
│ │ │ ├── trie.go
│ │ │ └── trieval.go
│ │ ├── lex
│ │ │ └── httplex
│ │ │ ├── httplex.go
│ │ │ └── httplex_test.go
│ │ ├── lif
│ │ │ ├── address.go
│ │ │ ├── address_test.go
│ │ │ ├── binary.go
│ │ │ ├── defs_solaris.go
│ │ │ ├── lif.go
│ │ │ ├── link.go
│ │ │ ├── link_test.go
│ │ │ ├── syscall.go
│ │ │ ├── sys.go
│ │ │ ├── sys_solaris_amd64.s
│ │ │ └── zsys_solaris_amd64.go
│ │ ├── nettest
│ │ │ ├── conntest.go
│ │ │ ├── conntest_go16.go
│ │ │ ├── conntest_go17.go
│ │ │ └── conntest_test.go
│ │ ├── proxy
│ │ │ ├── direct.go
│ │ │ ├── per_host.go
│ │ │ ├── per_host_test.go
│ │ │ ├── proxy.go
│ │ │ ├── proxy_test.go
│ │ │ └── socks5.go
│ │ └── route
│ │ ├── address_darwin_test.go
│ │ ├── address.go
│ │ ├── address_test.go
│ │ ├── binary.go
│ │ ├── defs_darwin.go
│ │ ├── defs_dragonfly.go
│ │ ├── defs_freebsd.go
│ │ ├── defs_netbsd.go
│ │ ├── defs_openbsd.go
│ │ ├── interface_announce.go
│ │ ├── interface_classic.go
│ │ ├── interface_freebsd.go
│ │ ├── interface.go
│ │ ├── interface_multicast.go
│ │ ├── interface_openbsd.go
│ │ ├── message_darwin_test.go
│ │ ├── message_freebsd_test.go
│ │ ├── message.go
│ │ ├── message_test.go
│ │ ├── route_classic.go
│ │ ├── route.go
│ │ ├── route_openbsd.go
│ │ ├── route_test.go
│ │ ├── syscall.go
│ │ ├── sys_darwin.go
│ │ ├── sys_dragonfly.go
│ │ ├── sys_freebsd.go
│ │ ├── sys.go
│ │ ├── sys_netbsd.go
│ │ ├── sys_openbsd.go
│ │ ├── zsys_darwin.go
│ │ ├── zsys_dragonfly.go
│ │ ├── zsys_freebsd_386.go
│ │ ├── zsys_freebsd_amd64.go
│ │ ├── zsys_freebsd_arm.go
│ │ ├── zsys_netbsd.go
│ │ └── zsys_openbsd.go
│ └── text
│ ├── secure
│ │ ├── bidirule
│ │ │ └── bidirule.go
│ │ └── doc.go
│ ├── transform
│ │ ├── examples_test.go
│ │ └── transform.go
│ └── unicode
│ ├── bidi
│ │ ├── bidi.go
│ │ ├── bracket.go
│ │ ├── core.go
│ │ ├── example_test.go
│ │ ├── prop.go
│ │ ├── tables.go
│ │ └── trieval.go
│ ├── doc.go
│ └── norm
│ ├── composition.go
│ ├── example_iter_test.go
│ ├── example_test.go
│ ├── forminfo.go
│ ├── input.go
│ ├── iter.go
│ ├── normalize.go
│ ├── readwriter.go
│ ├── tables.go
│ ├── transform.go
│ ├── triegen.go
│ └── trie.go
├── test
│ ├── 235.go
│ ├── 64bit.go
│ ├── alg.go
│ ├── alias1.go
│ ├── alias2.go
│ ├── alias3.dir
│ │ ├── a.go
│ │ ├── b.go
│ │ └── c.go
│ ├── alias3.go
│ ├── alias.go
│ ├── append1.go
│ ├── append.go
│ ├── args.go
│ ├── armimm.go
│ ├── assign1.go
│ ├── assign.go
│ ├── atomicload.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
│ ├── bigalg.go
│ ├── bigmap.go
│ ├── blank1.go
│ ├── blank.go
│ ├── bombad.go
│ ├── bom.go
│ ├── bounds.go
│ ├── 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
│ ├── checkbce.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
│ ├── convert2.go
│ ├── convert3.go
│ ├── convert.go
│ ├── convlit1.go
│ ├── convlit.go
│ ├── convT2X.go
│ ├── copy1.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
│ ├── devirt.go
│ ├── 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_because.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
│ ├── finprofiled.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
│ │ ├── bug13343.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
│ │ ├── bug19403.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
│ │ ├── bug496.go
│ │ ├── bug497.go
│ │ ├── bug498.go
│ │ ├── bug499.go
│ │ ├── bug500.go
│ │ ├── bug501.go
│ │ ├── bug502.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
│ │ ├── gcc67968.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── gcc67968.go
│ │ ├── gcc78763.go
│ │ ├── gcc80226.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
│ │ ├── issue10958.go
│ │ ├── issue10975.go
│ │ ├── issue10977.go
│ │ ├── issue11053.dir
│ │ │ ├── p.go
│ │ │ └── p_test.go
│ │ ├── issue11053.go
│ │ ├── issue11053.out
│ │ ├── issue11256.go
│ │ ├── issue11286.go
│ │ ├── issue11326b.go
│ │ ├── issue11326.go
│ │ ├── issue11354.go
│ │ ├── issue11359.go
│ │ ├── issue11361.go
│ │ ├── issue11362.go
│ │ ├── issue11369.go
│ │ ├── issue11370.go
│ │ ├── issue11371.go
│ │ ├── issue11590.go
│ │ ├── issue11610.go
│ │ ├── issue11614.go
│ │ ├── issue11656.go
│ │ ├── issue11674.go
│ │ ├── issue11699.go
│ │ ├── issue11737.go
│ │ ├── issue11750.go
│ │ ├── issue11771.go
│ │ ├── issue11790.go
│ │ ├── issue11945.go
│ │ ├── issue11987.go
│ │ ├── issue12006.go
│ │ ├── issue12108.go
│ │ ├── issue12133.go
│ │ ├── issue12226.go
│ │ ├── issue12347.go
│ │ ├── issue12411.go
│ │ ├── issue12413.go
│ │ ├── issue12525.go
│ │ ├── issue12536.go
│ │ ├── issue12577.go
│ │ ├── issue12588.go
│ │ ├── issue12677.dir
│ │ │ ├── p.go
│ │ │ └── q.go
│ │ ├── issue12677.go
│ │ ├── issue12686.go
│ │ ├── issue12944.go
│ │ ├── issue1304.go
│ │ ├── issue13160.go
│ │ ├── issue13162.go
│ │ ├── issue13169.go
│ │ ├── issue13171.go
│ │ ├── issue13248.go
│ │ ├── issue13261.go
│ │ ├── issue13262.go
│ │ ├── issue13263.go
│ │ ├── issue13266.go
│ │ ├── issue13268.go
│ │ ├── issue13273.go
│ │ ├── issue13274.go
│ │ ├── issue13319.go
│ │ ├── issue13337.go
│ │ ├── issue13365.go
│ │ ├── issue13415.go
│ │ ├── issue13471.go
│ │ ├── issue13480.go
│ │ ├── issue13485.go
│ │ ├── issue13539.go
│ │ ├── issue13559.go
│ │ ├── issue13587.go
│ │ ├── issue13684.go
│ │ ├── issue13777.dir
│ │ │ ├── burnin.go
│ │ │ └── main.go
│ │ ├── issue13777.go
│ │ ├── issue13779.go
│ │ ├── issue13799.go
│ │ ├── issue13821b.go
│ │ ├── issue13821.go
│ │ ├── issue14006.go
│ │ ├── issue14010.go
│ │ ├── issue14136.go
│ │ ├── issue14164.dir
│ │ │ ├── a.go
│ │ │ └── main.go
│ │ ├── issue14164.go
│ │ ├── issue14331.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue14331.go
│ │ ├── issue14405.go
│ │ ├── issue14520.go
│ │ ├── issue14553.go
│ │ ├── issue14591.go
│ │ ├── issue14636.go
│ │ ├── issue14646.go
│ │ ├── issue14651.go
│ │ ├── issue14652.go
│ │ ├── issue14725.go
│ │ ├── issue14729.go
│ │ ├── issue14988.go
│ │ ├── issue14999.go
│ │ ├── issue15002.go
│ │ ├── issue15013.go
│ │ ├── issue15039.go
│ │ ├── issue15042.go
│ │ ├── issue15055.go
│ │ ├── issue15071.dir
│ │ │ ├── exp
│ │ │ │ └── exp.go
│ │ │ └── main.go
│ │ ├── issue15084.go
│ │ ├── issue15091.go
│ │ ├── issue15141.go
│ │ ├── issue15175.go
│ │ ├── issue15252.go
│ │ ├── issue15277.go
│ │ ├── issue15281.go
│ │ ├── issue15303.go
│ │ ├── issue15311.go
│ │ ├── issue15329.go
│ │ ├── issue15439.go
│ │ ├── issue15470.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue15470.go
│ │ ├── issue15514.dir
│ │ │ ├── a.go
│ │ │ ├── b.go
│ │ │ └── c.go
│ │ ├── issue15514.go
│ │ ├── issue15528.go
│ │ ├── issue15548.dir
│ │ │ ├── a.go
│ │ │ ├── b.go
│ │ │ └── c.go
│ │ ├── issue15548.go
│ │ ├── issue15550.go
│ │ ├── issue15572.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue15572.go
│ │ ├── issue15585.go
│ │ ├── issue15602.go
│ │ ├── issue15604.go
│ │ ├── issue15609.dir
│ │ │ ├── call_386.s
│ │ │ ├── call_amd64.s
│ │ │ ├── call_decl.go
│ │ │ ├── call.go
│ │ │ └── main.go
│ │ ├── issue15611.go
│ │ ├── issue15646.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue15646.go
│ │ ├── issue15722.go
│ │ ├── issue15733.go
│ │ ├── issue15747b.go
│ │ ├── issue15747.go
│ │ ├── issue15838.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue15838.go
│ │ ├── issue15895.go
│ │ ├── issue15898.go
│ │ ├── issue15902.go
│ │ ├── issue15920.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue15920.go
│ │ ├── issue15926.go
│ │ ├── issue15961.go
│ │ ├── issue15975.go
│ │ ├── issue15988.go
│ │ ├── issue16008.go
│ │ ├── issue16016.go
│ │ ├── issue16037_run.go
│ │ ├── issue16095.go
│ │ ├── issue16130.go
│ │ ├── issue16133.dir
│ │ │ ├── a1.go
│ │ │ ├── a2.go
│ │ │ ├── b.go
│ │ │ └── c.go
│ │ ├── issue16133.go
│ │ ├── issue16193.go
│ │ ├── issue16249.go
│ │ ├── issue16306.go
│ │ ├── issue16317.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue16317.go
│ │ ├── issue16331.go
│ │ ├── issue16369.go
│ │ ├── issue16428.go
│ │ ├── issue16439.go
│ │ ├── issue16515.go
│ │ ├── issue16616.dir
│ │ │ ├── a.go
│ │ │ ├── b.go
│ │ │ └── issue16616.go
│ │ ├── issue16616.go
│ │ ├── issue16733.go
│ │ ├── issue16741.go
│ │ ├── issue16760.go
│ │ ├── issue16804.go
│ │ ├── issue16870.go
│ │ ├── issue16948.go
│ │ ├── issue16949.go
│ │ ├── issue16985.go
│ │ ├── issue17005.go
│ │ ├── issue17038.go
│ │ ├── issue17039.go
│ │ ├── issue17111.go
│ │ ├── issue17194.go
│ │ ├── issue17270.go
│ │ ├── issue17318.go
│ │ ├── issue17328.go
│ │ ├── issue17381.go
│ │ ├── issue17449.go
│ │ ├── issue17551.go
│ │ ├── issue17588.go
│ │ ├── issue17596.go
│ │ ├── issue17631.go
│ │ ├── issue17640.go
│ │ ├── issue17645.go
│ │ ├── issue17710.go
│ │ ├── issue17752.go
│ │ ├── issue17918.go
│ │ ├── issue18089.go
│ │ ├── issue18092.go
│ │ ├── issue18149.go
│ │ ├── issue18231.go
│ │ ├── issue18331.go
│ │ ├── issue18392.go
│ │ ├── issue18393.go
│ │ ├── issue18410.go
│ │ ├── issue18419.dir
│ │ │ ├── other.go
│ │ │ └── test.go
│ │ ├── issue18419.go
│ │ ├── issue18459.go
│ │ ├── issue18595.go
│ │ ├── issue18636.go
│ │ ├── issue18640.go
│ │ ├── issue18655.go
│ │ ├── issue18661.go
│ │ ├── issue18725.go
│ │ ├── issue18747.go
│ │ ├── issue18808.go
│ │ ├── issue18882.go
│ │ ├── issue18895.dir
│ │ │ ├── p.go
│ │ │ └── q.go
│ │ ├── issue18895.go
│ │ ├── issue18902b.go
│ │ ├── issue18902.go
│ │ ├── issue18906.go
│ │ ├── issue18915.go
│ │ ├── issue18994.go
│ │ ├── issue19012.go
│ │ ├── issue19028.dir
│ │ │ ├── a.go
│ │ │ └── main.go
│ │ ├── issue19028.go
│ │ ├── issue19040.go
│ │ ├── issue19056.go
│ │ ├── issue19078.go
│ │ ├── issue19084.go
│ │ ├── issue19137.go
│ │ ├── issue19168.go
│ │ ├── issue19182.go
│ │ ├── issue19201.go
│ │ ├── issue19217.go
│ │ ├── issue19246.go
│ │ ├── issue19275.go
│ │ ├── issue19323.go
│ │ ├── issue19359.go
│ │ ├── issue19467.dir
│ │ │ ├── mysync.go
│ │ │ └── z.go
│ │ ├── issue19467.go
│ │ ├── issue19482.go
│ │ ├── issue19507.dir
│ │ │ ├── div_arm.s
│ │ │ └── main.go
│ │ ├── issue19507.go
│ │ ├── issue19515.go
│ │ ├── issue19548.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue19548.go
│ │ ├── issue19555.go
│ │ ├── issue19610.go
│ │ ├── issue19632.go
│ │ ├── issue19658.go
│ │ ├── issue19667.go
│ │ ├── issue19671.go
│ │ ├── issue19678.go
│ │ ├── issue19679.go
│ │ ├── issue19696.go
│ │ ├── issue19699b.go
│ │ ├── issue19699.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue19699.go
│ │ ├── issue19705.go
│ │ ├── issue19710.go
│ │ ├── issue19743.go
│ │ ├── issue19764.dir
│ │ │ ├── a.go
│ │ │ └── b.go
│ │ ├── issue19764.go
│ │ ├── issue19783.go
│ │ ├── issue19799.go
│ │ ├── issue19880.go
│ │ ├── issue19911.go
│ │ ├── issue19947.go
│ │ ├── issue19977.go
│ │ ├── issue20029.go
│ │ ├── issue20097.go
│ │ ├── issue20145.go
│ │ ├── issue20162.go
│ │ ├── issue20174.go
│ │ ├── issue20185.go
│ │ ├── issue20227.go
│ │ ├── issue20232.go
│ │ ├── issue20233.go
│ │ ├── issue20245.go
│ │ ├── issue20250.go
│ │ ├── issue20298.go
│ │ ├── issue20333.go
│ │ ├── issue20335.go
│ │ ├── issue20415.go
│ │ ├── issue20529.go
│ │ ├── issue20530.go
│ │ ├── issue20602.go
│ │ ├── issue20682.dir
│ │ │ ├── p.go
│ │ │ ├── q.go
│ │ │ └── r.go
│ │ ├── issue20682.go
│ │ ├── issue20749.go
│ │ ├── issue20789.go
│ │ ├── issue20811.go
│ │ ├── issue20813.go
│ │ ├── issue21048.go
│ │ ├── issue21120.dir
│ │ │ ├── a.go
│ │ │ ├── b.go
│ │ │ └── main.go
│ │ ├── issue21120.go
│ │ ├── issue21655.go
│ │ ├── issue21963.go
│ │ ├── issue22083.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
│ │ ├── issue4215.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
│ │ ├── issue6750.go
│ │ ├── issue6772.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
│ │ ├── issue7525b.go
│ │ ├── issue7525c.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
│ │ ├── issue8042.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
│ │ ├── issue8438.go
│ │ ├── issue8440.go
│ │ ├── issue8475.go
│ │ ├── issue8501.go
│ │ ├── issue8507.go
│ │ ├── issue8612.go
│ │ ├── issue8613.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
│ ├── heapsampling.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
│ ├── import6.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
│ ├── initloop.go
│ ├── inline_caller.go
│ ├── inline_callers.go
│ ├── inline.go
│ ├── inline_literal.go
│ ├── inline_variadic.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
│ ├── intrinsic_atomic.go
│ ├── intrinsic.dir
│ │ └── main.go
│ ├── intrinsic.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
│ ├── linkmain.go
│ ├── linkmain_run.go
│ ├── linkname.dir
│ │ ├── linkname1.go
│ │ ├── linkname2.go
│ │ └── linkname3.go
│ ├── linkname.go
│ ├── linkobj.go
│ ├── linkx.go
│ ├── linkx_run.go
│ ├── literal.go
│ ├── live1.go
│ ├── live2.go
│ ├── live.go
│ ├── live_syscall.go
│ ├── locklinear.go
│ ├── loopbce.go
│ ├── makenew.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
│ ├── notinheap2.go
│ ├── notinheap.go
│ ├── nowritebarrier.go
│ ├── nul1.go
│ ├── opt_branchlikely.go
│ ├── parentype.go
│ ├── peano.go
│ ├── phiopt.go
│ ├── printbig.go
│ ├── printbig.out
│ ├── print.go
│ ├── print.out
│ ├── prove.go
│ ├── range.go
│ ├── README.md
│ ├── recover1.go
│ ├── recover2.go
│ ├── recover3.go
│ ├── recover4.go
│ ├── recover5.go
│ ├── recover.go
│ ├── reflectmethod1.go
│ ├── reflectmethod2.go
│ ├── reflectmethod3.go
│ ├── reflectmethod4.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
│ ├── strength.go
│ ├── stress
│ │ ├── maps.go
│ │ ├── parsego.go
│ │ └── runstress.go
│ ├── string_lit.go
│ ├── stringrange.go
│ ├── struct0.go
│ ├── switch2.go
│ ├── switch3.go
│ ├── switch4.go
│ ├── switch5.go
│ ├── switch6.go
│ ├── switch7.go
│ ├── switch.go
│ ├── syntax
│ │ ├── chan1.go
│ │ ├── chan.go
│ │ ├── composite.go
│ │ ├── ddd.go
│ │ ├── else.go
│ │ ├── if.go
│ │ ├── import.go
│ │ ├── initvar.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
│ ├── typecheckloop.go
│ ├── typeswitch1.go
│ ├── typeswitch2.go
│ ├── typeswitch3.go
│ ├── typeswitch.go
│ ├── uintptrescapes2.go
│ ├── uintptrescapes.dir
│ │ ├── a.go
│ │ └── main.go
│ ├── uintptrescapes.go
│ ├── undef.go
│ ├── utf.go
│ ├── varerr.go
│ ├── varinit.go
│ ├── writebarrier.go
│ └── zerodivide.go
└── VERSION
1010 directories, 7734 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论