├── .DS_Store ├── 000-AL-command-line-args └── main.go ├── 000-aa-packages ├── 001 │ └── main.go └── 002 │ ├── main.go │ └── mypackage │ └── mypackage.go ├── 000-ab-pass-by-value-01 └── main.go ├── 000-ac-interface-01 └── main.go ├── 000-ac-interface-02 └── main.go ├── 000-ac-interface-03 └── main.go ├── 000-ac-interface-04-stringer └── main.go ├── 000-ac-interface-05-assetion-01 └── main.go ├── 000-ac-interface-06-assetion-02 └── main.go ├── 000-ac-interface-07-assetion-03 └── main.go ├── 000-ac-interface-08-assertion-04 └── main.go ├── 000-ac-interface-09-bytes-NewReader └── main.go ├── 000-ad-generics-00a └── main.go ├── 000-ad-generics-00b └── main.go ├── 000-ad-generics-00c └── main.go ├── 000-ad-generics-00d-escape-analysis ├── 000-ad-generics-00d-escape-analysis.exe └── main.go ├── 000-ad-generics-01 └── main.go ├── 000-ad-generics-02 └── main.go ├── 000-ad-generics-03 └── main.go ├── 000-ad-generics-04 └── main.go ├── 000-ad-generics-05 └── main.go ├── 000-ad-generics-06 └── main.go ├── 000-ad-generics-07 └── main.go ├── 000-ad-generics-08 └── main.go ├── 000-ae-generics-09a1-type-parameter └── main.go ├── 000-ae-generics-09a2-type-parameter-slice └── main.go ├── 000-ae-generics-09a3-type-parameter-slice-interface └── main.go ├── 000-ae-generics-09b1-type-sets-interface └── main.go ├── 000-ae-generics-10a-sum-example └── main.go ├── 000-ae-generics-10b-sum-example-constraints-ordered └── main.go ├── 000-ae-generics-10c-sum-underlying-types └── main.go ├── 000-ae-generics-10d-sum-underlying-types-constraints └── main.go ├── 000-ae-generics-11a1-map-func └── main.go ├── 000-ae-generics-11a2-map-func-constraints-ordered └── main.go ├── 000-ae-generics-12-struct ├── main.go └── temp ├── 000-ae-generics-13-comparable └── main.go ├── 000-ae-method-sets ├── interfaceimp │ └── main.go ├── interfaceimplementation │ └── main.go ├── main.go └── thisallworks │ └── thisallworks.go ├── 000-af-rand-01 └── main.go ├── 000-af-rand-02-sleep-time └── main.go ├── 000-ag-concurrency-01 ├── concurrencyexamples │ └── concurrencyexamples.go └── main.go ├── 000-ag-concurrency-02 ├── main.go └── notes.txt ├── 000-ah-modules-01 └── main.go ├── 000-ai-bitwise-ops-01 └── main.go ├── 000-ai-bitwise-ops-02-iota └── main.go ├── 000-ai-bitwise-ops-03-measurements └── main.go ├── 000-aj-testing-01 ├── main.go └── main_test.go ├── 000-aj-testing-02-benchmarks ├── main.go └── main_test.go ├── 000-ak-ascii-unicode-utf8-01 └── main.go ├── 000-ak-runes-02 └── main.go ├── 000-am-palindrome-01 └── main.go ├── 000-am-palindrome-02 └── main.go ├── 000-an-http-01 └── main.go ├── 000-ao-01-walk └── main.go ├── 000-ao-02-file-add-text ├── main.go └── sample1.txt ├── 000-ao-03-file-renamer └── main.go ├── 000-ao-04-file-renamer └── main.go ├── 000-ao-05-file-renamer └── main.go ├── 000-ao-06-file-replace-word ├── main.go ├── one.txt └── two.txt ├── 000-ao-07-file-replace-words ├── 000-ao-07-file-replace-words.exe ├── 01 - The new science of stress management │ ├── 01 - The new science of stress management.srt │ ├── 01 - The new science of stress management.txt │ └── 01 - The new science of stress management.vtt ├── 02 - The key takeaway from the research on stress management │ ├── 02 - The key takeaway from the research on stress management.srt │ ├── 02 - The key takeaway from the research on stress management.txt │ └── 02 - The key takeaway from the research on stress management.vtt ├── 03- Example - applying the key takeaway and changing my narrative │ ├── 03- Example - applying the key takeaway and changing my narrative.srt │ ├── 03- Example - applying the key takeaway and changing my narrative.txt │ └── 03- Example - applying the key takeaway and changing my narrative.vtt ├── 04- Course details- how we learn & managing expectations │ ├── 04- Course details- how we learn & managing expectations.srt │ ├── 04- Course details- how we learn & managing expectations.txt │ └── 04- Course details- how we learn & managing expectations.vtt ├── 05- New information = new opportunities │ ├── 05- New information = new opportunities.srt │ ├── 05- New information = new opportunities.txt │ └── 05- New information = new opportunities.vtt └── main.go ├── 000-ao-08-file-combine-txt-files ├── 000-ao-08-file-combine-txt-files.exe ├── 01 - The new science of stress management │ ├── 01 - The new science of stress management.srt │ └── 01 - The new science of stress management.txt ├── 02 - The key takeaway from the research on stress management │ └── 02 - The key takeaway from the research on stress management.txt ├── 03- Example - applying the key takeaway and changing my narrative │ └── 03- Example - applying the key takeaway and changing my narrative.txt ├── 04- Course details- how we learn & managing expectations │ └── 04- Course details- how we learn & managing expectations.txt ├── 05- New information = new opportunities │ ├── 05- New information = new opportunities.txt │ └── 05- New information = new opportunities.vtt └── main.go ├── 000-ao-09-file-path ├── 01 - The new science of stress management │ ├── 01 - The new science of stress management.srt │ ├── 01 - The new science of stress management.txt │ └── 01 - The new science of stress management.vtt └── main.go ├── 000-ao-10-create-file ├── main.go └── temp.txt ├── 000-ap-unzip-01 ├── main.go └── testdata │ └── 157-custom-views.zip ├── 000-ap-unzip-02 ├── main.go └── testdata │ ├── 157-custom-views.zip │ └── 158-pictures-illustrations-equations-symbols.zip ├── 000-ap-unzip-03 ├── main.go └── testdata │ ├── 157-custom-views.zip │ └── 158-pictures-illustrations-equations-symbols.zip ├── 000-ap-unzip-04 ├── main.exe ├── main.go └── testdata │ ├── 157-custom-views.zip │ └── 158-pictures-illustrations-equations-symbols.zip ├── 000-aq-json-01 └── main.go ├── 000-aq-json-02 └── main.go ├── 000-aq-json-03-decode └── main.go ├── 000-aq-json-04-unmarshal └── main.go ├── 000-aq-json-05-tags └── main.go ├── 000-aq-json-06-encode └── main.go ├── 000-ar-checksum-01 ├── main.go └── simpleFile.txt ├── 000-as-slice-01 └── main.go ├── 000-as-slice-02-append └── main.go ├── 000-as-slice-03-sort └── main.go ├── 000-as-slice-04 └── main.go ├── 000-as-slice-05-variadic-unfurl └── main.go ├── 000-as-slice-o6-copy-append └── main.go ├── 000-at-contstant-01 └── main.go ├── 000-au-struct-01 └── main.go ├── 000-au-struct-02 └── main.go ├── 000-au-struct-03 └── main.go ├── 000-au-struct-04 └── main.go ├── 000-au-struct-05 └── main.go ├── 000-av-stringer-01 └── main.go ├── 000-aw-recover-01 └── main.go ├── 000-ax-web-01 ├── main.go └── templates │ └── index.gohtml ├── 000-ay-map-01-comma-ok └── main.go ├── 000-az-map-02-word-freq ├── great-gatsby.txt └── main.go ├── 000-ba-time-01-sleep-elapsed └── main.go ├── 000-ba-time-02-date └── main.go ├── 000-bb-cncrncy-01a └── main.go ├── 000-bb-cncrncy-01b └── main.go ├── 000-bb-cncrncy-01c └── main.go ├── 000-bb-cncrncy-01d-01 └── main.go ├── 000-bb-cncrncy-01d-02 └── main.go ├── 000-bb-cncrncy-01d-03a └── main.go ├── 000-bb-cncrncy-01d-03b └── main.go ├── 000-bb-cncrncy-02-shadowing-explained └── main.go ├── 000-bb-cncrncy-03-chan-a └── main.go ├── 000-bb-cncrncy-03-chan-b └── main.go ├── 000-bb-cncrncy-03-chan-c-01-deadlock └── main.go ├── 000-bb-cncrncy-03-chan-c-02-close-chan └── main.go ├── 000-bb-cncrncy-03-chan-c-03-rcv-closed-chan └── main.go ├── 000-bb-cncrncy-03-chan-c-04-comma-ok └── main.go ├── 000-bb-cncrncy-03-chan-c-05-snd-closed-chan └── main.go ├── 000-bb-cncrncy-03-chan-c-06-close-closed-chan └── main.go ├── 000-bb-cncrncy-04-merge-chan-01 └── main.go ├── 000-bb-cncrncy-04-merge-chan-02 └── main.go ├── 000-bb-cncrncy-05 ├── channel-semantics.txt └── main.go ├── 000-bb-cncrncy-06a ├── channel-semantics.txt └── main.go ├── 000-bb-cncrncy-06b ├── channel-semantics.txt └── main.go ├── 000-bb-cncrncy-07a1-waitgroup ├── channel-semantics.txt └── main.go ├── 000-bb-cncrncy-07a2-waitgroup ├── channel-semantics.txt └── main.go ├── 000-bb-cncrncy-07b-range-slice ├── channel-semantics.txt └── main.go ├── 000-bb-cncrncy-07c-errgroup ├── channel-semantics.txt └── main.go ├── 000-bb-cncrncy-08-sync-once-a ├── channel-semantics.txt └── main.go ├── 000-bb-cncrncy-08-sync-once-b ├── channel-semantics.txt └── main.go ├── 000-bb-cncrncy-08-sync-once-c └── main.go ├── 000-bb-cncrncy-09-race-condition └── main.go ├── 000-bb-cncrncy-10a-mutex └── main.go ├── 000-bb-cncrncy-11-atomic └── main.go ├── 000-bb-cncrncy-12-atomic └── main.go ├── 000-bb-cncrncy-13-select └── main.go ├── 000-bb-cncrncy-14-context └── main.go ├── 000-bb-cncrncy-15-context └── main.go ├── 000-bb-cncrncy-16-experimenting ├── 01-signal │ └── main.go ├── 02-buffered │ └── main.go └── 03-buffered-ctx │ └── main.go ├── 000-bc-test-doc-01 ├── main.go └── tokenizer │ ├── example_test.go │ ├── tokenizer.go │ └── tokenizer_test.go ├── 000-bc-test-doc-02 └── documentation.txt ├── 000-bd-testify ├── main.go └── tokenizer │ ├── example_test.go │ ├── tokenizer.go │ └── tokenizer_test.go ├── 000-be-table-tests ├── main.go └── tokenizer │ ├── example_test.go │ ├── tokenizer.go │ └── tokenizer_test.go ├── 000-bf-pointers-caveat-slices └── main.go ├── 000-bg-caveat-slices └── main.go ├── 000-bh-project-code-structure └── readme.md ├── 000-bi-test-fuzzing ├── main.go └── tokenizer │ ├── example_test.go │ ├── tokenizer.go │ └── tokenizer_test.go ├── 000-bj-http-01 └── main.go ├── 000-bj-http-02-tokenizer ├── main.go └── tokenizer │ ├── example_test.go │ ├── tokenizer.go │ └── tokenizer_test.go ├── 000-bk-linked-list-01 ├── main.go └── notes.txt ├── 000-bk-linked-list-02 ├── main.go └── note.txt ├── 000-bk-linked-list-03 └── main.go ├── 000-bk-linked-list-04-practice ├── 01 │ └── main.go ├── 02 │ └── main.go ├── 03 │ └── main.go └── 04 │ └── main.go ├── 000-bk-linked-list-05-recording └── main.go ├── 000-bl-benchmark-01 ├── main.go ├── main_test.go └── notes.txt ├── 000-bl-benchmark-02 └── 01-start │ ├── main.go │ └── main_test.go ├── 000-bm-interview-questions ├── 01 │ ├── 01-ptr-val-semantics-for-range-old │ │ └── main.go │ ├── 01-ptr-val-semantics-for-range │ │ └── main.go │ ├── 02-slices-fix-broken-code-benchmark-FIXED │ │ ├── main.go │ │ └── main_test.go │ ├── 02-slices-fix-broken-code-benchmark-NOT-FIXED │ │ ├── main.go │ │ └── main_test.go │ ├── 03-slicing-slice-broken │ │ └── main.go │ ├── 04-slicing-slice-fixed │ │ └── main.go │ ├── 05-ptr-semantics │ │ └── main.go │ ├── 06-ptr-semantics-fixed-code │ │ └── main.go │ ├── 07-range-loop-map │ │ └── main.go │ ├── 08-map-reference-type-pointer-semantics │ │ └── main.go │ ├── 09-interfaces │ │ ├── 01 │ │ │ └── main.go │ │ └── 02 │ │ │ └── main.go │ ├── 10-switch-type │ │ └── main.go │ ├── 11-embedding-types │ │ └── main.go │ ├── 12-composition │ │ ├── 00 │ │ │ └── main.go │ │ ├── 01 │ │ │ └── main.go │ │ ├── 02 │ │ │ ├── 01 │ │ │ │ └── main.go │ │ │ ├── 02 │ │ │ │ └── main.go │ │ │ ├── 03 │ │ │ │ └── main.go │ │ │ ├── 04 │ │ │ │ └── main.go │ │ │ └── 05 │ │ │ │ └── main.go │ │ ├── 03 │ │ │ └── main.go │ │ └── 04 │ │ │ └── main.go │ ├── 13-error │ │ ├── 01 │ │ │ └── main.go │ │ ├── 02 │ │ │ └── main.go │ │ ├── 03-find-bug-01 │ │ │ └── main.go │ │ └── 03-find-bug-02 │ │ │ └── main.go │ ├── 14-packaging │ │ ├── 01-hierarchy-no-sub-packaging │ │ │ ├── main.go │ │ │ └── users │ │ │ │ ├── admins │ │ │ │ └── admins.go │ │ │ │ └── users.go │ │ ├── 02-sample-01 │ │ │ ├── CONTRIBUTORS │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ └── main.go │ │ └── 03-sample-02 │ │ │ └── application │ │ │ ├── cmd │ │ │ ├── notes.txt │ │ │ └── program-01 │ │ │ │ └── main.go │ │ │ └── internal │ │ │ ├── note.txt │ │ │ └── platform │ │ │ └── note.txt │ ├── 15-goroutines │ │ ├── 01 │ │ │ └── main.go │ │ ├── 02 │ │ │ └── main.go │ │ ├── 03 │ │ │ └── main.go │ │ └── 04-fix-this │ │ │ └── main.go │ ├── 16-data-race │ │ ├── 01 │ │ │ └── main.go │ │ ├── 02-fix-this │ │ │ └── main.go │ │ ├── 03-fixed-atomic │ │ │ └── main.go │ │ └── 04-fixed-mutex │ │ │ └── main.go │ └── 17-channels │ │ ├── 01-all │ │ └── main.go │ │ ├── 02-wait-for-result │ │ └── main.go │ │ ├── 03-fan-out │ │ └── main.go │ │ ├── 04-wait-for-task │ │ └── main.go │ │ ├── 05-pooling │ │ └── main.go │ │ ├── 06-fan-out-semaphore │ │ ├── 01 │ │ │ └── main.go │ │ └── 02 │ │ │ └── main.go │ │ ├── 07-fan-out-bounded │ │ ├── 01 │ │ │ └── main.go │ │ ├── 02 │ │ │ └── main.go │ │ └── 03 │ │ │ └── main.go │ │ ├── 08-drop-pattern │ │ └── main.go │ │ ├── 09-cancellation-pattern │ │ └── main.go │ │ ├── 10-retry │ │ └── main.go │ │ └── 11-logging │ │ ├── logger │ │ └── logger.go │ │ └── main.go ├── 02-live │ ├── 01 │ │ └── main.go │ ├── 02 │ │ └── main.go │ ├── 03 │ │ └── main.go │ ├── 04-slice-slicing-copy │ │ └── main.go │ ├── 05-range-rune │ │ └── main.go │ ├── 06-range-rune │ │ └── main.go │ ├── 07-range-slice │ │ └── main.go │ ├── 08-map │ │ └── main.go │ └── 09-map │ │ └── main.go ├── main.go └── questions.txt ├── 000-bn-testing ├── 01-given-when-should │ ├── example1 │ │ └── example1_test.go │ └── main.go ├── 02-table-tests │ ├── example2 │ │ └── example2_test.go │ └── main.go ├── 03-mock-server │ ├── example3 │ │ └── example3_test.go │ └── main.go ├── 04-server │ ├── handlers │ │ ├── handlers.go │ │ ├── handlers_example_test.go │ │ └── handlers_test.go │ └── main.go ├── 05-sub-tests │ ├── example5 │ │ └── example5_test.go │ └── main.go └── 06-coverage │ ├── main.go │ └── main_test.go ├── 000-bo-benchmarks ├── 01-benchmarks │ └── basic_test.go ├── 02-sub-benchmarks │ └── basic_test.go ├── 03-VALIDATE-benchmarks │ └── basic_test.go ├── 04-cpu-bound │ ├── cpu.go │ └── cpu_test.go └── 05-io-bound │ ├── io.go │ └── io_test.go ├── 000-bp-profiling ├── 01-stack-trace │ ├── example1 │ │ └── example1.go │ ├── example2 │ │ └── example2.go │ └── example3 │ │ └── example3.go ├── 02-memcpu │ ├── 01 │ │ └── stream.go │ ├── 02 │ │ ├── 02.test.exe │ │ ├── p.out │ │ ├── stream.go │ │ └── stream_test.go │ ├── README.md │ ├── stream.go │ └── stream_test.go ├── 03-godebug │ ├── README.md │ └── godebug.go └── 04-trace │ ├── README.md │ ├── newsfeed.xml │ └── trace.go ├── 000-br-bk-go-tour ├── .DS_Store ├── 01-string-unicode-utf8 │ ├── README.md │ └── main.go ├── 02-time-pkg │ ├── 01-bunches-of-code │ │ ├── 11 │ │ │ ├── 01 │ │ │ │ └── main.go │ │ │ └── 02 │ │ │ │ └── main.go │ │ ├── 00 │ │ │ └── main.go │ │ ├── 01 │ │ │ └── main.go │ │ ├── 02 │ │ │ └── main.go │ │ ├── 03 │ │ │ └── main.go │ │ ├── 04 │ │ │ └── main.go │ │ ├── 05 │ │ │ └── main.go │ │ ├── 06 │ │ │ └── main.go │ │ ├── 07 │ │ │ └── main.go │ │ ├── 08 │ │ │ └── main.go │ │ └── 09 │ │ │ └── main.go │ ├── 10-format-time │ │ ├── .DS_Store │ │ ├── 01 │ │ │ └── main.go │ │ ├── 01b │ │ │ └── main.go │ │ ├── 02-format │ │ │ └── main.go │ │ └── 03-parse │ │ │ └── main.go │ ├── README.md │ └── UTC-time-zones.png ├── 02b-git-github │ └── Todd-McLeod-Course-Learn-Git-GitHub-Beginner-Intermediate-Concepts.pdf ├── 02c-design-guides │ ├── README.md │ └── Todd-McLeod-Course-Learn-Git-GitHub-Beginner-Intermediate-Concepts.pdf ├── 03-variables │ ├── README.md │ └── main.go ├── 04a-struct-types │ ├── README.md │ ├── classex │ │ └── classex.go │ ├── main │ ├── main.go │ └── ptrvaluesemantics │ │ └── ptrvaluesemantics.go ├── 04b-field-alignment-analyzer │ ├── main │ └── main.go ├── 04c-live-coding │ └── main.go ├── 05-pointers │ ├── .DS_Store │ ├── 01-prep │ │ └── main.go │ ├── 02-live copy │ │ └── main.go │ ├── 02-prep │ │ └── main.go │ ├── 03-prep │ │ └── main.go │ ├── 04-grow-stack │ │ └── main.go │ ├── 05-hands-on │ │ ├── 1-prep │ │ │ ├── 01 │ │ │ │ └── main.go │ │ │ └── 02 │ │ │ │ └── main.go │ │ └── 2-live │ │ │ ├── 01 │ │ │ └── main.go │ │ │ └── 02 │ │ │ └── main.go │ ├── README.md │ ├── images │ │ ├── .DS_Store │ │ └── bp.png │ └── main.go ├── 06-constants │ ├── 00-live │ │ └── main.go │ ├── 01-prep │ │ └── main.go │ ├── 02-prep │ │ └── main.go │ ├── 03-prep │ │ └── main.go │ ├── 07-prep │ │ └── main.go │ ├── 08-prep │ │ └── main.go │ ├── 09-prep │ │ └── main.go │ ├── 10-live │ │ └── main.go │ ├── README.md │ ├── image │ │ └── ip.png │ └── main.go ├── 07-functions │ ├── 00-live │ │ └── main.go │ ├── 01-live │ │ └── main.go │ ├── README.md │ ├── image │ │ ├── hachiko.png │ │ └── hachiko2.jpeg │ ├── main.go │ ├── sofun │ │ ├── gatsby.txt │ │ └── sofun.go │ └── syntaticsugar │ │ └── sugar.go ├── 08-arrays │ ├── 00-live │ │ └── main.go │ ├── 01-prep │ │ ├── answer1.go │ │ └── exercise1.go │ ├── 02-prep │ │ └── main.go │ ├── README.md │ └── main.go ├── 09-slices │ ├── 00-code │ │ ├── advanced │ │ │ └── example1 │ │ │ │ └── example1.go │ │ ├── example1 │ │ │ └── example1.go │ │ ├── example10 │ │ │ └── example10.go │ │ ├── example11 │ │ │ └── example11.go │ │ ├── example2 │ │ │ └── example2.go │ │ ├── example3 │ │ │ └── example3.go │ │ ├── example4 │ │ │ └── example4.go │ │ ├── example5 │ │ │ └── example5.go │ │ ├── example6 │ │ │ └── example6.go │ │ ├── example7 │ │ │ └── example7.go │ │ ├── example8 │ │ │ └── example8.go │ │ └── example9 │ │ │ └── example9.go │ ├── 00-live │ │ └── main.go │ ├── README.md │ ├── image │ │ └── hachiko.png │ └── main.go ├── 98-temp │ ├── 00-live │ │ └── main.go │ ├── README.md │ ├── image │ │ └── hachiko.png │ └── main.go ├── 99-under-development │ └── 01-garbage-collector │ │ ├── .DS_Store │ │ ├── 01-prep │ │ └── main.go │ │ ├── 02-prep │ │ └── main.go │ │ ├── 03-prep │ │ └── main.go │ │ ├── README.md │ │ ├── images │ │ ├── .DS_Store │ │ ├── Ignacy_Jan_Paderewski_-_Project_Gutenberg_eText_15604.png │ │ └── bp.png │ │ └── main.go ├── README.md └── notes-temp.txt ├── 000-bs-all-english-words ├── 01 │ ├── all-words.txt │ ├── files-others │ │ ├── wordlist-english.txt │ │ ├── wordlist.txt │ │ ├── words.txt │ │ └── words2.txt │ ├── files │ │ ├── 3000-most-common.txt │ │ ├── big.txt │ │ ├── enable.txt │ │ ├── mit-10000-most-common.txt │ │ ├── sowpods.txt │ │ ├── todds-adds.txt │ │ ├── twl06.txt │ │ ├── yob1880.txt │ │ ├── yob1881.txt │ │ ├── yob1882.txt │ │ ├── yob1883.txt │ │ ├── yob1884.txt │ │ ├── yob1885.txt │ │ ├── yob1886.txt │ │ ├── yob1887.txt │ │ ├── yob1888.txt │ │ ├── yob1889.txt │ │ ├── yob1890.txt │ │ ├── yob1891.txt │ │ ├── yob1892.txt │ │ ├── yob1893.txt │ │ ├── yob1894.txt │ │ ├── yob1895.txt │ │ ├── yob1896.txt │ │ ├── yob1897.txt │ │ ├── yob1898.txt │ │ ├── yob1899.txt │ │ ├── yob1900.txt │ │ ├── yob1901.txt │ │ ├── yob1902.txt │ │ ├── yob1903.txt │ │ ├── yob1904.txt │ │ ├── yob1905.txt │ │ ├── yob1906.txt │ │ ├── yob1907.txt │ │ ├── yob1908.txt │ │ ├── yob1909.txt │ │ ├── yob1910.txt │ │ ├── yob1911.txt │ │ ├── yob1912.txt │ │ ├── yob1913.txt │ │ ├── yob1914.txt │ │ ├── yob1915.txt │ │ ├── yob1916.txt │ │ ├── yob1917.txt │ │ ├── yob1918.txt │ │ ├── yob1919.txt │ │ ├── yob1920.txt │ │ ├── yob1921.txt │ │ ├── yob1922.txt │ │ ├── yob1923.txt │ │ ├── yob1924.txt │ │ ├── yob1925.txt │ │ ├── yob1926.txt │ │ ├── yob1927.txt │ │ ├── yob1928.txt │ │ ├── yob1929.txt │ │ ├── yob1930.txt │ │ ├── yob1931.txt │ │ ├── yob1932.txt │ │ ├── yob1933.txt │ │ ├── yob1934.txt │ │ ├── yob1935.txt │ │ ├── yob1936.txt │ │ ├── yob1937.txt │ │ ├── yob1938.txt │ │ ├── yob1939.txt │ │ ├── yob1940.txt │ │ ├── yob1941.txt │ │ ├── yob1942.txt │ │ ├── yob1943.txt │ │ ├── yob1944.txt │ │ ├── yob1945.txt │ │ ├── yob1946.txt │ │ ├── yob1947.txt │ │ ├── yob1948.txt │ │ ├── yob1949.txt │ │ ├── yob1950.txt │ │ ├── yob1951.txt │ │ ├── yob1952.txt │ │ ├── yob1953.txt │ │ ├── yob1954.txt │ │ ├── yob1955.txt │ │ ├── yob1956.txt │ │ ├── yob1957.txt │ │ ├── yob1958.txt │ │ ├── yob1959.txt │ │ ├── yob1960.txt │ │ ├── yob1961.txt │ │ ├── yob1962.txt │ │ ├── yob1963.txt │ │ ├── yob1964.txt │ │ ├── yob1965.txt │ │ ├── yob1966.txt │ │ ├── yob1967.txt │ │ ├── yob1968.txt │ │ ├── yob1969.txt │ │ ├── yob1970.txt │ │ ├── yob1971.txt │ │ ├── yob1972.txt │ │ ├── yob1973.txt │ │ ├── yob1974.txt │ │ ├── yob1975.txt │ │ ├── yob1976.txt │ │ ├── yob1977.txt │ │ ├── yob1978.txt │ │ ├── yob1979.txt │ │ ├── yob1980.txt │ │ ├── yob1981.txt │ │ ├── yob1982.txt │ │ ├── yob1983.txt │ │ ├── yob1984.txt │ │ ├── yob1985.txt │ │ ├── yob1986.txt │ │ ├── yob1987.txt │ │ ├── yob1988.txt │ │ ├── yob1989.txt │ │ ├── yob1990.txt │ │ ├── yob1991.txt │ │ ├── yob1992.txt │ │ ├── yob1993.txt │ │ ├── yob1994.txt │ │ ├── yob1995.txt │ │ ├── yob1996.txt │ │ ├── yob1997.txt │ │ ├── yob1998.txt │ │ ├── yob1999.txt │ │ ├── yob2000.txt │ │ ├── yob2001.txt │ │ ├── yob2002.txt │ │ ├── yob2003.txt │ │ ├── yob2004.txt │ │ ├── yob2005.txt │ │ ├── yob2006.txt │ │ ├── yob2007.txt │ │ ├── yob2008.txt │ │ ├── yob2009.txt │ │ ├── yob2010.txt │ │ ├── yob2011.txt │ │ ├── yob2012.txt │ │ ├── yob2013.txt │ │ ├── yob2014.txt │ │ ├── yob2015.txt │ │ ├── yob2016.txt │ │ ├── yob2017.txt │ │ ├── yob2018.txt │ │ ├── yob2019.txt │ │ ├── yob2020.txt │ │ ├── yob2021.txt │ │ └── yob2022.txt │ └── main.go ├── 02 │ ├── all-words.txt │ ├── check-spelling.txt │ ├── main.go │ └── temp └── readme.md ├── 000-bt-pprof-profiling-memory-allocation ├── 01 │ └── main.go ├── 02 │ └── main.go └── readme.md ├── 000-xa-struct-print └── main.go ├── 000-xb-notes ├── 01 │ └── main.go └── notes.txt ├── 000-xx-temp-01 └── main.go ├── 010-pkg-main-func-main ├── dog │ └── dog.go └── main.go ├── 011-fmt-package ├── main.go └── poker │ └── poker.go ├── 013-ascii-unicode-utf8 └── main.go ├── 014-string-literals └── main.go ├── 015-exercise-01 └── main.go ├── 016-variables-zero-val-blank-identifier └── main.go ├── 017-printf-verbs-doc └── main.go ├── 018-printf-decimal-hex └── main.go ├── 020-val-type-conversion-short-dec └── main.go ├── 022-hands-on-exercise-02 └── main.go ├── 023-hands-on-exercise-08-was-03-iota └── main.go ├── 024-hands-on-exercise-09-was-04-measure-bits └── main.go ├── 025-hands-on-exercise-10-was-05-zero-val └── main.go ├── 026-hands-on-exercise-11-was-06-printf-verbs └── main.go ├── 027-hands-on-exercise-12-was-07-printf-binary └── main.go ├── 028-hands-on-exercise-13-was-08-signed-unsigned └── main.go ├── 031-scope ├── furtherexplored │ ├── furtherexplored.go │ └── useit.go └── main.go ├── 046-mod-code-depend-01 └── main.go ├── 047-mod-code-depend-02 └── main.go ├── 050-versions-example-02 └── main.go ├── 051-specifying-dependency-version └── main.go ├── 052-hands-on-exercise-14-was-09 └── main.go ├── 053-hands-on-exercise-15-was-10 └── main.go ├── 054-hands-on-exercise-16-was-11 ├── 054-hands-on-exercise-11.exe ├── main.exe └── main.go ├── 055-hands-on-exercise-17-was-12 └── main.go ├── 056-hands-on-exercise-18-was-13 └── main.go ├── 057-hands-on-exercise-19-was-14 └── main.go ├── 058-hands-on-exercise-20-was-15 └── main.go ├── 062-understanding-control-flow └── main.go ├── 063-if-statements-comparison-operators └── main.go ├── 064-logical-operators └── main.go ├── 065-statement-statement-idiom └── main.go ├── 066-switch-statements └── main.go ├── 067-select-statements └── main.go ├── 068-for-loop └── main.go ├── 069-nested-loops └── main.go ├── 070-for-range └── main.go ├── 071-modulus └── main.go ├── 073-hands-on-exercise-23-was-18 └── SNOWY-EVENING.txt ├── 074-hands-on-exercise-24-was-19 └── main.go ├── 075-hands-on-exercise-25-was-20 └── main.go ├── 076-hands-on-exercise-26-was-21 └── main.go ├── 077-hands-on-exercise-27-was-22 └── main.go ├── 078-hands-on-exercise-28-was-23 └── main.go ├── 079-hands-on-exercise-29-was-24 └── main.go ├── 080-hands-on-exercise-30-was-25 └── main.go ├── 081-hands-on-exercise-31-was-26-infinite-loops └── main.go ├── 082-hands-on-exercise-32-was-27 └── main.go ├── 083-hands-on-exercise-33-was-28-a-joke └── main.go ├── 084-hands-on-exercise-34-was-29 └── main.go ├── 085-hands-on-exercise-35-was-30 └── main.go ├── 086-hands-on-exercise-36-was-31 └── main.go ├── 087-hands-on-exercise-37-was-32 └── main.go ├── 088-hands-on-exercise-38-was-33 └── main.go ├── 089-hands-on-exercise-39-was-34 └── main.go ├── 090-additional-code └── main.go ├── 093-arrays └── main.go ├── 094-hands-on-exercise-40 └── main.go ├── 095-slice └── main.go ├── 096-hands-on-exercise-41 └── main.go ├── 097-for-range-slice └── main.go ├── 098-append-to-slice └── main.go ├── 099-slicing-a-slice └── main.go ├── 100-delete-from-slice └── main.go ├── 101-slice-make └── main.go ├── 102-multidimensional-slice └── main.go ├── 103-slice-internals-01 └── main.go ├── 104-slice-internals-02 └── main.go ├── 105-slice-internals-03 └── main.go ├── 106-hands-on-exercise-42 └── main.go ├── 107-hands-on-exercise-43 └── main.go ├── 108-hands-on-exercise-44 └── main.go ├── 109-hands-on-exercise-45 └── main.go ├── 110-hands-on-exercise-46 └── main.go ├── 111-hands-on-exercise-47 └── main.go ├── 112-hands-on-exercise-48 └── main.go ├── 113-map-intro └── main.go ├── 114-map-for-range └── main.go ├── 115-map-delete-element └── main.go ├── 116-map-comma-ok-idiom └── main.go ├── 117-map-count-words-02 ├── great-gatsby.txt └── main.go ├── 117-map-count-words ├── great-gatsby.txt └── main.go ├── 117-map-sort-03-NOT-YET-TAUGHT └── main.go ├── 118-hands-on-exercise-49 └── main.go ├── 119-hands-on-exercise-50 └── main.go ├── 120-hands-on-exercise-51 └── main.go ├── 121-hands-on-exercise-52 └── main.go ├── 122-intro-to-structs └── main.go ├── 123-embedded-structs └── main.go ├── 124-anonymous-structs └── main.go ├── 125-composition └── main.go ├── 126-hands-on-exercise-53-struct-with-slice └── main.go ├── 127-hands-on-exercise-54-map-struct └── main.go ├── 128-hands-on-exercise-55-embed-struct └── main.go ├── 129-hands-on-exercise-56-anon-struct └── main.go ├── 131-func-syntax └── main.go ├── 132-variadic-parameter └── main.go ├── 133-unfurling-a-slice └── main.go ├── 134-defer └── main.go ├── 135-methods └── main.go ├── 136-interfaces-polymorph └── main.go ├── 137-interfaces-polymorph-stringer └── main.go ├── 138-interfaces-polymorph-stringer-expanded └── main.go ├── 139-writer-interface-file ├── main.go └── output.txt ├── 140-writer-interface-byte-buffer └── main.go ├── 141-writer-interface-file-or-byte-buffer ├── main.go └── output.txt ├── 142-anonymous-func └── main.go ├── 143-func-expression └── main.go ├── 144-returning-a-func └── main.go ├── 145-callback-func-as-argument └── main.go ├── 146-closure └── main.go ├── 147-function-fundamentals └── main.go ├── 148-recursion └── main.go ├── 149-wrapper-func ├── main.go └── poem.txt ├── 150-hands-on-57-func-concepts └── main.go ├── 151-hands-on-58-basic-funcs └── main.go ├── 152-hands-on-59-variadic-func └── main.go ├── 153-hands-on-60-defer-func └── main.go ├── 154-hands-on-61-method └── main.go ├── 155-hands-on-62-interfaces └── main.go ├── 156-hands-on-63-tests-01 ├── main.go └── main_test.go ├── 157-hands-on-64-tests-02-unit-tests ├── main.go └── main_test.go ├── 158-hands-on-65-tests-03-unit-tests ├── main.go └── main_test.go ├── 159-hands-on-66-documenting-code-with-comments ├── main.go └── main_test.go ├── 160-hands-on-67-interface-mock-db-test ├── main.go └── main_test.go ├── 161-hands-on-68-anon-func └── main.go ├── 162-hands-on-69-func-expression └── main.go ├── 163-hands-on-70-func-return └── main.go ├── 164-hands-on-71-callback └── main.go ├── 165-hands-on-72-closure └── main.go ├── 166-hands-on-73-wrapper └── main.go ├── 167-what-are-pointers └── main.go ├── 168-printf-pointer-value-type └── main.go ├── 169-dereferencing └── main.go ├── 170-pass-by-value-mutability └── main.go ├── 171-pointer-value-semantics-defined └── main.go ├── 173-pointers-stack-heap-escape-analysis └── main.go ├── 174-method-sets-part-1 └── main.go ├── 175-method-sets-part-2 └── main.go ├── 176-hands-on-74 └── main.go ├── 177-hands-on-75a-starting └── main.go ├── 177-hands-on-75b-finished └── main.go ├── 178-hands-on-76a-starting └── main.go ├── 178-hands-on-76b-finished └── main.go ├── 179-hands-on-77b-finished └── main.go ├── 180-type-constraint └── main.go ├── 181-type-set └── main.go ├── 182-underlying-types └── main.go ├── 183-package-constraints └── main.go ├── 500-comparable └── main.go ├── 999-starting-file └── main.go ├── README.md ├── go.mod └── go.sum /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/.DS_Store -------------------------------------------------------------------------------- /000-AL-command-line-args/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-AL-command-line-args/main.go -------------------------------------------------------------------------------- /000-aa-packages/001/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aa-packages/001/main.go -------------------------------------------------------------------------------- /000-aa-packages/002/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aa-packages/002/main.go -------------------------------------------------------------------------------- /000-aa-packages/002/mypackage/mypackage.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aa-packages/002/mypackage/mypackage.go -------------------------------------------------------------------------------- /000-ab-pass-by-value-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ab-pass-by-value-01/main.go -------------------------------------------------------------------------------- /000-ac-interface-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ac-interface-01/main.go -------------------------------------------------------------------------------- /000-ac-interface-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ac-interface-02/main.go -------------------------------------------------------------------------------- /000-ac-interface-03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ac-interface-03/main.go -------------------------------------------------------------------------------- /000-ac-interface-04-stringer/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ac-interface-04-stringer/main.go -------------------------------------------------------------------------------- /000-ac-interface-05-assetion-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ac-interface-05-assetion-01/main.go -------------------------------------------------------------------------------- /000-ac-interface-06-assetion-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ac-interface-06-assetion-02/main.go -------------------------------------------------------------------------------- /000-ac-interface-07-assetion-03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ac-interface-07-assetion-03/main.go -------------------------------------------------------------------------------- /000-ac-interface-08-assertion-04/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ac-interface-08-assertion-04/main.go -------------------------------------------------------------------------------- /000-ac-interface-09-bytes-NewReader/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ac-interface-09-bytes-NewReader/main.go -------------------------------------------------------------------------------- /000-ad-generics-00a/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ad-generics-00a/main.go -------------------------------------------------------------------------------- /000-ad-generics-00b/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ad-generics-00b/main.go -------------------------------------------------------------------------------- /000-ad-generics-00c/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ad-generics-00c/main.go -------------------------------------------------------------------------------- /000-ad-generics-00d-escape-analysis/000-ad-generics-00d-escape-analysis.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ad-generics-00d-escape-analysis/000-ad-generics-00d-escape-analysis.exe -------------------------------------------------------------------------------- /000-ad-generics-00d-escape-analysis/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ad-generics-00d-escape-analysis/main.go -------------------------------------------------------------------------------- /000-ad-generics-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ad-generics-01/main.go -------------------------------------------------------------------------------- /000-ad-generics-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ad-generics-02/main.go -------------------------------------------------------------------------------- /000-ad-generics-03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ad-generics-03/main.go -------------------------------------------------------------------------------- /000-ad-generics-04/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ad-generics-04/main.go -------------------------------------------------------------------------------- /000-ad-generics-05/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ad-generics-05/main.go -------------------------------------------------------------------------------- /000-ad-generics-06/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ad-generics-06/main.go -------------------------------------------------------------------------------- /000-ad-generics-07/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ad-generics-07/main.go -------------------------------------------------------------------------------- /000-ad-generics-08/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ad-generics-08/main.go -------------------------------------------------------------------------------- /000-ae-generics-09a1-type-parameter/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-generics-09a1-type-parameter/main.go -------------------------------------------------------------------------------- /000-ae-generics-09a2-type-parameter-slice/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-generics-09a2-type-parameter-slice/main.go -------------------------------------------------------------------------------- /000-ae-generics-09a3-type-parameter-slice-interface/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-generics-09a3-type-parameter-slice-interface/main.go -------------------------------------------------------------------------------- /000-ae-generics-09b1-type-sets-interface/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-generics-09b1-type-sets-interface/main.go -------------------------------------------------------------------------------- /000-ae-generics-10a-sum-example/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-generics-10a-sum-example/main.go -------------------------------------------------------------------------------- /000-ae-generics-10b-sum-example-constraints-ordered/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-generics-10b-sum-example-constraints-ordered/main.go -------------------------------------------------------------------------------- /000-ae-generics-10c-sum-underlying-types/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-generics-10c-sum-underlying-types/main.go -------------------------------------------------------------------------------- /000-ae-generics-10d-sum-underlying-types-constraints/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-generics-10d-sum-underlying-types-constraints/main.go -------------------------------------------------------------------------------- /000-ae-generics-11a1-map-func/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-generics-11a1-map-func/main.go -------------------------------------------------------------------------------- /000-ae-generics-11a2-map-func-constraints-ordered/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-generics-11a2-map-func-constraints-ordered/main.go -------------------------------------------------------------------------------- /000-ae-generics-12-struct/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-generics-12-struct/main.go -------------------------------------------------------------------------------- /000-ae-generics-12-struct/temp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-generics-12-struct/temp -------------------------------------------------------------------------------- /000-ae-generics-13-comparable/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-generics-13-comparable/main.go -------------------------------------------------------------------------------- /000-ae-method-sets/interfaceimp/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-method-sets/interfaceimp/main.go -------------------------------------------------------------------------------- /000-ae-method-sets/interfaceimplementation/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-method-sets/interfaceimplementation/main.go -------------------------------------------------------------------------------- /000-ae-method-sets/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-method-sets/main.go -------------------------------------------------------------------------------- /000-ae-method-sets/thisallworks/thisallworks.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ae-method-sets/thisallworks/thisallworks.go -------------------------------------------------------------------------------- /000-af-rand-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-af-rand-01/main.go -------------------------------------------------------------------------------- /000-af-rand-02-sleep-time/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-af-rand-02-sleep-time/main.go -------------------------------------------------------------------------------- /000-ag-concurrency-01/concurrencyexamples/concurrencyexamples.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ag-concurrency-01/concurrencyexamples/concurrencyexamples.go -------------------------------------------------------------------------------- /000-ag-concurrency-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ag-concurrency-01/main.go -------------------------------------------------------------------------------- /000-ag-concurrency-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ag-concurrency-02/main.go -------------------------------------------------------------------------------- /000-ag-concurrency-02/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ag-concurrency-02/notes.txt -------------------------------------------------------------------------------- /000-ah-modules-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ah-modules-01/main.go -------------------------------------------------------------------------------- /000-ai-bitwise-ops-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ai-bitwise-ops-01/main.go -------------------------------------------------------------------------------- /000-ai-bitwise-ops-02-iota/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ai-bitwise-ops-02-iota/main.go -------------------------------------------------------------------------------- /000-ai-bitwise-ops-03-measurements/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ai-bitwise-ops-03-measurements/main.go -------------------------------------------------------------------------------- /000-aj-testing-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aj-testing-01/main.go -------------------------------------------------------------------------------- /000-aj-testing-01/main_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aj-testing-01/main_test.go -------------------------------------------------------------------------------- /000-aj-testing-02-benchmarks/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aj-testing-02-benchmarks/main.go -------------------------------------------------------------------------------- /000-aj-testing-02-benchmarks/main_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aj-testing-02-benchmarks/main_test.go -------------------------------------------------------------------------------- /000-ak-ascii-unicode-utf8-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ak-ascii-unicode-utf8-01/main.go -------------------------------------------------------------------------------- /000-ak-runes-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ak-runes-02/main.go -------------------------------------------------------------------------------- /000-am-palindrome-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-am-palindrome-01/main.go -------------------------------------------------------------------------------- /000-am-palindrome-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-am-palindrome-02/main.go -------------------------------------------------------------------------------- /000-an-http-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-an-http-01/main.go -------------------------------------------------------------------------------- /000-ao-01-walk/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-01-walk/main.go -------------------------------------------------------------------------------- /000-ao-02-file-add-text/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-02-file-add-text/main.go -------------------------------------------------------------------------------- /000-ao-02-file-add-text/sample1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-02-file-add-text/sample1.txt -------------------------------------------------------------------------------- /000-ao-03-file-renamer/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-03-file-renamer/main.go -------------------------------------------------------------------------------- /000-ao-04-file-renamer/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-04-file-renamer/main.go -------------------------------------------------------------------------------- /000-ao-05-file-renamer/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-05-file-renamer/main.go -------------------------------------------------------------------------------- /000-ao-06-file-replace-word/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-06-file-replace-word/main.go -------------------------------------------------------------------------------- /000-ao-06-file-replace-word/one.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-06-file-replace-word/one.txt -------------------------------------------------------------------------------- /000-ao-06-file-replace-word/two.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-06-file-replace-word/two.txt -------------------------------------------------------------------------------- /000-ao-07-file-replace-words/000-ao-07-file-replace-words.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-07-file-replace-words/000-ao-07-file-replace-words.exe -------------------------------------------------------------------------------- /000-ao-07-file-replace-words/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-07-file-replace-words/main.go -------------------------------------------------------------------------------- /000-ao-08-file-combine-txt-files/000-ao-08-file-combine-txt-files.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-08-file-combine-txt-files/000-ao-08-file-combine-txt-files.exe -------------------------------------------------------------------------------- /000-ao-08-file-combine-txt-files/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-08-file-combine-txt-files/main.go -------------------------------------------------------------------------------- /000-ao-09-file-path/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-09-file-path/main.go -------------------------------------------------------------------------------- /000-ao-10-create-file/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ao-10-create-file/main.go -------------------------------------------------------------------------------- /000-ao-10-create-file/temp.txt: -------------------------------------------------------------------------------- 1 | this text goes in the file! -------------------------------------------------------------------------------- /000-ap-unzip-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ap-unzip-01/main.go -------------------------------------------------------------------------------- /000-ap-unzip-01/testdata/157-custom-views.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ap-unzip-01/testdata/157-custom-views.zip -------------------------------------------------------------------------------- /000-ap-unzip-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ap-unzip-02/main.go -------------------------------------------------------------------------------- /000-ap-unzip-02/testdata/157-custom-views.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ap-unzip-02/testdata/157-custom-views.zip -------------------------------------------------------------------------------- /000-ap-unzip-02/testdata/158-pictures-illustrations-equations-symbols.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ap-unzip-02/testdata/158-pictures-illustrations-equations-symbols.zip -------------------------------------------------------------------------------- /000-ap-unzip-03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ap-unzip-03/main.go -------------------------------------------------------------------------------- /000-ap-unzip-03/testdata/157-custom-views.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ap-unzip-03/testdata/157-custom-views.zip -------------------------------------------------------------------------------- /000-ap-unzip-03/testdata/158-pictures-illustrations-equations-symbols.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ap-unzip-03/testdata/158-pictures-illustrations-equations-symbols.zip -------------------------------------------------------------------------------- /000-ap-unzip-04/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ap-unzip-04/main.exe -------------------------------------------------------------------------------- /000-ap-unzip-04/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ap-unzip-04/main.go -------------------------------------------------------------------------------- /000-ap-unzip-04/testdata/157-custom-views.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ap-unzip-04/testdata/157-custom-views.zip -------------------------------------------------------------------------------- /000-ap-unzip-04/testdata/158-pictures-illustrations-equations-symbols.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ap-unzip-04/testdata/158-pictures-illustrations-equations-symbols.zip -------------------------------------------------------------------------------- /000-aq-json-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aq-json-01/main.go -------------------------------------------------------------------------------- /000-aq-json-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aq-json-02/main.go -------------------------------------------------------------------------------- /000-aq-json-03-decode/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aq-json-03-decode/main.go -------------------------------------------------------------------------------- /000-aq-json-04-unmarshal/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aq-json-04-unmarshal/main.go -------------------------------------------------------------------------------- /000-aq-json-05-tags/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aq-json-05-tags/main.go -------------------------------------------------------------------------------- /000-aq-json-06-encode/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aq-json-06-encode/main.go -------------------------------------------------------------------------------- /000-ar-checksum-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ar-checksum-01/main.go -------------------------------------------------------------------------------- /000-ar-checksum-01/simpleFile.txt: -------------------------------------------------------------------------------- 1 | this is a simple text file -------------------------------------------------------------------------------- /000-as-slice-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-as-slice-01/main.go -------------------------------------------------------------------------------- /000-as-slice-02-append/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-as-slice-02-append/main.go -------------------------------------------------------------------------------- /000-as-slice-03-sort/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-as-slice-03-sort/main.go -------------------------------------------------------------------------------- /000-as-slice-04/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-as-slice-04/main.go -------------------------------------------------------------------------------- /000-as-slice-05-variadic-unfurl/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-as-slice-05-variadic-unfurl/main.go -------------------------------------------------------------------------------- /000-as-slice-o6-copy-append/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-as-slice-o6-copy-append/main.go -------------------------------------------------------------------------------- /000-at-contstant-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-at-contstant-01/main.go -------------------------------------------------------------------------------- /000-au-struct-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-au-struct-01/main.go -------------------------------------------------------------------------------- /000-au-struct-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-au-struct-02/main.go -------------------------------------------------------------------------------- /000-au-struct-03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-au-struct-03/main.go -------------------------------------------------------------------------------- /000-au-struct-04/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-au-struct-04/main.go -------------------------------------------------------------------------------- /000-au-struct-05/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-au-struct-05/main.go -------------------------------------------------------------------------------- /000-av-stringer-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-av-stringer-01/main.go -------------------------------------------------------------------------------- /000-aw-recover-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-aw-recover-01/main.go -------------------------------------------------------------------------------- /000-ax-web-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ax-web-01/main.go -------------------------------------------------------------------------------- /000-ax-web-01/templates/index.gohtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ax-web-01/templates/index.gohtml -------------------------------------------------------------------------------- /000-ay-map-01-comma-ok/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ay-map-01-comma-ok/main.go -------------------------------------------------------------------------------- /000-az-map-02-word-freq/great-gatsby.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-az-map-02-word-freq/great-gatsby.txt -------------------------------------------------------------------------------- /000-az-map-02-word-freq/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-az-map-02-word-freq/main.go -------------------------------------------------------------------------------- /000-ba-time-01-sleep-elapsed/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ba-time-01-sleep-elapsed/main.go -------------------------------------------------------------------------------- /000-ba-time-02-date/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-ba-time-02-date/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-01a/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-01a/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-01b/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-01b/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-01c/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-01c/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-01d-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-01d-01/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-01d-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-01d-02/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-01d-03a/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-01d-03a/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-01d-03b/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-01d-03b/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-02-shadowing-explained/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-02-shadowing-explained/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-03-chan-a/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-03-chan-a/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-03-chan-b/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-03-chan-b/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-03-chan-c-01-deadlock/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-03-chan-c-01-deadlock/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-03-chan-c-02-close-chan/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-03-chan-c-02-close-chan/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-03-chan-c-03-rcv-closed-chan/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-03-chan-c-03-rcv-closed-chan/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-03-chan-c-04-comma-ok/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-03-chan-c-04-comma-ok/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-03-chan-c-05-snd-closed-chan/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-03-chan-c-05-snd-closed-chan/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-03-chan-c-06-close-closed-chan/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-03-chan-c-06-close-closed-chan/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-04-merge-chan-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-04-merge-chan-01/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-04-merge-chan-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-04-merge-chan-02/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-05/channel-semantics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-05/channel-semantics.txt -------------------------------------------------------------------------------- /000-bb-cncrncy-05/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-05/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-06a/channel-semantics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-06a/channel-semantics.txt -------------------------------------------------------------------------------- /000-bb-cncrncy-06a/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-06a/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-06b/channel-semantics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-06b/channel-semantics.txt -------------------------------------------------------------------------------- /000-bb-cncrncy-06b/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-06b/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-07a1-waitgroup/channel-semantics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-07a1-waitgroup/channel-semantics.txt -------------------------------------------------------------------------------- /000-bb-cncrncy-07a1-waitgroup/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-07a1-waitgroup/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-07a2-waitgroup/channel-semantics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-07a2-waitgroup/channel-semantics.txt -------------------------------------------------------------------------------- /000-bb-cncrncy-07a2-waitgroup/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-07a2-waitgroup/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-07b-range-slice/channel-semantics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-07b-range-slice/channel-semantics.txt -------------------------------------------------------------------------------- /000-bb-cncrncy-07b-range-slice/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-07b-range-slice/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-07c-errgroup/channel-semantics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-07c-errgroup/channel-semantics.txt -------------------------------------------------------------------------------- /000-bb-cncrncy-07c-errgroup/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-07c-errgroup/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-08-sync-once-a/channel-semantics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-08-sync-once-a/channel-semantics.txt -------------------------------------------------------------------------------- /000-bb-cncrncy-08-sync-once-a/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-08-sync-once-a/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-08-sync-once-b/channel-semantics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-08-sync-once-b/channel-semantics.txt -------------------------------------------------------------------------------- /000-bb-cncrncy-08-sync-once-b/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-08-sync-once-b/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-08-sync-once-c/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-08-sync-once-c/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-09-race-condition/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-09-race-condition/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-10a-mutex/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-10a-mutex/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-11-atomic/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-11-atomic/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-12-atomic/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-12-atomic/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-13-select/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-13-select/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-14-context/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-14-context/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-15-context/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-15-context/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-16-experimenting/01-signal/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-16-experimenting/01-signal/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-16-experimenting/02-buffered/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-16-experimenting/02-buffered/main.go -------------------------------------------------------------------------------- /000-bb-cncrncy-16-experimenting/03-buffered-ctx/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bb-cncrncy-16-experimenting/03-buffered-ctx/main.go -------------------------------------------------------------------------------- /000-bc-test-doc-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bc-test-doc-01/main.go -------------------------------------------------------------------------------- /000-bc-test-doc-01/tokenizer/example_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bc-test-doc-01/tokenizer/example_test.go -------------------------------------------------------------------------------- /000-bc-test-doc-01/tokenizer/tokenizer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bc-test-doc-01/tokenizer/tokenizer.go -------------------------------------------------------------------------------- /000-bc-test-doc-01/tokenizer/tokenizer_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bc-test-doc-01/tokenizer/tokenizer_test.go -------------------------------------------------------------------------------- /000-bc-test-doc-02/documentation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bc-test-doc-02/documentation.txt -------------------------------------------------------------------------------- /000-bd-testify/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bd-testify/main.go -------------------------------------------------------------------------------- /000-bd-testify/tokenizer/example_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bd-testify/tokenizer/example_test.go -------------------------------------------------------------------------------- /000-bd-testify/tokenizer/tokenizer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bd-testify/tokenizer/tokenizer.go -------------------------------------------------------------------------------- /000-bd-testify/tokenizer/tokenizer_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bd-testify/tokenizer/tokenizer_test.go -------------------------------------------------------------------------------- /000-be-table-tests/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-be-table-tests/main.go -------------------------------------------------------------------------------- /000-be-table-tests/tokenizer/example_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-be-table-tests/tokenizer/example_test.go -------------------------------------------------------------------------------- /000-be-table-tests/tokenizer/tokenizer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-be-table-tests/tokenizer/tokenizer.go -------------------------------------------------------------------------------- /000-be-table-tests/tokenizer/tokenizer_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-be-table-tests/tokenizer/tokenizer_test.go -------------------------------------------------------------------------------- /000-bf-pointers-caveat-slices/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bf-pointers-caveat-slices/main.go -------------------------------------------------------------------------------- /000-bg-caveat-slices/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bg-caveat-slices/main.go -------------------------------------------------------------------------------- /000-bh-project-code-structure/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bh-project-code-structure/readme.md -------------------------------------------------------------------------------- /000-bi-test-fuzzing/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bi-test-fuzzing/main.go -------------------------------------------------------------------------------- /000-bi-test-fuzzing/tokenizer/example_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bi-test-fuzzing/tokenizer/example_test.go -------------------------------------------------------------------------------- /000-bi-test-fuzzing/tokenizer/tokenizer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bi-test-fuzzing/tokenizer/tokenizer.go -------------------------------------------------------------------------------- /000-bi-test-fuzzing/tokenizer/tokenizer_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bi-test-fuzzing/tokenizer/tokenizer_test.go -------------------------------------------------------------------------------- /000-bj-http-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bj-http-01/main.go -------------------------------------------------------------------------------- /000-bj-http-02-tokenizer/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bj-http-02-tokenizer/main.go -------------------------------------------------------------------------------- /000-bj-http-02-tokenizer/tokenizer/example_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bj-http-02-tokenizer/tokenizer/example_test.go -------------------------------------------------------------------------------- /000-bj-http-02-tokenizer/tokenizer/tokenizer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bj-http-02-tokenizer/tokenizer/tokenizer.go -------------------------------------------------------------------------------- /000-bj-http-02-tokenizer/tokenizer/tokenizer_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bj-http-02-tokenizer/tokenizer/tokenizer_test.go -------------------------------------------------------------------------------- /000-bk-linked-list-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bk-linked-list-01/main.go -------------------------------------------------------------------------------- /000-bk-linked-list-01/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bk-linked-list-01/notes.txt -------------------------------------------------------------------------------- /000-bk-linked-list-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bk-linked-list-02/main.go -------------------------------------------------------------------------------- /000-bk-linked-list-02/note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bk-linked-list-02/note.txt -------------------------------------------------------------------------------- /000-bk-linked-list-03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bk-linked-list-03/main.go -------------------------------------------------------------------------------- /000-bk-linked-list-04-practice/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bk-linked-list-04-practice/01/main.go -------------------------------------------------------------------------------- /000-bk-linked-list-04-practice/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bk-linked-list-04-practice/02/main.go -------------------------------------------------------------------------------- /000-bk-linked-list-04-practice/03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bk-linked-list-04-practice/03/main.go -------------------------------------------------------------------------------- /000-bk-linked-list-04-practice/04/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bk-linked-list-04-practice/04/main.go -------------------------------------------------------------------------------- /000-bk-linked-list-05-recording/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bk-linked-list-05-recording/main.go -------------------------------------------------------------------------------- /000-bl-benchmark-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bl-benchmark-01/main.go -------------------------------------------------------------------------------- /000-bl-benchmark-01/main_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bl-benchmark-01/main_test.go -------------------------------------------------------------------------------- /000-bl-benchmark-01/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bl-benchmark-01/notes.txt -------------------------------------------------------------------------------- /000-bl-benchmark-02/01-start/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bl-benchmark-02/01-start/main.go -------------------------------------------------------------------------------- /000-bl-benchmark-02/01-start/main_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bl-benchmark-02/01-start/main_test.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/01-ptr-val-semantics-for-range-old/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/01-ptr-val-semantics-for-range-old/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/01-ptr-val-semantics-for-range/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/01-ptr-val-semantics-for-range/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/02-slices-fix-broken-code-benchmark-FIXED/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/02-slices-fix-broken-code-benchmark-FIXED/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/03-slicing-slice-broken/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/03-slicing-slice-broken/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/04-slicing-slice-fixed/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/04-slicing-slice-fixed/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/05-ptr-semantics/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/05-ptr-semantics/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/06-ptr-semantics-fixed-code/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/06-ptr-semantics-fixed-code/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/07-range-loop-map/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/07-range-loop-map/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/08-map-reference-type-pointer-semantics/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/08-map-reference-type-pointer-semantics/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/09-interfaces/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/09-interfaces/01/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/09-interfaces/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/09-interfaces/02/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/10-switch-type/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/10-switch-type/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/11-embedding-types/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/11-embedding-types/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/12-composition/00/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/12-composition/00/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/12-composition/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/12-composition/01/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/12-composition/02/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/12-composition/02/01/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/12-composition/02/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/12-composition/02/02/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/12-composition/02/03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/12-composition/02/03/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/12-composition/02/04/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/12-composition/02/04/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/12-composition/02/05/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/12-composition/02/05/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/12-composition/03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/12-composition/03/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/12-composition/04/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/12-composition/04/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/13-error/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/13-error/01/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/13-error/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/13-error/02/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/13-error/03-find-bug-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/13-error/03-find-bug-01/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/13-error/03-find-bug-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/13-error/03-find-bug-02/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/14-packaging/02-sample-01/CONTRIBUTORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /000-bm-interview-questions/01/14-packaging/02-sample-01/LICENSE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /000-bm-interview-questions/01/14-packaging/02-sample-01/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /000-bm-interview-questions/01/14-packaging/02-sample-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/14-packaging/02-sample-01/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/14-packaging/03-sample-02/application/internal/note.txt: -------------------------------------------------------------------------------- 1 | internal and business long -------------------------------------------------------------------------------- /000-bm-interview-questions/01/14-packaging/03-sample-02/application/internal/platform/note.txt: -------------------------------------------------------------------------------- 1 | foundational stuff -------------------------------------------------------------------------------- /000-bm-interview-questions/01/15-goroutines/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/15-goroutines/01/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/15-goroutines/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/15-goroutines/02/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/15-goroutines/03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/15-goroutines/03/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/15-goroutines/04-fix-this/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/15-goroutines/04-fix-this/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/16-data-race/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/16-data-race/01/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/16-data-race/02-fix-this/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/16-data-race/02-fix-this/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/16-data-race/03-fixed-atomic/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/16-data-race/03-fixed-atomic/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/16-data-race/04-fixed-mutex/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/16-data-race/04-fixed-mutex/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/01-all/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/01-all/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/02-wait-for-result/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/02-wait-for-result/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/03-fan-out/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/03-fan-out/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/04-wait-for-task/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/04-wait-for-task/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/05-pooling/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/05-pooling/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/06-fan-out-semaphore/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/06-fan-out-semaphore/01/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/06-fan-out-semaphore/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/06-fan-out-semaphore/02/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/07-fan-out-bounded/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/07-fan-out-bounded/01/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/07-fan-out-bounded/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/07-fan-out-bounded/02/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/07-fan-out-bounded/03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/07-fan-out-bounded/03/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/08-drop-pattern/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/08-drop-pattern/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/09-cancellation-pattern/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/09-cancellation-pattern/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/10-retry/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/10-retry/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/11-logging/logger/logger.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/11-logging/logger/logger.go -------------------------------------------------------------------------------- /000-bm-interview-questions/01/17-channels/11-logging/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/01/17-channels/11-logging/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/02-live/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/02-live/01/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/02-live/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/02-live/02/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/02-live/03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/02-live/03/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/02-live/04-slice-slicing-copy/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/02-live/04-slice-slicing-copy/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/02-live/05-range-rune/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/02-live/05-range-rune/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/02-live/06-range-rune/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/02-live/06-range-rune/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/02-live/07-range-slice/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/02-live/07-range-slice/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/02-live/08-map/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/02-live/08-map/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/02-live/09-map/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/02-live/09-map/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/main.go -------------------------------------------------------------------------------- /000-bm-interview-questions/questions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bm-interview-questions/questions.txt -------------------------------------------------------------------------------- /000-bn-testing/01-given-when-should/example1/example1_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/01-given-when-should/example1/example1_test.go -------------------------------------------------------------------------------- /000-bn-testing/01-given-when-should/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/01-given-when-should/main.go -------------------------------------------------------------------------------- /000-bn-testing/02-table-tests/example2/example2_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/02-table-tests/example2/example2_test.go -------------------------------------------------------------------------------- /000-bn-testing/02-table-tests/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/02-table-tests/main.go -------------------------------------------------------------------------------- /000-bn-testing/03-mock-server/example3/example3_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/03-mock-server/example3/example3_test.go -------------------------------------------------------------------------------- /000-bn-testing/03-mock-server/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/03-mock-server/main.go -------------------------------------------------------------------------------- /000-bn-testing/04-server/handlers/handlers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/04-server/handlers/handlers.go -------------------------------------------------------------------------------- /000-bn-testing/04-server/handlers/handlers_example_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/04-server/handlers/handlers_example_test.go -------------------------------------------------------------------------------- /000-bn-testing/04-server/handlers/handlers_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/04-server/handlers/handlers_test.go -------------------------------------------------------------------------------- /000-bn-testing/04-server/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/04-server/main.go -------------------------------------------------------------------------------- /000-bn-testing/05-sub-tests/example5/example5_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/05-sub-tests/example5/example5_test.go -------------------------------------------------------------------------------- /000-bn-testing/05-sub-tests/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/05-sub-tests/main.go -------------------------------------------------------------------------------- /000-bn-testing/06-coverage/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/06-coverage/main.go -------------------------------------------------------------------------------- /000-bn-testing/06-coverage/main_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bn-testing/06-coverage/main_test.go -------------------------------------------------------------------------------- /000-bo-benchmarks/01-benchmarks/basic_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bo-benchmarks/01-benchmarks/basic_test.go -------------------------------------------------------------------------------- /000-bo-benchmarks/02-sub-benchmarks/basic_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bo-benchmarks/02-sub-benchmarks/basic_test.go -------------------------------------------------------------------------------- /000-bo-benchmarks/03-VALIDATE-benchmarks/basic_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bo-benchmarks/03-VALIDATE-benchmarks/basic_test.go -------------------------------------------------------------------------------- /000-bo-benchmarks/04-cpu-bound/cpu.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bo-benchmarks/04-cpu-bound/cpu.go -------------------------------------------------------------------------------- /000-bo-benchmarks/04-cpu-bound/cpu_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bo-benchmarks/04-cpu-bound/cpu_test.go -------------------------------------------------------------------------------- /000-bo-benchmarks/05-io-bound/io.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bo-benchmarks/05-io-bound/io.go -------------------------------------------------------------------------------- /000-bo-benchmarks/05-io-bound/io_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bo-benchmarks/05-io-bound/io_test.go -------------------------------------------------------------------------------- /000-bp-profiling/01-stack-trace/example1/example1.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/01-stack-trace/example1/example1.go -------------------------------------------------------------------------------- /000-bp-profiling/01-stack-trace/example2/example2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/01-stack-trace/example2/example2.go -------------------------------------------------------------------------------- /000-bp-profiling/01-stack-trace/example3/example3.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/01-stack-trace/example3/example3.go -------------------------------------------------------------------------------- /000-bp-profiling/02-memcpu/01/stream.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/02-memcpu/01/stream.go -------------------------------------------------------------------------------- /000-bp-profiling/02-memcpu/02/02.test.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/02-memcpu/02/02.test.exe -------------------------------------------------------------------------------- /000-bp-profiling/02-memcpu/02/p.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/02-memcpu/02/p.out -------------------------------------------------------------------------------- /000-bp-profiling/02-memcpu/02/stream.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/02-memcpu/02/stream.go -------------------------------------------------------------------------------- /000-bp-profiling/02-memcpu/02/stream_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/02-memcpu/02/stream_test.go -------------------------------------------------------------------------------- /000-bp-profiling/02-memcpu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/02-memcpu/README.md -------------------------------------------------------------------------------- /000-bp-profiling/02-memcpu/stream.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/02-memcpu/stream.go -------------------------------------------------------------------------------- /000-bp-profiling/02-memcpu/stream_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/02-memcpu/stream_test.go -------------------------------------------------------------------------------- /000-bp-profiling/03-godebug/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/03-godebug/README.md -------------------------------------------------------------------------------- /000-bp-profiling/03-godebug/godebug.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/03-godebug/godebug.go -------------------------------------------------------------------------------- /000-bp-profiling/04-trace/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/04-trace/README.md -------------------------------------------------------------------------------- /000-bp-profiling/04-trace/newsfeed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/04-trace/newsfeed.xml -------------------------------------------------------------------------------- /000-bp-profiling/04-trace/trace.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bp-profiling/04-trace/trace.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/.DS_Store -------------------------------------------------------------------------------- /000-br-bk-go-tour/01-string-unicode-utf8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/01-string-unicode-utf8/README.md -------------------------------------------------------------------------------- /000-br-bk-go-tour/01-string-unicode-utf8/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/01-string-unicode-utf8/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/00/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/00/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/01/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/02/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/03/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/04/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/04/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/05/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/05/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/06/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/06/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/07/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/07/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/08/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/08/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/09/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/09/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/11/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/11/01/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/11/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/01-bunches-of-code/11/02/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/10-format-time/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/10-format-time/.DS_Store -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/10-format-time/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/10-format-time/01/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/10-format-time/01b/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/10-format-time/01b/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/10-format-time/02-format/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/10-format-time/02-format/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/10-format-time/03-parse/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/10-format-time/03-parse/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/README.md -------------------------------------------------------------------------------- /000-br-bk-go-tour/02-time-pkg/UTC-time-zones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02-time-pkg/UTC-time-zones.png -------------------------------------------------------------------------------- /000-br-bk-go-tour/02c-design-guides/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/02c-design-guides/README.md -------------------------------------------------------------------------------- /000-br-bk-go-tour/03-variables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/03-variables/README.md -------------------------------------------------------------------------------- /000-br-bk-go-tour/03-variables/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/03-variables/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/04a-struct-types/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/04a-struct-types/README.md -------------------------------------------------------------------------------- /000-br-bk-go-tour/04a-struct-types/classex/classex.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/04a-struct-types/classex/classex.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/04a-struct-types/main: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/04a-struct-types/main -------------------------------------------------------------------------------- /000-br-bk-go-tour/04a-struct-types/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/04a-struct-types/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/04a-struct-types/ptrvaluesemantics/ptrvaluesemantics.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/04a-struct-types/ptrvaluesemantics/ptrvaluesemantics.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/04b-field-alignment-analyzer/main: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/04b-field-alignment-analyzer/main -------------------------------------------------------------------------------- /000-br-bk-go-tour/04b-field-alignment-analyzer/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/04b-field-alignment-analyzer/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/04c-live-coding/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/04c-live-coding/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/.DS_Store -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/01-prep/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/01-prep/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/02-live copy/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/02-live copy/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/02-prep/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/02-prep/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/03-prep/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/03-prep/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/04-grow-stack/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/04-grow-stack/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/05-hands-on/1-prep/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/05-hands-on/1-prep/01/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/05-hands-on/1-prep/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/05-hands-on/1-prep/02/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/05-hands-on/2-live/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/05-hands-on/2-live/01/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/05-hands-on/2-live/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/05-hands-on/2-live/02/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/README.md -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/images/.DS_Store -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/images/bp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/images/bp.png -------------------------------------------------------------------------------- /000-br-bk-go-tour/05-pointers/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/05-pointers/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/06-constants/00-live/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/06-constants/00-live/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/06-constants/01-prep/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/06-constants/01-prep/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/06-constants/02-prep/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/06-constants/02-prep/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/06-constants/03-prep/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/06-constants/03-prep/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/06-constants/07-prep/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/06-constants/07-prep/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/06-constants/08-prep/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/06-constants/08-prep/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/06-constants/09-prep/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/06-constants/09-prep/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/06-constants/10-live/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/06-constants/10-live/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/06-constants/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/06-constants/README.md -------------------------------------------------------------------------------- /000-br-bk-go-tour/06-constants/image/ip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/06-constants/image/ip.png -------------------------------------------------------------------------------- /000-br-bk-go-tour/06-constants/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/06-constants/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/07-functions/00-live/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/07-functions/00-live/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/07-functions/01-live/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/07-functions/01-live/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/07-functions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/07-functions/README.md -------------------------------------------------------------------------------- /000-br-bk-go-tour/07-functions/image/hachiko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/07-functions/image/hachiko.png -------------------------------------------------------------------------------- /000-br-bk-go-tour/07-functions/image/hachiko2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/07-functions/image/hachiko2.jpeg -------------------------------------------------------------------------------- /000-br-bk-go-tour/07-functions/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/07-functions/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/07-functions/sofun/gatsby.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/07-functions/sofun/gatsby.txt -------------------------------------------------------------------------------- /000-br-bk-go-tour/07-functions/sofun/sofun.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/07-functions/sofun/sofun.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/07-functions/syntaticsugar/sugar.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/07-functions/syntaticsugar/sugar.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/08-arrays/00-live/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/08-arrays/00-live/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/08-arrays/01-prep/answer1.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/08-arrays/01-prep/answer1.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/08-arrays/01-prep/exercise1.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/08-arrays/01-prep/exercise1.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/08-arrays/02-prep/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/08-arrays/02-prep/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/08-arrays/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/08-arrays/README.md -------------------------------------------------------------------------------- /000-br-bk-go-tour/08-arrays/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/08-arrays/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/00-code/advanced/example1/example1.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/00-code/advanced/example1/example1.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/00-code/example1/example1.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/00-code/example1/example1.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/00-code/example10/example10.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/00-code/example10/example10.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/00-code/example11/example11.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/00-code/example11/example11.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/00-code/example2/example2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/00-code/example2/example2.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/00-code/example3/example3.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/00-code/example3/example3.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/00-code/example4/example4.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/00-code/example4/example4.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/00-code/example5/example5.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/00-code/example5/example5.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/00-code/example6/example6.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/00-code/example6/example6.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/00-code/example7/example7.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/00-code/example7/example7.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/00-code/example8/example8.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/00-code/example8/example8.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/00-code/example9/example9.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/00-code/example9/example9.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/00-live/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/00-live/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/README.md -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/image/hachiko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/image/hachiko.png -------------------------------------------------------------------------------- /000-br-bk-go-tour/09-slices/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/09-slices/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/98-temp/00-live/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/98-temp/00-live/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/98-temp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/98-temp/README.md -------------------------------------------------------------------------------- /000-br-bk-go-tour/98-temp/image/hachiko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/98-temp/image/hachiko.png -------------------------------------------------------------------------------- /000-br-bk-go-tour/98-temp/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/98-temp/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/99-under-development/01-garbage-collector/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/99-under-development/01-garbage-collector/.DS_Store -------------------------------------------------------------------------------- /000-br-bk-go-tour/99-under-development/01-garbage-collector/01-prep/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/99-under-development/01-garbage-collector/01-prep/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/99-under-development/01-garbage-collector/02-prep/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/99-under-development/01-garbage-collector/02-prep/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/99-under-development/01-garbage-collector/03-prep/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/99-under-development/01-garbage-collector/03-prep/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/99-under-development/01-garbage-collector/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/99-under-development/01-garbage-collector/README.md -------------------------------------------------------------------------------- /000-br-bk-go-tour/99-under-development/01-garbage-collector/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/99-under-development/01-garbage-collector/images/.DS_Store -------------------------------------------------------------------------------- /000-br-bk-go-tour/99-under-development/01-garbage-collector/images/bp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/99-under-development/01-garbage-collector/images/bp.png -------------------------------------------------------------------------------- /000-br-bk-go-tour/99-under-development/01-garbage-collector/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/99-under-development/01-garbage-collector/main.go -------------------------------------------------------------------------------- /000-br-bk-go-tour/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/README.md -------------------------------------------------------------------------------- /000-br-bk-go-tour/notes-temp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-br-bk-go-tour/notes-temp.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/all-words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/all-words.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files-others/wordlist-english.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files-others/wordlist-english.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files-others/wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files-others/wordlist.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files-others/words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files-others/words.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files-others/words2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files-others/words2.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/3000-most-common.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/3000-most-common.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/big.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/big.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/enable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/enable.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/mit-10000-most-common.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/mit-10000-most-common.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/sowpods.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/sowpods.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/todds-adds.txt: -------------------------------------------------------------------------------- 1 | selfies 2 | dystopic -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/twl06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/twl06.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1880.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1880.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1881.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1881.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1882.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1882.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1883.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1883.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1884.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1884.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1885.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1885.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1886.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1886.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1887.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1887.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1888.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1888.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1889.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1889.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1890.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1890.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1891.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1891.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1892.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1892.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1893.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1893.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1894.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1894.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1895.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1895.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1896.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1896.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1897.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1897.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1898.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1898.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1899.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1899.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1900.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1900.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1901.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1901.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1902.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1902.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1903.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1903.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1904.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1904.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1905.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1905.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1906.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1906.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1907.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1907.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1908.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1908.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1909.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1909.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1910.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1910.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1911.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1911.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1912.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1912.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1913.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1913.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1914.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1914.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1915.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1915.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1916.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1916.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1917.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1917.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1918.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1918.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1919.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1919.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1920.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1920.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1921.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1921.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1922.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1922.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1923.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1923.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1924.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1924.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1925.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1925.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1926.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1926.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1927.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1927.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1928.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1928.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1929.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1929.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1930.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1930.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1931.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1931.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1932.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1932.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1933.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1933.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1934.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1934.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1935.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1935.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1936.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1936.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1937.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1937.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1938.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1938.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1939.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1939.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1940.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1940.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1941.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1941.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1942.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1942.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1943.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1943.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1944.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1944.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1945.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1945.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1946.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1946.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1947.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1947.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1948.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1948.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1949.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1949.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1950.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1950.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1951.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1951.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1952.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1952.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1953.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1953.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1954.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1954.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1955.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1955.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1956.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1956.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1957.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1957.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1958.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1958.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1959.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1959.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1960.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1960.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1961.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1961.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1962.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1962.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1963.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1963.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1964.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1964.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1965.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1965.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1966.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1966.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1967.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1967.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1968.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1968.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1969.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1969.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1970.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1970.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1971.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1971.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1972.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1972.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1973.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1973.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1974.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1974.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1975.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1975.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1976.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1976.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1977.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1977.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1978.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1978.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1979.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1979.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1980.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1980.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1981.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1981.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1982.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1982.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1983.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1983.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1984.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1984.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1985.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1985.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1986.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1986.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1987.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1987.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1988.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1988.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1989.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1989.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1990.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1990.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1991.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1991.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1992.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1992.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1993.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1993.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1994.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1994.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1995.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1995.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1996.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1996.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1997.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1997.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1998.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1998.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob1999.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob1999.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2000.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2001.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2002.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2003.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2004.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2005.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2006.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2007.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2008.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2009.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2010.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2011.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2012.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2012.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2013.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2014.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2015.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2016.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2016.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2017.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2017.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2018.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2019.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2019.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2020.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2021.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2021.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/files/yob2022.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/files/yob2022.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/01/main.go -------------------------------------------------------------------------------- /000-bs-all-english-words/02/all-words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/02/all-words.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/02/check-spelling.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/02/check-spelling.txt -------------------------------------------------------------------------------- /000-bs-all-english-words/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/02/main.go -------------------------------------------------------------------------------- /000-bs-all-english-words/02/temp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /000-bs-all-english-words/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bs-all-english-words/readme.md -------------------------------------------------------------------------------- /000-bt-pprof-profiling-memory-allocation/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bt-pprof-profiling-memory-allocation/01/main.go -------------------------------------------------------------------------------- /000-bt-pprof-profiling-memory-allocation/02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bt-pprof-profiling-memory-allocation/02/main.go -------------------------------------------------------------------------------- /000-bt-pprof-profiling-memory-allocation/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-bt-pprof-profiling-memory-allocation/readme.md -------------------------------------------------------------------------------- /000-xa-struct-print/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-xa-struct-print/main.go -------------------------------------------------------------------------------- /000-xb-notes/01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-xb-notes/01/main.go -------------------------------------------------------------------------------- /000-xb-notes/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-xb-notes/notes.txt -------------------------------------------------------------------------------- /000-xx-temp-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/000-xx-temp-01/main.go -------------------------------------------------------------------------------- /010-pkg-main-func-main/dog/dog.go: -------------------------------------------------------------------------------- 1 | package dog 2 | 3 | import "fmt" 4 | 5 | func Bark() { 6 | fmt.Println("Woof!") 7 | } 8 | -------------------------------------------------------------------------------- /010-pkg-main-func-main/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/010-pkg-main-func-main/main.go -------------------------------------------------------------------------------- /011-fmt-package/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/011-fmt-package/main.go -------------------------------------------------------------------------------- /011-fmt-package/poker/poker.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/011-fmt-package/poker/poker.go -------------------------------------------------------------------------------- /013-ascii-unicode-utf8/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/013-ascii-unicode-utf8/main.go -------------------------------------------------------------------------------- /014-string-literals/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/014-string-literals/main.go -------------------------------------------------------------------------------- /015-exercise-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/015-exercise-01/main.go -------------------------------------------------------------------------------- /016-variables-zero-val-blank-identifier/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/016-variables-zero-val-blank-identifier/main.go -------------------------------------------------------------------------------- /017-printf-verbs-doc/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/017-printf-verbs-doc/main.go -------------------------------------------------------------------------------- /018-printf-decimal-hex/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/018-printf-decimal-hex/main.go -------------------------------------------------------------------------------- /020-val-type-conversion-short-dec/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/020-val-type-conversion-short-dec/main.go -------------------------------------------------------------------------------- /022-hands-on-exercise-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/022-hands-on-exercise-02/main.go -------------------------------------------------------------------------------- /023-hands-on-exercise-08-was-03-iota/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/023-hands-on-exercise-08-was-03-iota/main.go -------------------------------------------------------------------------------- /024-hands-on-exercise-09-was-04-measure-bits/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/024-hands-on-exercise-09-was-04-measure-bits/main.go -------------------------------------------------------------------------------- /025-hands-on-exercise-10-was-05-zero-val/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/025-hands-on-exercise-10-was-05-zero-val/main.go -------------------------------------------------------------------------------- /026-hands-on-exercise-11-was-06-printf-verbs/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/026-hands-on-exercise-11-was-06-printf-verbs/main.go -------------------------------------------------------------------------------- /027-hands-on-exercise-12-was-07-printf-binary/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/027-hands-on-exercise-12-was-07-printf-binary/main.go -------------------------------------------------------------------------------- /028-hands-on-exercise-13-was-08-signed-unsigned/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/028-hands-on-exercise-13-was-08-signed-unsigned/main.go -------------------------------------------------------------------------------- /031-scope/furtherexplored/furtherexplored.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/031-scope/furtherexplored/furtherexplored.go -------------------------------------------------------------------------------- /031-scope/furtherexplored/useit.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/031-scope/furtherexplored/useit.go -------------------------------------------------------------------------------- /031-scope/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/031-scope/main.go -------------------------------------------------------------------------------- /046-mod-code-depend-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/046-mod-code-depend-01/main.go -------------------------------------------------------------------------------- /047-mod-code-depend-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/047-mod-code-depend-02/main.go -------------------------------------------------------------------------------- /050-versions-example-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/050-versions-example-02/main.go -------------------------------------------------------------------------------- /051-specifying-dependency-version/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/051-specifying-dependency-version/main.go -------------------------------------------------------------------------------- /052-hands-on-exercise-14-was-09/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/052-hands-on-exercise-14-was-09/main.go -------------------------------------------------------------------------------- /053-hands-on-exercise-15-was-10/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/053-hands-on-exercise-15-was-10/main.go -------------------------------------------------------------------------------- /054-hands-on-exercise-16-was-11/054-hands-on-exercise-11.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/054-hands-on-exercise-16-was-11/054-hands-on-exercise-11.exe -------------------------------------------------------------------------------- /054-hands-on-exercise-16-was-11/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/054-hands-on-exercise-16-was-11/main.exe -------------------------------------------------------------------------------- /054-hands-on-exercise-16-was-11/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/054-hands-on-exercise-16-was-11/main.go -------------------------------------------------------------------------------- /055-hands-on-exercise-17-was-12/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/055-hands-on-exercise-17-was-12/main.go -------------------------------------------------------------------------------- /056-hands-on-exercise-18-was-13/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/056-hands-on-exercise-18-was-13/main.go -------------------------------------------------------------------------------- /057-hands-on-exercise-19-was-14/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/057-hands-on-exercise-19-was-14/main.go -------------------------------------------------------------------------------- /058-hands-on-exercise-20-was-15/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/058-hands-on-exercise-20-was-15/main.go -------------------------------------------------------------------------------- /062-understanding-control-flow/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/062-understanding-control-flow/main.go -------------------------------------------------------------------------------- /063-if-statements-comparison-operators/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/063-if-statements-comparison-operators/main.go -------------------------------------------------------------------------------- /064-logical-operators/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/064-logical-operators/main.go -------------------------------------------------------------------------------- /065-statement-statement-idiom/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/065-statement-statement-idiom/main.go -------------------------------------------------------------------------------- /066-switch-statements/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/066-switch-statements/main.go -------------------------------------------------------------------------------- /067-select-statements/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/067-select-statements/main.go -------------------------------------------------------------------------------- /068-for-loop/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/068-for-loop/main.go -------------------------------------------------------------------------------- /069-nested-loops/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/069-nested-loops/main.go -------------------------------------------------------------------------------- /070-for-range/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/070-for-range/main.go -------------------------------------------------------------------------------- /071-modulus/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/071-modulus/main.go -------------------------------------------------------------------------------- /073-hands-on-exercise-23-was-18/SNOWY-EVENING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/073-hands-on-exercise-23-was-18/SNOWY-EVENING.txt -------------------------------------------------------------------------------- /074-hands-on-exercise-24-was-19/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/074-hands-on-exercise-24-was-19/main.go -------------------------------------------------------------------------------- /075-hands-on-exercise-25-was-20/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/075-hands-on-exercise-25-was-20/main.go -------------------------------------------------------------------------------- /076-hands-on-exercise-26-was-21/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/076-hands-on-exercise-26-was-21/main.go -------------------------------------------------------------------------------- /077-hands-on-exercise-27-was-22/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/077-hands-on-exercise-27-was-22/main.go -------------------------------------------------------------------------------- /078-hands-on-exercise-28-was-23/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/078-hands-on-exercise-28-was-23/main.go -------------------------------------------------------------------------------- /079-hands-on-exercise-29-was-24/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/079-hands-on-exercise-29-was-24/main.go -------------------------------------------------------------------------------- /080-hands-on-exercise-30-was-25/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/080-hands-on-exercise-30-was-25/main.go -------------------------------------------------------------------------------- /081-hands-on-exercise-31-was-26-infinite-loops/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/081-hands-on-exercise-31-was-26-infinite-loops/main.go -------------------------------------------------------------------------------- /082-hands-on-exercise-32-was-27/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/082-hands-on-exercise-32-was-27/main.go -------------------------------------------------------------------------------- /083-hands-on-exercise-33-was-28-a-joke/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/083-hands-on-exercise-33-was-28-a-joke/main.go -------------------------------------------------------------------------------- /084-hands-on-exercise-34-was-29/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/084-hands-on-exercise-34-was-29/main.go -------------------------------------------------------------------------------- /085-hands-on-exercise-35-was-30/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/085-hands-on-exercise-35-was-30/main.go -------------------------------------------------------------------------------- /086-hands-on-exercise-36-was-31/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/086-hands-on-exercise-36-was-31/main.go -------------------------------------------------------------------------------- /087-hands-on-exercise-37-was-32/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/087-hands-on-exercise-37-was-32/main.go -------------------------------------------------------------------------------- /088-hands-on-exercise-38-was-33/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/088-hands-on-exercise-38-was-33/main.go -------------------------------------------------------------------------------- /089-hands-on-exercise-39-was-34/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/089-hands-on-exercise-39-was-34/main.go -------------------------------------------------------------------------------- /090-additional-code/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/090-additional-code/main.go -------------------------------------------------------------------------------- /093-arrays/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/093-arrays/main.go -------------------------------------------------------------------------------- /094-hands-on-exercise-40/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/094-hands-on-exercise-40/main.go -------------------------------------------------------------------------------- /095-slice/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/095-slice/main.go -------------------------------------------------------------------------------- /096-hands-on-exercise-41/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/096-hands-on-exercise-41/main.go -------------------------------------------------------------------------------- /097-for-range-slice/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/097-for-range-slice/main.go -------------------------------------------------------------------------------- /098-append-to-slice/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/098-append-to-slice/main.go -------------------------------------------------------------------------------- /099-slicing-a-slice/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/099-slicing-a-slice/main.go -------------------------------------------------------------------------------- /100-delete-from-slice/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/100-delete-from-slice/main.go -------------------------------------------------------------------------------- /101-slice-make/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/101-slice-make/main.go -------------------------------------------------------------------------------- /102-multidimensional-slice/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/102-multidimensional-slice/main.go -------------------------------------------------------------------------------- /103-slice-internals-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/103-slice-internals-01/main.go -------------------------------------------------------------------------------- /104-slice-internals-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/104-slice-internals-02/main.go -------------------------------------------------------------------------------- /105-slice-internals-03/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/105-slice-internals-03/main.go -------------------------------------------------------------------------------- /106-hands-on-exercise-42/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/106-hands-on-exercise-42/main.go -------------------------------------------------------------------------------- /107-hands-on-exercise-43/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/107-hands-on-exercise-43/main.go -------------------------------------------------------------------------------- /108-hands-on-exercise-44/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/108-hands-on-exercise-44/main.go -------------------------------------------------------------------------------- /109-hands-on-exercise-45/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/109-hands-on-exercise-45/main.go -------------------------------------------------------------------------------- /110-hands-on-exercise-46/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/110-hands-on-exercise-46/main.go -------------------------------------------------------------------------------- /111-hands-on-exercise-47/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/111-hands-on-exercise-47/main.go -------------------------------------------------------------------------------- /112-hands-on-exercise-48/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/112-hands-on-exercise-48/main.go -------------------------------------------------------------------------------- /113-map-intro/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/113-map-intro/main.go -------------------------------------------------------------------------------- /114-map-for-range/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/114-map-for-range/main.go -------------------------------------------------------------------------------- /115-map-delete-element/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/115-map-delete-element/main.go -------------------------------------------------------------------------------- /116-map-comma-ok-idiom/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/116-map-comma-ok-idiom/main.go -------------------------------------------------------------------------------- /117-map-count-words-02/great-gatsby.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/117-map-count-words-02/great-gatsby.txt -------------------------------------------------------------------------------- /117-map-count-words-02/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/117-map-count-words-02/main.go -------------------------------------------------------------------------------- /117-map-count-words/great-gatsby.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/117-map-count-words/great-gatsby.txt -------------------------------------------------------------------------------- /117-map-count-words/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/117-map-count-words/main.go -------------------------------------------------------------------------------- /117-map-sort-03-NOT-YET-TAUGHT/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/117-map-sort-03-NOT-YET-TAUGHT/main.go -------------------------------------------------------------------------------- /118-hands-on-exercise-49/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/118-hands-on-exercise-49/main.go -------------------------------------------------------------------------------- /119-hands-on-exercise-50/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/119-hands-on-exercise-50/main.go -------------------------------------------------------------------------------- /120-hands-on-exercise-51/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/120-hands-on-exercise-51/main.go -------------------------------------------------------------------------------- /121-hands-on-exercise-52/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/121-hands-on-exercise-52/main.go -------------------------------------------------------------------------------- /122-intro-to-structs/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/122-intro-to-structs/main.go -------------------------------------------------------------------------------- /123-embedded-structs/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/123-embedded-structs/main.go -------------------------------------------------------------------------------- /124-anonymous-structs/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/124-anonymous-structs/main.go -------------------------------------------------------------------------------- /125-composition/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/125-composition/main.go -------------------------------------------------------------------------------- /126-hands-on-exercise-53-struct-with-slice/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/126-hands-on-exercise-53-struct-with-slice/main.go -------------------------------------------------------------------------------- /127-hands-on-exercise-54-map-struct/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/127-hands-on-exercise-54-map-struct/main.go -------------------------------------------------------------------------------- /128-hands-on-exercise-55-embed-struct/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/128-hands-on-exercise-55-embed-struct/main.go -------------------------------------------------------------------------------- /129-hands-on-exercise-56-anon-struct/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/129-hands-on-exercise-56-anon-struct/main.go -------------------------------------------------------------------------------- /131-func-syntax/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/131-func-syntax/main.go -------------------------------------------------------------------------------- /132-variadic-parameter/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/132-variadic-parameter/main.go -------------------------------------------------------------------------------- /133-unfurling-a-slice/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/133-unfurling-a-slice/main.go -------------------------------------------------------------------------------- /134-defer/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/134-defer/main.go -------------------------------------------------------------------------------- /135-methods/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/135-methods/main.go -------------------------------------------------------------------------------- /136-interfaces-polymorph/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/136-interfaces-polymorph/main.go -------------------------------------------------------------------------------- /137-interfaces-polymorph-stringer/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/137-interfaces-polymorph-stringer/main.go -------------------------------------------------------------------------------- /138-interfaces-polymorph-stringer-expanded/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/138-interfaces-polymorph-stringer-expanded/main.go -------------------------------------------------------------------------------- /139-writer-interface-file/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/139-writer-interface-file/main.go -------------------------------------------------------------------------------- /139-writer-interface-file/output.txt: -------------------------------------------------------------------------------- 1 | Hello gophers! -------------------------------------------------------------------------------- /140-writer-interface-byte-buffer/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/140-writer-interface-byte-buffer/main.go -------------------------------------------------------------------------------- /141-writer-interface-file-or-byte-buffer/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/141-writer-interface-file-or-byte-buffer/main.go -------------------------------------------------------------------------------- /141-writer-interface-file-or-byte-buffer/output.txt: -------------------------------------------------------------------------------- 1 | Jenny -------------------------------------------------------------------------------- /142-anonymous-func/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/142-anonymous-func/main.go -------------------------------------------------------------------------------- /143-func-expression/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/143-func-expression/main.go -------------------------------------------------------------------------------- /144-returning-a-func/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/144-returning-a-func/main.go -------------------------------------------------------------------------------- /145-callback-func-as-argument/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/145-callback-func-as-argument/main.go -------------------------------------------------------------------------------- /146-closure/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/146-closure/main.go -------------------------------------------------------------------------------- /147-function-fundamentals/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/147-function-fundamentals/main.go -------------------------------------------------------------------------------- /148-recursion/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/148-recursion/main.go -------------------------------------------------------------------------------- /149-wrapper-func/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/149-wrapper-func/main.go -------------------------------------------------------------------------------- /149-wrapper-func/poem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/149-wrapper-func/poem.txt -------------------------------------------------------------------------------- /150-hands-on-57-func-concepts/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/150-hands-on-57-func-concepts/main.go -------------------------------------------------------------------------------- /151-hands-on-58-basic-funcs/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/151-hands-on-58-basic-funcs/main.go -------------------------------------------------------------------------------- /152-hands-on-59-variadic-func/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/152-hands-on-59-variadic-func/main.go -------------------------------------------------------------------------------- /153-hands-on-60-defer-func/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/153-hands-on-60-defer-func/main.go -------------------------------------------------------------------------------- /154-hands-on-61-method/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/154-hands-on-61-method/main.go -------------------------------------------------------------------------------- /155-hands-on-62-interfaces/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/155-hands-on-62-interfaces/main.go -------------------------------------------------------------------------------- /156-hands-on-63-tests-01/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/156-hands-on-63-tests-01/main.go -------------------------------------------------------------------------------- /156-hands-on-63-tests-01/main_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/156-hands-on-63-tests-01/main_test.go -------------------------------------------------------------------------------- /157-hands-on-64-tests-02-unit-tests/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/157-hands-on-64-tests-02-unit-tests/main.go -------------------------------------------------------------------------------- /157-hands-on-64-tests-02-unit-tests/main_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/157-hands-on-64-tests-02-unit-tests/main_test.go -------------------------------------------------------------------------------- /158-hands-on-65-tests-03-unit-tests/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/158-hands-on-65-tests-03-unit-tests/main.go -------------------------------------------------------------------------------- /158-hands-on-65-tests-03-unit-tests/main_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/158-hands-on-65-tests-03-unit-tests/main_test.go -------------------------------------------------------------------------------- /159-hands-on-66-documenting-code-with-comments/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/159-hands-on-66-documenting-code-with-comments/main.go -------------------------------------------------------------------------------- /159-hands-on-66-documenting-code-with-comments/main_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/159-hands-on-66-documenting-code-with-comments/main_test.go -------------------------------------------------------------------------------- /160-hands-on-67-interface-mock-db-test/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/160-hands-on-67-interface-mock-db-test/main.go -------------------------------------------------------------------------------- /160-hands-on-67-interface-mock-db-test/main_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/160-hands-on-67-interface-mock-db-test/main_test.go -------------------------------------------------------------------------------- /161-hands-on-68-anon-func/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/161-hands-on-68-anon-func/main.go -------------------------------------------------------------------------------- /162-hands-on-69-func-expression/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/162-hands-on-69-func-expression/main.go -------------------------------------------------------------------------------- /163-hands-on-70-func-return/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/163-hands-on-70-func-return/main.go -------------------------------------------------------------------------------- /164-hands-on-71-callback/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/164-hands-on-71-callback/main.go -------------------------------------------------------------------------------- /165-hands-on-72-closure/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/165-hands-on-72-closure/main.go -------------------------------------------------------------------------------- /166-hands-on-73-wrapper/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/166-hands-on-73-wrapper/main.go -------------------------------------------------------------------------------- /167-what-are-pointers/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/167-what-are-pointers/main.go -------------------------------------------------------------------------------- /168-printf-pointer-value-type/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/168-printf-pointer-value-type/main.go -------------------------------------------------------------------------------- /169-dereferencing/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/169-dereferencing/main.go -------------------------------------------------------------------------------- /170-pass-by-value-mutability/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/170-pass-by-value-mutability/main.go -------------------------------------------------------------------------------- /171-pointer-value-semantics-defined/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/171-pointer-value-semantics-defined/main.go -------------------------------------------------------------------------------- /173-pointers-stack-heap-escape-analysis/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/173-pointers-stack-heap-escape-analysis/main.go -------------------------------------------------------------------------------- /174-method-sets-part-1/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/174-method-sets-part-1/main.go -------------------------------------------------------------------------------- /175-method-sets-part-2/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/175-method-sets-part-2/main.go -------------------------------------------------------------------------------- /176-hands-on-74/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/176-hands-on-74/main.go -------------------------------------------------------------------------------- /177-hands-on-75a-starting/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/177-hands-on-75a-starting/main.go -------------------------------------------------------------------------------- /177-hands-on-75b-finished/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/177-hands-on-75b-finished/main.go -------------------------------------------------------------------------------- /178-hands-on-76a-starting/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/178-hands-on-76a-starting/main.go -------------------------------------------------------------------------------- /178-hands-on-76b-finished/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/178-hands-on-76b-finished/main.go -------------------------------------------------------------------------------- /179-hands-on-77b-finished/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/179-hands-on-77b-finished/main.go -------------------------------------------------------------------------------- /180-type-constraint/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/180-type-constraint/main.go -------------------------------------------------------------------------------- /181-type-set/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/181-type-set/main.go -------------------------------------------------------------------------------- /182-underlying-types/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/182-underlying-types/main.go -------------------------------------------------------------------------------- /183-package-constraints/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/183-package-constraints/main.go -------------------------------------------------------------------------------- /500-comparable/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/500-comparable/main.go -------------------------------------------------------------------------------- /999-starting-file/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/999-starting-file/main.go -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/README.md -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoesToEleven/learn-to-code-go-version-03/HEAD/go.sum --------------------------------------------------------------------------------