Directories ¶ Show internal Expand all Path Synopsis _old GoByExample/01-hello-world command GoByExample/02-values command GoByExample/03-variables command GoByExample/04-constants command GoByExample/05-for command GoByExample/06-if-else command GoByExample/07-switch command GoByExample/08-arrays command GoByExample/09-slices command GoByExample/10-maps command GoByExample/11-range command GoByExample/12-functions command GoByExample/13-multi-return command GoByExample/14-variadic command GoByExample/15-closures command GoByExample/16-recursion command GoByExample/17-pointers command GoByExample/18-structs command GoByExample/19-methods command GoByExample/20-interfaces command GoByExample/21-errors command GoByExample/22-goroutines command GoByExample/23-channels command GoByExample/24-channel-buffering command GoByExample/25-channel-synchronization command GoByExample/26-channel-directions command GoByExample/27-select command GoByExample/28-timeouts command GoByExample/30-closing-channels command GoByExample/31-range-over-channels command GoByExample/32-timers command GoByExample/33-tickers command GoByExample/34-worker-pools command GoByExample/35-waitgroups command GoByExample/36-rate-limiting command GoByExample/37-atomic-counters command GoByExample/38-mutexes command GoByExample/39-stateful-goroutines command GoByExample/40-sorting command GoByExample/41-sorting-by-functions command GoByExample/42-panic command GoByExample/43-defer command GoByExample/44-collection-functions command GoByExample/44-string-functions command GoByExample/45-string-formatting command GoByExample/46-regexp command GoByExample/47-json command GoByExample/48-xml command GoByExample/49-time command GoByExample/50-epoch command GoByExample/51-time-formatting-parsing command GoByExample/52-random-numbers command GoByExample/53-number-parsing command GoByExample/54-url-parsing command GoByExample/55-sha1-hashes command GoByExample/56-base64-encoding command GoByExample/57-reading-files command GoByExample/58-writing-files command GoByExample/59-line-filters command GoByExample/60-file-paths command GoByExample/61-directories command GoByExample/62-temporary-files-dirs command GoByExample/64-commandline-args command GoByExample/65-commandline-flags command GoByExample/66-commandline-subcommands command GoByExample/67-env-variables command GoByExample/68-http-clients command GoByExample/69-http-servers command GoByExample/70-context command GoByExample/71-spawning-processes command GoByExample/72-execing-processes command GoByExample/73-signals command GoByExample/74-exit command TheGoProgrammingLanguage/code/r01-quick-tutorial/dup1 command TheGoProgrammingLanguage/code/r01-quick-tutorial/dup2 command TheGoProgrammingLanguage/code/r01-quick-tutorial/dup3 command TheGoProgrammingLanguage/code/r01-quick-tutorial/echo1 command TheGoProgrammingLanguage/code/r01-quick-tutorial/echo2 command TheGoProgrammingLanguage/code/r01-quick-tutorial/echo3 command TheGoProgrammingLanguage/code/r01-quick-tutorial/fetch command TheGoProgrammingLanguage/code/r01-quick-tutorial/fetchall command TheGoProgrammingLanguage/code/r01-quick-tutorial/helloworld command TheGoProgrammingLanguage/code/r01-quick-tutorial/lissajous command TheGoProgrammingLanguage/code/r01-quick-tutorial/lissajousserver command TheGoProgrammingLanguage/code/r01-quick-tutorial/server1 command TheGoProgrammingLanguage/code/r01-quick-tutorial/server2 command TheGoProgrammingLanguage/code/r01-quick-tutorial/server3 command TheGoProgrammingLanguage/code/r02-program-structure/boiling command TheGoProgrammingLanguage/code/r02-program-structure/cf command TheGoProgrammingLanguage/code/r02-program-structure/echo4 command TheGoProgrammingLanguage/code/r02-program-structure/ftoc command TheGoProgrammingLanguage/code/r02-program-structure/popcount TheGoProgrammingLanguage/code/r02-program-structure/tempconv TheGoProgrammingLanguage/code/r02-program-structure/tempconv0 TheGoProgrammingLanguage/code/r03-basic-data-types/comma TheGoProgrammingLanguage/code/r03-basic-data-types/mandelbrot command TheGoProgrammingLanguage/code/r03-basic-data-types/surface command TheGoProgrammingLanguage/code/r04-composite-types/github/application command TheGoProgrammingLanguage/code/r04-composite-types/github/githubapi TheGoProgrammingLanguage/code/r04-composite-types/graph TheGoProgrammingLanguage/code/r04-composite-types/inc-array-copy-reference command TheGoProgrammingLanguage/code/r04-composite-types/issuesreport/html command TheGoProgrammingLanguage/code/r04-composite-types/issuesreport/text command TheGoProgrammingLanguage/code/r04-composite-types/movie command TheGoProgrammingLanguage/code/r04-composite-types/poster command TheGoProgrammingLanguage/code/r04-composite-types/printf-array command TheGoProgrammingLanguage/code/r04-composite-types/sha256 command TheGoProgrammingLanguage/code/r04-composite-types/slices TheGoProgrammingLanguage/code/r04-composite-types/wordfreq command TheGoProgrammingLanguage/code/r04-composite-types/xkcd/application command TheGoProgrammingLanguage/code/r05-functions/defer2 command TheGoProgrammingLanguage/code/r05-functions/findlinks1 command TheGoProgrammingLanguage/code/r05-functions/findlinks3 command TheGoProgrammingLanguage/code/r05-functions/outline command TheGoProgrammingLanguage/code/r05-functions/panicrecover command TheGoProgrammingLanguage/code/r05-functions/squares command TheGoProgrammingLanguage/code/r05-functions/sum command TheGoProgrammingLanguage/code/r05-functions/toposort command TheGoProgrammingLanguage/code/r06-methods/methods command TheGoProgrammingLanguage/code/r07-interfaces/http1 command TheGoProgrammingLanguage/code/r07-interfaces/http2 command TheGoProgrammingLanguage/code/r07-interfaces/http3 command TheGoProgrammingLanguage/code/r07-interfaces/plot3d command TheGoProgrammingLanguage/code/r07-interfaces/sleep command TheGoProgrammingLanguage/code/r07-interfaces/sorting command TheGoProgrammingLanguage/code/r07-interfaces/tempconv command TheGoProgrammingLanguage/code/r07-interfaces/wordcount command TheGoProgrammingLanguage/code/r07-interfaces/xmlselect command TheGoProgrammingLanguage/code/r08-goroutines-channels/chat command TheGoProgrammingLanguage/code/r08-goroutines-channels/clock2 command TheGoProgrammingLanguage/code/r08-goroutines-channels/crawl1 command TheGoProgrammingLanguage/code/r08-goroutines-channels/crawllimiteddepth command TheGoProgrammingLanguage/code/r08-goroutines-channels/du1 command TheGoProgrammingLanguage/code/r08-goroutines-channels/du2 command TheGoProgrammingLanguage/code/r08-goroutines-channels/du4 command TheGoProgrammingLanguage/code/r08-goroutines-channels/gomandel command TheGoProgrammingLanguage/code/r08-goroutines-channels/netcat1 command TheGoProgrammingLanguage/code/r08-goroutines-channels/pipeline2 command TheGoProgrammingLanguage/code/r08-goroutines-channels/pipeline3 command TheGoProgrammingLanguage/code/r08-goroutines-channels/spinner command TheGoProgrammingLanguage/code/r09-concurrency-shared-variables/pipeline command TheGoProgrammingLanguage/code/r09-concurrency-shared-variables/pong command TheGoProgrammingLanguage/code/r09-concurrency-shared-variables/racedetector command TheGoProgrammingLanguage/code/r10-packages-and-go-tools/autoinitpackage command TheGoProgrammingLanguage/code/r10-packages-and-go-tools/jpgtopng command TheGoProgrammingLanguage/code/r10-packages-and-go-tools/selectivecompile TheGoProgrammingLanguage/code/r11-testing/testexamples TheGoProgrammingLanguage/code/r12-reflection/defaults TheGoProgrammingLanguage/code/r12-reflection/display command TheGoProgrammingLanguage/code/r12-reflection/format command TheGoProgrammingLanguage/code/r12-reflection/methods command TheGoProgrammingLanguage/code/r12-reflection/yaml TheGoProgrammingLanguage/code/r13-low-level-programming/bzipper command TheGoProgrammingLanguage/code/r13-low-level-programming/cpuvendor command TheGoProgrammingLanguage/code/r13-low-level-programming/equal sdars/grpc_microservices_demo/hw command sdars/grpc_microservices_demo/tuner command sdars/grpc_microservices_demo/ui command sdars/kafka_microservices_demo/hw command sdars/kafka_microservices_demo/tuner command sdars/kafka_microservices_demo/ui command sdars/modular_monolith_demo command sdars/rest_microservices_demo/hw command sdars/rest_microservices_demo/tuner command sdars/rest_microservices_demo/ui command trace-from-file Click to show internal directories. Click to hide internal directories.