Directories ¶ Show internal Expand all Path Synopsis Kernighan tgpl/src/ch01/dup1 tgpl/src/ch01/dup2 tgpl/src/ch01/dup3 tgpl/src/ch01/echo1 tgpl/src/ch01/echo2 tgpl/src/ch01/echo3 tgpl/src/ch01/fetch tgpl/src/ch01/fetchall tgpl/src/ch01/helloworld tgpl/src/ch01/lissajous tgpl/src/ch01/server1 tgpl/src/ch01/server2 tgpl/src/ch01/server3 tgpl/src/ch02/boiling tgpl/src/ch02/cf tgpl/src/ch02/echo4 tgpl/src/ch02/ftoc tgpl/src/ch02/popcount tgpl/src/ch02/tempconv tgpl/src/ch02/tempconv0 tgpl/src/ch03/basename1 tgpl/src/ch03/basename2 tgpl/src/ch03/comma tgpl/src/ch03/mandelbrot tgpl/src/ch03/netflag tgpl/src/ch03/printints tgpl/src/ch03/surface tgpl/src/ch04/append tgpl/src/ch04/autoescape tgpl/src/ch04/charcount tgpl/src/ch04/dedup tgpl/src/ch04/embed tgpl/src/ch04/github tgpl/src/ch04/graph tgpl/src/ch04/issues tgpl/src/ch04/issueshtml tgpl/src/ch04/issuesreport tgpl/src/ch04/movie tgpl/src/ch04/nonempty tgpl/src/ch04/rev tgpl/src/ch04/sha256 tgpl/src/ch04/treesort tgpl/src/ch05/defer1 tgpl/src/ch05/defer2 tgpl/src/ch05/fetch tgpl/src/ch05/findlinks1 tgpl/src/ch05/findlinks2 tgpl/src/ch05/findlinks3 tgpl/src/ch05/links tgpl/src/ch05/outline tgpl/src/ch05/outline2 tgpl/src/ch05/squares tgpl/src/ch05/sum tgpl/src/ch05/title1 tgpl/src/ch05/title2 tgpl/src/ch05/title3 tgpl/src/ch05/toposort tgpl/src/ch05/trace tgpl/src/ch05/wait tgpl/src/ch06/coloredpoint tgpl/src/ch06/geometry tgpl/src/ch06/intset tgpl/src/ch06/urlvalues tgpl/src/ch07/bytecounter tgpl/src/ch07/eval tgpl/src/ch07/http1 tgpl/src/ch07/http2 tgpl/src/ch07/http3 tgpl/src/ch07/http3a tgpl/src/ch07/http4 tgpl/src/ch07/sleep tgpl/src/ch07/sorting tgpl/src/ch07/surface tgpl/src/ch07/tempconv tgpl/src/ch07/tempflag tgpl/src/ch07/xmlselect tgpl/src/ch08/cake tgpl/src/ch08/chat tgpl/src/ch08/clock1 tgpl/src/ch08/clock2 tgpl/src/ch08/countdown1 tgpl/src/ch08/countdown2 tgpl/src/ch08/countdown3 tgpl/src/ch08/crawl1 tgpl/src/ch08/crawl2 tgpl/src/ch08/crawl3 tgpl/src/ch08/du1 tgpl/src/ch08/du2 tgpl/src/ch08/du3 tgpl/src/ch08/du4 tgpl/src/ch08/netcat1 tgpl/src/ch08/netcat2 tgpl/src/ch08/netcat3 tgpl/src/ch08/pipeline1 tgpl/src/ch08/pipeline2 tgpl/src/ch08/pipeline3 tgpl/src/ch08/reverb1 tgpl/src/ch08/reverb2 tgpl/src/ch08/spinner tgpl/src/ch08/thumbnail tgpl/src/ch09/bank1 tgpl/src/ch09/bank2 tgpl/src/ch09/bank3 tgpl/src/ch09/memo1 tgpl/src/ch09/memo2 tgpl/src/ch09/memo3 tgpl/src/ch09/memo4 tgpl/src/ch09/memo5 tgpl/src/ch09/memotest tgpl/src/ch10/cross tgpl/src/ch10/jpeg tgpl/src/ch11/echo tgpl/src/ch11/storage1 tgpl/src/ch11/storage2 tgpl/src/ch11/word1 tgpl/src/ch11/word2 tgpl/src/ch12/display tgpl/src/ch12/format tgpl/src/ch12/methods tgpl/src/ch12/params tgpl/src/ch12/search tgpl/src/ch12/sexpr tgpl/src/ch13/bzip tgpl/src/ch13/bzip-print tgpl/src/ch13/bzipper tgpl/src/ch13/equal tgpl/src/ch13/unsafeptr McCleod GolangTraining/00-getting-started/01_helloWorld GolangTraining/00-getting-started/02_numeral-systems/01_decimal GolangTraining/00-getting-started/02_numeral-systems/02_binary GolangTraining/00-getting-started/02_numeral-systems/03_hexadecimal GolangTraining/00-getting-started/02_numeral-systems/04_loop GolangTraining/00-getting-started/03_UTF-8 GolangTraining/01-Language-Basics/01_helloWorld GolangTraining/01-Language-Basics/02_package/icomefromalaska GolangTraining/01-Language-Basics/02_package/stringutil GolangTraining/01-Language-Basics/03_variables/01_shorthand/01 GolangTraining/01-Language-Basics/03_variables/01_shorthand/02 GolangTraining/01-Language-Basics/03_variables/02_var_zero-value GolangTraining/01-Language-Basics/03_variables/03_less-emphasis/01_declare-variable GolangTraining/01-Language-Basics/03_variables/03_less-emphasis/02_declare-many-at-once GolangTraining/01-Language-Basics/03_variables/03_less-emphasis/03_init-many-at-once GolangTraining/01-Language-Basics/03_variables/03_less-emphasis/04_infer-type GolangTraining/01-Language-Basics/03_variables/03_less-emphasis/05_infer-mixed-up-types GolangTraining/01-Language-Basics/03_variables/03_less-emphasis/06_init-shorthand GolangTraining/01-Language-Basics/03_variables/03_less-emphasis/07_all-together GolangTraining/01-Language-Basics/03_variables/03_less-emphasis/08_exercise_your-name/01_oneSolution GolangTraining/01-Language-Basics/03_variables/03_less-emphasis/08_exercise_your-name/02_anotherSolution GolangTraining/01-Language-Basics/03_variables/03_less-emphasis/08_exercise_your-name/03_anotherSolution GolangTraining/01-Language-Basics/03_variables/03_less-emphasis/08_exercise_your-name/04_anotherSolution GolangTraining/01-Language-Basics/04_scope/01_package-scope/01 GolangTraining/01-Language-Basics/04_scope/01_package-scope/02_visibility/vis GolangTraining/01-Language-Basics/04_scope/02_block-scope/01_this-does-not-compile GolangTraining/01-Language-Basics/04_scope/02_block-scope/02_closure/01 GolangTraining/01-Language-Basics/04_scope/02_block-scope/02_closure/02 GolangTraining/01-Language-Basics/04_scope/02_block-scope/02_closure/03 GolangTraining/01-Language-Basics/04_scope/02_block-scope/02_closure/04 GolangTraining/01-Language-Basics/04_scope/03_order-matters GolangTraining/01-Language-Basics/04_scope/04_variable-shadowing GolangTraining/01-Language-Basics/04_scope/05_same-package GolangTraining/01-Language-Basics/05_blank-identifier/01_invalid-code GolangTraining/01-Language-Basics/05_blank-identifier/02_http-get_example/01_with-error-checking GolangTraining/01-Language-Basics/05_blank-identifier/02_http-get_example/02_no-error-checking GolangTraining/01-Language-Basics/06_constants/01_constant GolangTraining/01-Language-Basics/06_constants/02_multiple-initialization GolangTraining/01-Language-Basics/06_constants/03_iota GolangTraining/01-Language-Basics/06_constants/04_iota GolangTraining/01-Language-Basics/06_constants/05_iota GolangTraining/01-Language-Basics/06_constants/06_iota GolangTraining/01-Language-Basics/06_constants/07_iota GolangTraining/01-Language-Basics/07_memory-address/01_showing-address GolangTraining/01-Language-Basics/07_memory-address/02_using-address GolangTraining/01-Language-Basics/08_pointers/01_referencing GolangTraining/01-Language-Basics/08_pointers/02_dereferencing GolangTraining/01-Language-Basics/08_pointers/03_using-pointers GolangTraining/01-Language-Basics/08_pointers/04_using-pointers/01_no-pointer/01 GolangTraining/01-Language-Basics/08_pointers/04_using-pointers/01_no-pointer/02_see-the-addresses GolangTraining/01-Language-Basics/08_pointers/04_using-pointers/02_pointer/01 GolangTraining/01-Language-Basics/08_pointers/04_using-pointers/02_pointer/02_see-the-addresses GolangTraining/01-Language-Basics/09_remainder GolangTraining/01-Language-Basics/15_bool-expressions/01_true-false GolangTraining/01-Language-Basics/15_bool-expressions/02_not GolangTraining/01-Language-Basics/15_bool-expressions/03_or GolangTraining/01-Language-Basics/15_bool-expressions/04_and GolangTraining/02-Control-Flow/01_for-loop/01_init-condition-post GolangTraining/02-Control-Flow/01_for-loop/02_nested GolangTraining/02-Control-Flow/01_for-loop/03_for-condition-while-ish GolangTraining/02-Control-Flow/01_for-loop/04_for_no-condition GolangTraining/02-Control-Flow/01_for-loop/05_for_break GolangTraining/02-Control-Flow/01_for-loop/06_for_continue GolangTraining/02-Control-Flow/02_rune_UTF8/01 GolangTraining/02-Control-Flow/02_rune_UTF8/02 GolangTraining/02-Control-Flow/03_switch-statements/01_switch GolangTraining/02-Control-Flow/03_switch-statements/02_fallthrough GolangTraining/02-Control-Flow/03_switch-statements/03_multiple-evals GolangTraining/02-Control-Flow/03_switch-statements/04_no-expression GolangTraining/02-Control-Flow/03_switch-statements/05_on-type GolangTraining/02-Control-Flow/04_if_else-if_else/01_eval-true GolangTraining/02-Control-Flow/04_if_else-if_else/02_not-exclamation GolangTraining/02-Control-Flow/04_if_else-if_else/03_init-statement GolangTraining/02-Control-Flow/04_if_else-if_else/04_init-statement_error_invalid-code GolangTraining/02-Control-Flow/04_if_else-if_else/05_if-else GolangTraining/02-Control-Flow/04_if_else-if_else/06_if-elseif-else GolangTraining/02-Control-Flow/04_if_else-if_else/07_if-elseif-elseif-else GolangTraining/02-Control-Flow/04_if_else-if_else/08_divisibleByThree GolangTraining/03-Functions/01_main GolangTraining/03-Functions/02_param-arg GolangTraining/03-Functions/03_two-params/01 GolangTraining/03-Functions/03_two-params/02 GolangTraining/03-Functions/04_return GolangTraining/03-Functions/05_return-naming GolangTraining/03-Functions/06_return-multiple GolangTraining/03-Functions/07_variadic-params GolangTraining/03-Functions/08_variadic-args GolangTraining/03-Functions/09_slice-param-arg GolangTraining/03-Functions/10_func-expression/01_before-func-expression GolangTraining/03-Functions/10_func-expression/02_func-expression GolangTraining/03-Functions/10_func-expression/03_func-expression_shows-type GolangTraining/03-Functions/10_func-expression/04_another-way_func-expression GolangTraining/03-Functions/10_func-expression/05_another-way_func-expression_shows-type GolangTraining/03-Functions/11_closure/01 GolangTraining/03-Functions/11_closure/02 GolangTraining/03-Functions/11_closure/03 GolangTraining/03-Functions/11_closure/04 GolangTraining/03-Functions/11_closure/05 GolangTraining/03-Functions/12_callbacks/01_print-nums GolangTraining/03-Functions/12_callbacks/02_filter-nums GolangTraining/03-Functions/13_recursion GolangTraining/03-Functions/14_defer/01_no-defer GolangTraining/03-Functions/14_defer/02_with-defer GolangTraining/03-Functions/15_passing-by-value/01_int GolangTraining/03-Functions/15_passing-by-value/02_int-pointer GolangTraining/03-Functions/15_passing-by-value/03_string GolangTraining/03-Functions/15_passing-by-value/04_string-pointer GolangTraining/03-Functions/15_passing-by-value/05_REFERENCE-TYPE GolangTraining/03-Functions/15_passing-by-value/06_REFERENCE-TYPE GolangTraining/03-Functions/15_passing-by-value/07_struct-pointer GolangTraining/03-Functions/16_anon_self-executing GolangTraining/04-Data-Structures/01_array/01 GolangTraining/04-Data-Structures/01_array/02 GolangTraining/04-Data-Structures/01_array/03 GolangTraining/04-Data-Structures/01_array/04 GolangTraining/04-Data-Structures/01_array/05 GolangTraining/04-Data-Structures/02_slice/01_int-slice GolangTraining/04-Data-Structures/02_slice/02_int-slice GolangTraining/04-Data-Structures/02_slice/03_int-slice GolangTraining/04-Data-Structures/02_slice/04_string-slice GolangTraining/04-Data-Structures/02_slice/05_slicing-a-slice/01 GolangTraining/04-Data-Structures/02_slice/05_slicing-a-slice/02 GolangTraining/04-Data-Structures/02_slice/06_make GolangTraining/04-Data-Structures/02_slice/07_append-invalid GolangTraining/04-Data-Structures/02_slice/08_append GolangTraining/04-Data-Structures/02_slice/09_append-beyond-capacity GolangTraining/04-Data-Structures/02_slice/10_append_slice-to-slice/01_slice-of-ints GolangTraining/04-Data-Structures/02_slice/10_append_slice-to-slice/02_slice-of-strings GolangTraining/04-Data-Structures/02_slice/11_delete GolangTraining/04-Data-Structures/02_slice/12_create/01_shorthand-slice GolangTraining/04-Data-Structures/02_slice/12_create/02_var-slice GolangTraining/04-Data-Structures/02_slice/12_create/03_make-slice GolangTraining/04-Data-Structures/02_slice/12_create/04_comparing_shorthand_var_make/01_shorthand-slice GolangTraining/04-Data-Structures/02_slice/12_create/04_comparing_shorthand_var_make/02_var-slice GolangTraining/04-Data-Structures/02_slice/12_create/04_comparing_shorthand_var_make/03_make-slice GolangTraining/04-Data-Structures/02_slice/13_multi-dimensional/05_slice-of-slice-of-string GolangTraining/04-Data-Structures/02_slice/13_multi-dimensional/06_slice-of-slice-of-int GolangTraining/04-Data-Structures/02_slice/14_int-slice-plus-plus GolangTraining/04-Data-Structures/03_map/00_create/01_var_nil-map GolangTraining/04-Data-Structures/03_map/00_create/02_var_make GolangTraining/04-Data-Structures/03_map/00_create/03_shorthand_make GolangTraining/04-Data-Structures/03_map/00_create/04_shorthand_composite-literal GolangTraining/04-Data-Structures/03_map/00_create/05_shorthand_composite-literal GolangTraining/04-Data-Structures/03_map/06_adding-entry GolangTraining/04-Data-Structures/03_map/07_len GolangTraining/04-Data-Structures/03_map/08_updating-entry GolangTraining/04-Data-Structures/03_map/09_deleting-entry GolangTraining/04-Data-Structures/03_map/10_comma-ok-idiom_val-exists GolangTraining/04-Data-Structures/03_map/11_deleting-entry_no-error GolangTraining/04-Data-Structures/03_map/12_comma-ok-idiom_val-not-exists GolangTraining/04-Data-Structures/03_map/13_loop-range GolangTraining/04-Data-Structures/03_map/14_hash-table/01_letter-buckets/01_runes-are-numbers GolangTraining/04-Data-Structures/03_map/14_hash-table/01_letter-buckets/02_strings-to-rune-conversion GolangTraining/04-Data-Structures/03_map/14_hash-table/01_letter-buckets/03_string-index-access GolangTraining/04-Data-Structures/03_map/14_hash-table/01_letter-buckets/04_remainder-bucket-selection GolangTraining/04-Data-Structures/03_map/14_hash-table/01_letter-buckets/05_hash-function GolangTraining/04-Data-Structures/03_map/14_hash-table/01_letter-buckets/06_get GolangTraining/04-Data-Structures/03_map/14_hash-table/01_letter-buckets/07_scanner GolangTraining/04-Data-Structures/03_map/14_hash-table/01_letter-buckets/08_moby-dicks-words GolangTraining/04-Data-Structures/03_map/14_hash-table/01_letter-buckets/09_int-slice-plus-plus GolangTraining/04-Data-Structures/03_map/14_hash-table/01_letter-buckets/10_hash-letter-buckets GolangTraining/04-Data-Structures/03_map/14_hash-table/01_letter-buckets/11_hash-remainder-buckets GolangTraining/04-Data-Structures/03_map/14_hash-table/02_even-dstribution-hash GolangTraining/04-Data-Structures/03_map/14_hash-table/03_words-in-buckets/01_slice-bucket GolangTraining/04-Data-Structures/03_map/14_hash-table/03_words-in-buckets/02_map-bucket GolangTraining/04-Data-Structures/03_map/14_hash-table/04_english-alphabet/01 GolangTraining/04-Data-Structures/03_map/14_hash-table/04_english-alphabet/02 GolangTraining/04-Data-Structures/04_struct/01_user-defined-types/01_alias-type_not-idiomatic GolangTraining/04-Data-Structures/04_struct/01_user-defined-types/02_static-typing GolangTraining/04-Data-Structures/04_struct/02_struct_fields_values_initialization GolangTraining/04-Data-Structures/04_struct/03_methods GolangTraining/04-Data-Structures/04_struct/04_embedded-types GolangTraining/04-Data-Structures/04_struct/05_promotion/01_overriding-fields GolangTraining/04-Data-Structures/04_struct/05_promotion/02_overriding-methods GolangTraining/04-Data-Structures/04_struct/06_struct-pointer GolangTraining/04-Data-Structures/04_struct/07_marshal_unmarshal/01_marshal/01_exported GolangTraining/04-Data-Structures/04_struct/07_marshal_unmarshal/01_marshal/02_unexported GolangTraining/04-Data-Structures/04_struct/07_marshal_unmarshal/01_marshal/03_tags GolangTraining/04-Data-Structures/04_struct/07_marshal_unmarshal/02_unmarshal/02_tags GolangTraining/04-Data-Structures/04_struct/08_encode_decode/01_encode GolangTraining/04-Data-Structures/04_struct/08_encode_decode/02_decode GolangTraining/04-Data-Structures/05_interfaces/01_interface/01_no-interface GolangTraining/04-Data-Structures/05_interfaces/01_interface/02_interface GolangTraining/04-Data-Structures/05_interfaces/01_interface/03_interface GolangTraining/04-Data-Structures/05_interfaces/01_interface/04_interface GolangTraining/04-Data-Structures/05_interfaces/01_interface/05_io-copy/01_no-error-checking GolangTraining/04-Data-Structures/05_interfaces/01_interface/05_io-copy/02_error-checking GolangTraining/04-Data-Structures/05_interfaces/02_package-sort/00_super_sort GolangTraining/04-Data-Structures/05_interfaces/02_package-sort/01_sort-names GolangTraining/04-Data-Structures/05_interfaces/02_package-sort/02_sort-names_type-StringSlice GolangTraining/04-Data-Structures/05_interfaces/02_package-sort/03_sort-Strings GolangTraining/04-Data-Structures/05_interfaces/02_package-sort/04_sort-names_type-StringSlice_reverse GolangTraining/04-Data-Structures/05_interfaces/02_package-sort/05_sort-int_type-IntSlice GolangTraining/04-Data-Structures/05_interfaces/02_package-sort/06_sort-int_type-IntSlice_reverse GolangTraining/04-Data-Structures/05_interfaces/02_package-sort/07_sort-Ints GolangTraining/04-Data-Structures/05_interfaces/02_package-sort/08_standard-library-example GolangTraining/04-Data-Structures/05_interfaces/03_empty-interface/01_no-interface GolangTraining/04-Data-Structures/05_interfaces/03_empty-interface/02_empty-interface GolangTraining/04-Data-Structures/05_interfaces/03_empty-interface/03_param-accepts-any-type GolangTraining/04-Data-Structures/05_interfaces/03_empty-interface/04_slice-of-any-type GolangTraining/04-Data-Structures/05_interfaces/04_method-sets/01_value-receiver_value-type GolangTraining/04-Data-Structures/05_interfaces/04_method-sets/02_value-receiver_pointer-type GolangTraining/04-Data-Structures/05_interfaces/04_method-sets/03_pointer-receiver_pointer-type GolangTraining/04-Data-Structures/05_interfaces/04_method-sets/04_pointer-receiver_value-type GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/01_conversion/01_int-to-float GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/01_conversion/02_float-to-int GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/01_conversion/03_rune-to-string GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/01_conversion/04_rune-to-slice-of-bytes-to-string GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/01_conversion/05_string-to-slice-of-bytes GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/01_conversion/06_strconv/01_Atoi GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/01_conversion/06_strconv/02_Itoa GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/01_conversion/06_strconv/03_ParseInt GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/02_assertion/01_non-interface-error_invalid-code GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/02_assertion/02_interface-string GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/02_assertion/03_interface-string_not-ok GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/02_assertion/04_interface-int_print-type GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/02_assertion/05_interface-int_mistmatched-types-error GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/02_assertion/06_interface-int-sum GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/02_assertion/07_casting-reminder GolangTraining/04-Data-Structures/05_interfaces/05_conversion-vs-assertion/02_assertion/08_interface-cast-error_need-type-assertion GolangTraining/05-Concurrency/01_goroutines/01_no-go GolangTraining/05-Concurrency/01_goroutines/02_go_concurrency GolangTraining/05-Concurrency/01_goroutines/03_wait-group GolangTraining/05-Concurrency/01_goroutines/04_time-sleep GolangTraining/05-Concurrency/01_goroutines/05_gomaxprocs_parallelism GolangTraining/05-Concurrency/01_goroutines/06_race-condition GolangTraining/05-Concurrency/01_goroutines/07_mutex GolangTraining/05-Concurrency/01_goroutines/08_atomicity GolangTraining/05-Concurrency/02_channels/00_unbuffered-channels-block GolangTraining/05-Concurrency/02_channels/01_range GolangTraining/05-Concurrency/02_channels/02_n-to-1/01_race-condition GolangTraining/05-Concurrency/02_channels/02_n-to-1/02_wait-group GolangTraining/05-Concurrency/02_channels/02_n-to-1/03_semaphore GolangTraining/05-Concurrency/02_channels/02_n-to-1/04_semaphore_wrong-way GolangTraining/05-Concurrency/02_channels/02_n-to-1/05_n-times_to_1 GolangTraining/05-Concurrency/02_channels/03_1-to-n/01_1_to_2-times GolangTraining/05-Concurrency/02_channels/03_1-to-n/02_1_to_n-times GolangTraining/05-Concurrency/02_channels/04_pass-return-channels GolangTraining/05-Concurrency/02_channels/05_channel-direction GolangTraining/05-Concurrency/02_channels/06_refactor GolangTraining/05-Concurrency/02_channels/07_incrementor GolangTraining/05-Concurrency/02_channels/08_closures/01_no-closure-binding GolangTraining/05-Concurrency/02_channels/08_closures/02_closure-binding GolangTraining/05-Concurrency/02_channels/08_closures/03_closure-binding GolangTraining/05-Concurrency/02_channels/09_exercises/10_deadlock-challenges/01_deadlock-challenge GolangTraining/05-Concurrency/02_channels/09_exercises/10_deadlock-challenges/02_deadlock-solution GolangTraining/05-Concurrency/02_channels/09_exercises/10_deadlock-challenges/03_deadlock-challenge GolangTraining/05-Concurrency/02_channels/09_exercises/10_deadlock-challenges/04_deadlock-challenge GolangTraining/05-Concurrency/02_channels/09_exercises/10_deadlock-challenges/05_deadlock-solution GolangTraining/05-Concurrency/02_channels/09_exercises/11_factorial-challenge/01_challenge-description GolangTraining/05-Concurrency/02_channels/09_exercises/11_factorial-challenge/02_challenge-solution GolangTraining/05-Concurrency/02_channels/09_exercises/12_channels_pipeline/01_sq-output GolangTraining/05-Concurrency/02_channels/09_exercises/12_channels_pipeline/02_sq-output GolangTraining/05-Concurrency/02_channels/09_exercises/12_channels_pipeline/03_challenge-description GolangTraining/05-Concurrency/02_channels/09_exercises/12_channels_pipeline/04_challenge-solution/01_original-solution GolangTraining/05-Concurrency/02_channels/09_exercises/12_channels_pipeline/04_challenge-solution/02_another-solution GolangTraining/05-Concurrency/02_channels/09_exercises/13_channels_fan-out_fan-in/01_boring GolangTraining/05-Concurrency/02_channels/09_exercises/13_channels_fan-out_fan-in/02_sq-output GolangTraining/05-Concurrency/02_channels/09_exercises/13_channels_fan-out_fan-in/03_sq-output_variation GolangTraining/05-Concurrency/02_channels/09_exercises/13_channels_fan-out_fan-in/04_challenge-description GolangTraining/05-Concurrency/02_channels/09_exercises/13_channels_fan-out_fan-in/05_challenge-solution GolangTraining/05-Concurrency/02_channels/09_exercises/13_channels_fan-out_fan-in/06_challenge-description GolangTraining/05-Concurrency/02_channels/09_exercises/13_channels_fan-out_fan-in/07_challenge-solution GolangTraining/05-Concurrency/02_channels/09_exercises/13_channels_fan-out_fan-in/08_challenge-description GolangTraining/05-Concurrency/02_channels/09_exercises/13_channels_fan-out_fan-in/09_challenge-solution/01_troubleshooting-step GolangTraining/05-Concurrency/02_channels/09_exercises/13_channels_fan-out_fan-in/09_challenge-solution/02_solution GolangTraining/05-Concurrency/02_channels/09_exercises/13_channels_fan-out_fan-in/10_van-sickle_fan-out_fan-in GolangTraining/05-Concurrency/02_channels/09_exercises/14_incrementor-challenge/01_description GolangTraining/05-Concurrency/02_channels/09_exercises/14_incrementor-challenge/02_solution GolangTraining/05-Concurrency/02_channels/09_exercises/15_for-fun/01 GolangTraining/06-Errors/01_golint/01_before GolangTraining/06-Errors/01_golint/02_after GolangTraining/06-Errors/02_error_handling/01_fmt-println GolangTraining/06-Errors/02_error_handling/02_log-println GolangTraining/06-Errors/02_error_handling/03_log-set-output GolangTraining/06-Errors/02_error_handling/04_log-fatalln GolangTraining/06-Errors/02_error_handling/05_panic GolangTraining/06-Errors/03_custom-errors/01_errors-new GolangTraining/06-Errors/03_custom-errors/02_errors-new_var GolangTraining/06-Errors/03_custom-errors/03_fmt-errorf GolangTraining/06-Errors/03_custom-errors/04_fmt-errorf_var GolangTraining/06-Errors/03_custom-errors/05_custom-type GolangTraining/QUESTIONS-FROM-STUDENTS/01-package-scope GolangTraining/QUESTIONS-FROM-STUDENTS/02-goroutines-printing GolangTraining/QUESTIONS-FROM-STUDENTS/03-range-chan GolangTraining/QUESTIONS-FROM-STUDENTS/04_goroutines_closing-chan/01_broken-code GolangTraining/QUESTIONS-FROM-STUDENTS/04_goroutines_closing-chan/02_fixed-code GolangTraining/QUESTIONS-FROM-STUDENTS/05_concurrency-channels GolangTraining/QUESTIONS-FROM-STUDENTS/06_performance-ramifications/01_called GolangTraining/QUESTIONS-FROM-STUDENTS/06_performance-ramifications/02_not-called GolangTraining/code-in-process/24_testing GolangTraining/code-in-process/25_code-walk GolangTraining/code-in-process/25_code-walk/with-comments GolangTraining/code-in-process/26_playing-with-type/00_types/01_division/01_int-int GolangTraining/code-in-process/26_playing-with-type/00_types/01_division/02_int-float GolangTraining/code-in-process/26_playing-with-type/00_types/01_division/03_var_int-float GolangTraining/code-in-process/26_playing-with-type/00_types/01_division/04_var_int-float_invalid-code GolangTraining/code-in-process/26_playing-with-type/00_types/02_strings/01_escape-sequences GolangTraining/code-in-process/26_playing-with-type/00_types/02_strings/02_sequence-of-bytes GolangTraining/code-in-process/26_playing-with-type/00_types/02_strings/03_immutable GolangTraining/code-in-process/26_playing-with-type/00_types/02_strings/04_len/01_len-english GolangTraining/code-in-process/26_playing-with-type/00_types/02_strings/04_len/02_len-chinese GolangTraining/code-in-process/26_playing-with-type/00_types/02_strings/04_len/03_binary GolangTraining/code-in-process/26_playing-with-type/00_types/02_strings/05_index-access GolangTraining/code-in-process/26_playing-with-type/00_types/02_strings/06_slicing/01 GolangTraining/code-in-process/26_playing-with-type/00_types/02_strings/06_slicing/02 GolangTraining/code-in-process/26_playing-with-type/00_types/02_strings/06_slicing/03_invalid_negative-index GolangTraining/code-in-process/26_playing-with-type/00_types/02_strings/07_concatenation GolangTraining/code-in-process/26_playing-with-type/00_types/03_strconv/01_itoa GolangTraining/code-in-process/26_playing-with-type/00_types/03_strconv/02_fmt-sprint GolangTraining/code-in-process/26_playing-with-type/00_types/03_strconv/03_atoi GolangTraining/code-in-process/26_playing-with-type/00_types/06_math-pkg GolangTraining/code-in-process/26_playing-with-type/00_types/07_typeOf/01_better-code GolangTraining/code-in-process/26_playing-with-type/00_types/07_typeOf/02_worse-code GolangTraining/code-in-process/26_playing-with-type/01_struct GolangTraining/code-in-process/26_playing-with-type/02_string GolangTraining/code-in-process/26_playing-with-type/03_string-conversion GolangTraining/code-in-process/26_playing-with-type/04_string_assertion_invalid-code GolangTraining/code-in-process/26_playing-with-type/05_var-for-zero-val-initalization GolangTraining/code-in-process/26_playing-with-type/06_shorthand-notation_nonzero-initalization GolangTraining/code-in-process/26_playing-with-type/xx05_slice-strings GolangTraining/code-in-process/26_playing-with-type/xx06_slice-strings_conversion GolangTraining/code-in-process/26_playing-with-type/xx07_int GolangTraining/code-in-process/26_playing-with-type/xx08_slice-ints GolangTraining/code-in-process/27_package-os/00_args GolangTraining/code-in-process/27_package-os/01_Read/01 GolangTraining/code-in-process/27_package-os/02_Write/01 GolangTraining/code-in-process/27_package-os/02_Write/02 GolangTraining/code-in-process/27_package-os/02_Write/03_absolute-path GolangTraining/code-in-process/27_package-os/03_mkdir/01 GolangTraining/code-in-process/27_package-os/03_mkdir/02 GolangTraining/code-in-process/27_package-os/04_FileMode/01 GolangTraining/code-in-process/27_package-os/04_FileMode/02 GolangTraining/code-in-process/27_package-os/05_file-open GolangTraining/code-in-process/27_package-os/06_file-create GolangTraining/code-in-process/27_package-os/07_Stdout_Stdin/01 GolangTraining/code-in-process/27_package-os/07_Stdout_Stdin/02 GolangTraining/code-in-process/28_package-strings/01_strings GolangTraining/code-in-process/28_package-strings/02_NewReader GolangTraining/code-in-process/29_package-bufio/01_NewReader GolangTraining/code-in-process/29_package-bufio/02_NewScanner GolangTraining/code-in-process/29_package-bufio/03_scan-lines/01 GolangTraining/code-in-process/29_package-bufio/03_scan-lines/02 GolangTraining/code-in-process/29_package-bufio/04_scan-words/01 GolangTraining/code-in-process/29_package-bufio/04_scan-words/02 GolangTraining/code-in-process/29_package-bufio/04_scan-words/03 GolangTraining/code-in-process/30_package-io/01_copy GolangTraining/code-in-process/30_package-io/02_copy GolangTraining/code-in-process/30_package-io/03_copy GolangTraining/code-in-process/30_package-io/04_TeeReader/01 GolangTraining/code-in-process/30_package-io/04_TeeReader/02 GolangTraining/code-in-process/30_package-io/05_ReadFull GolangTraining/code-in-process/30_package-io/06_LimitReader GolangTraining/code-in-process/30_package-io/07_WriteString/01_one-way GolangTraining/code-in-process/30_package-io/07_WriteString/02_another-way GolangTraining/code-in-process/31_package-ioutil/00_ReadAll GolangTraining/code-in-process/31_package-ioutil/01_ReadAll GolangTraining/code-in-process/31_package-ioutil/02_WriteFile GolangTraining/code-in-process/31_package-ioutil/03_ReadAll_WriteFile GolangTraining/code-in-process/32_package-encoding-csv/01_NewReader GolangTraining/code-in-process/32_package-encoding-csv/02_column-headings GolangTraining/code-in-process/32_package-encoding-csv/03_panics GolangTraining/code-in-process/32_package-encoding-csv/04_parse-state GolangTraining/code-in-process/32_package-encoding-csv/05_state-lookup GolangTraining/code-in-process/32_package-encoding-csv/06_write-to-html GolangTraining/code-in-process/32_package-encoding-csv/07_NewReader GolangTraining/code-in-process/33_package-path-filepath/01_Walk GolangTraining/code-in-process/33_package-path-filepath/02_Walk GolangTraining/code-in-process/33_package-path-filepath/03_Walk GolangTraining/code-in-process/33_package-path-filepath/04_Walk GolangTraining/code-in-process/34_package-time/01_now GolangTraining/code-in-process/34_package-time/02_time-parse/01 GolangTraining/code-in-process/34_package-time/02_time-parse/02 GolangTraining/code-in-process/34_package-time/03_format GolangTraining/code-in-process/34_package-time/04_date-diff GolangTraining/code-in-process/35_hash/01_FNV/01 GolangTraining/code-in-process/35_hash/01_FNV/02 GolangTraining/code-in-process/35_hash/02_MD5/01 GolangTraining/code-in-process/35_hash/02_MD5/02 GolangTraining/code-in-process/36_package-filepath/01_walk GolangTraining/code-in-process/37_review-exercises/01_gravatar GolangTraining/code-in-process/37_review-exercises/02_word-count GolangTraining/code-in-process/37_review-exercises/03_centered_average GolangTraining/code-in-process/37_review-exercises/04_swap-two_pointers GolangTraining/code-in-process/37_review-exercises/05_clumps GolangTraining/code-in-process/37_review-exercises/06_cat GolangTraining/code-in-process/37_review-exercises/07_copy GolangTraining/code-in-process/37_review-exercises/08_cp/01 GolangTraining/code-in-process/37_review-exercises/08_cp/02 GolangTraining/code-in-process/37_review-exercises/08_cp/03 GolangTraining/code-in-process/37_review-exercises/08_cp/04_io-copy GolangTraining/code-in-process/37_review-exercises/08_cp/05_os-write_slice-bytes GolangTraining/code-in-process/37_review-exercises/08_cp/06_io-copy_string-NewReader GolangTraining/code-in-process/37_review-exercises/08_cp/07_io-copy_bufio-NewReader GolangTraining/code-in-process/37_review-exercises/08_cp/08_bufio_scanner GolangTraining/code-in-process/37_review-exercises/09_sentence-case GolangTraining/code-in-process/37_review-exercises/10_every-word GolangTraining/code-in-process/37_review-exercises/11_every-other-word GolangTraining/code-in-process/37_review-exercises/12_count-words GolangTraining/code-in-process/37_review-exercises/13_longest-word GolangTraining/code-in-process/37_review-exercises/14_cat-files/01 GolangTraining/code-in-process/37_review-exercises/14_cat-files/02 GolangTraining/code-in-process/37_review-exercises/15_csv_state-info/step01_read-and-output GolangTraining/code-in-process/37_review-exercises/15_csv_state-info/step02_column-headings GolangTraining/code-in-process/37_review-exercises/15_csv_state-info/step03_panics GolangTraining/code-in-process/37_review-exercises/15_csv_state-info/step04_parse-state GolangTraining/code-in-process/37_review-exercises/15_csv_state-info/step05_state-lookup GolangTraining/code-in-process/37_review-exercises/15_csv_state-info/step06_write-to-html GolangTraining/code-in-process/37_review-exercises/16_csv_stock-prices/step01_stdout GolangTraining/code-in-process/37_review-exercises/16_csv_stock-prices/step02_html GolangTraining/code-in-process/37_review-exercises/16_csv_stock-prices/step03_charting GolangTraining/code-in-process/37_review-exercises/17_MD5-checksum GolangTraining/code-in-process/37_review-exercises/18_Walk-dir GolangTraining/code-in-process/38_JSON/01 GolangTraining/code-in-process/38_JSON/02 GolangTraining/code-in-process/38_JSON/03 GolangTraining/code-in-process/38_JSON/04 GolangTraining/code-in-process/38_JSON/05 GolangTraining/code-in-process/38_JSON/06 GolangTraining/code-in-process/38_JSON/07 GolangTraining/code-in-process/38_JSON/08 GolangTraining/code-in-process/38_JSON/09 GolangTraining/code-in-process/38_JSON/10 GolangTraining/code-in-process/38_JSON/11 GolangTraining/code-in-process/38_JSON/12 GolangTraining/code-in-process/38_JSON/13 GolangTraining/code-in-process/38_JSON/14 GolangTraining/code-in-process/38_JSON/15 GolangTraining/code-in-process/38_JSON/15_exercise_csv-to-JSON/01 GolangTraining/code-in-process/38_JSON/15_exercise_csv-to-JSON/02 GolangTraining/code-in-process/38_JSON/16 GolangTraining/code-in-process/38_JSON/17 GolangTraining/code-in-process/39_packages/hello GolangTraining/code-in-process/40_testing/01 GolangTraining/code-in-process/40_testing/01/example GolangTraining/code-in-process/40_testing/02 GolangTraining/code-in-process/40_testing/02/example GolangTraining/code-in-process/41_TCP/02_listen GolangTraining/code-in-process/41_TCP/03_dial GolangTraining/code-in-process/41_TCP/04_echo-server/v01 GolangTraining/code-in-process/41_TCP/04_echo-server/v02 GolangTraining/code-in-process/41_TCP/04_echo-server/v03 GolangTraining/code-in-process/41_TCP/04_echo-server/v04 GolangTraining/code-in-process/41_TCP/05_redis-clone/i01 GolangTraining/code-in-process/41_TCP/05_redis-clone/i02 GolangTraining/code-in-process/41_TCP/05_redis-clone/i03 GolangTraining/code-in-process/41_TCP/05_redis-clone/i04 GolangTraining/code-in-process/41_TCP/05_redis-clone/i05_code-issue GolangTraining/code-in-process/41_TCP/05_redis-clone/i06 GolangTraining/code-in-process/41_TCP/06_rot13-server/v01-todd GolangTraining/code-in-process/41_TCP/06_rot13-server/v02-caleb GolangTraining/code-in-process/41_TCP/06_rot13-server/v03-daniel GolangTraining/code-in-process/41_TCP/07_chat-server GolangTraining/code-in-process/42_HTTP/01_header GolangTraining/code-in-process/42_HTTP/02_http-server/i01 GolangTraining/code-in-process/42_HTTP/02_http-server/i02 GolangTraining/code-in-process/42_HTTP/02_http-server/i03 GolangTraining/code-in-process/42_HTTP/02_http-server/i04_POST GolangTraining/code-in-process/42_HTTP/02_http-server/i05_not-writing_error-in-code GolangTraining/code-in-process/42_HTTP/02_http-server/i06_PLAIN-TEXT GolangTraining/code-in-process/42_HTTP/02_http-server/i07_Location GolangTraining/code-in-process/42_HTTP/03_http-server_return-URL GolangTraining/code-in-process/43_HTTP-server/01/i01 GolangTraining/code-in-process/43_HTTP-server/01/i02 GolangTraining/code-in-process/43_HTTP-server/02_requestURI/01 GolangTraining/code-in-process/43_HTTP-server/02_requestURI/02 GolangTraining/code-in-process/43_HTTP-server/03_restful/01 GolangTraining/code-in-process/43_HTTP-server/03_restful/02 GolangTraining/code-in-process/43_HTTP-server/03_restful/03 GolangTraining/code-in-process/44_MUX_routing/01 GolangTraining/code-in-process/44_MUX_routing/02 GolangTraining/code-in-process/44_MUX_routing/03 GolangTraining/code-in-process/44_MUX_routing/04 GolangTraining/code-in-process/44_MUX_routing/05 GolangTraining/code-in-process/44_MUX_routing/06_HandleFunc GolangTraining/code-in-process/44_MUX_routing/07_HandleFunc GolangTraining/code-in-process/44_MUX_routing/08_HandleFunc GolangTraining/code-in-process/45_serving-files/01 GolangTraining/code-in-process/45_serving-files/02 GolangTraining/code-in-process/45_serving-files/03 GolangTraining/code-in-process/45_serving-files/04_io-Copy GolangTraining/code-in-process/45_serving-files/05_ServeContent GolangTraining/code-in-process/45_serving-files/06_ServeFile GolangTraining/code-in-process/45_serving-files/07_FileServer GolangTraining/code-in-process/45_serving-files/08_FileServer GolangTraining/code-in-process/45_serving-files/09_FileServer GolangTraining/code-in-process/45_serving-files/10_static-file-server GolangTraining/code-in-process/45_serving-files/11_static-file-server GolangTraining/code-in-process/46_errata/01_set-header GolangTraining/code-in-process/46_errata/02_URL GolangTraining/code-in-process/46_errata/03_URL GolangTraining/code-in-process/46_errata/04_URL GolangTraining/code-in-process/46_errata/05_ServeFile GolangTraining/code-in-process/47_templates/01_text-templates/01 GolangTraining/code-in-process/47_templates/01_text-templates/02 GolangTraining/code-in-process/47_templates/01_text-templates/03 GolangTraining/code-in-process/47_templates/01_text-templates/04 GolangTraining/code-in-process/47_templates/01_text-templates/05 GolangTraining/code-in-process/47_templates/01_text-templates/06 GolangTraining/code-in-process/47_templates/01_text-templates/07 GolangTraining/code-in-process/47_templates/01_text-templates/08 GolangTraining/code-in-process/47_templates/01_text-templates/09_function GolangTraining/code-in-process/47_templates/01_text-templates/10_function GolangTraining/code-in-process/47_templates/01_text-templates/11 GolangTraining/code-in-process/47_templates/02_html-templates/01 GolangTraining/code-in-process/47_templates/02_html-templates/02 GolangTraining/code-in-process/47_templates/02_html-templates/03 GolangTraining/code-in-process/47_templates/02_html-templates/04 GolangTraining/code-in-process/47_templates/02_html-templates/05 GolangTraining/code-in-process/47_templates/x03_exercises/01 GolangTraining/code-in-process/47_templates/x03_exercises/02 GolangTraining/code-in-process/47_templates/x03_exercises/03_template_csv-parse GolangTraining/code-in-process/47_templates/x03_exercises/03_template_csv-parse/parse GolangTraining/code-in-process/48_passing-data/01_URL-values GolangTraining/code-in-process/48_passing-data/02_form-values GolangTraining/code-in-process/48_passing-data/03_form-values GolangTraining/code-in-process/48_passing-data/04_form-values GolangTraining/code-in-process/48_passing-data/05_form-values GolangTraining/code-in-process/48_passing-data/06_form-values/01 GolangTraining/code-in-process/48_passing-data/06_form-values/02 GolangTraining/code-in-process/48_passing-data/07_form-data GolangTraining/code-in-process/48_passing-data/08_form_file-upload/01 GolangTraining/code-in-process/48_passing-data/08_form_file-upload/02 GolangTraining/code-in-process/48_passing-data/08_form_file-upload/03 GolangTraining/code-in-process/48_passing-data/08_form_file-upload/04 GolangTraining/code-in-process/49_cookies-sessions/01_set-cookie GolangTraining/code-in-process/49_cookies-sessions/02_get-cookie GolangTraining/code-in-process/49_cookies-sessions/03_sessions GolangTraining/code-in-process/49_cookies-sessions/04_sessions GolangTraining/code-in-process/49_cookies-sessions/05_sessions-HMAC/01 GolangTraining/code-in-process/49_cookies-sessions/05_sessions-HMAC/02 GolangTraining/code-in-process/49_cookies-sessions/06_sessions_GORILLA GolangTraining/code-in-process/49_cookies-sessions/07_cookies_show-visits GolangTraining/code-in-process/49_cookies-sessions/08_log-in-out GolangTraining/code-in-process/49_cookies-sessions/09_HTTPS-TLS GolangTraining/code-in-process/49_cookies-sessions/10_HTTPS-TLS GolangTraining/code-in-process/49_cookies-sessions/11_HTTPS-TLS GolangTraining/code-in-process/49_cookies-sessions/12_GORILLA_photo-blog GolangTraining/code-in-process/50_exif GolangTraining/code-in-process/51_appengine-introduction/01_hello-world GolangTraining/code-in-process/51_appengine-introduction/02_photo-blog_somewhat-crappy-code-FYI GolangTraining/code-in-process/51_appengine-introduction/03_google-maps-api GolangTraining/code-in-process/51_appengine-introduction/04_SERVICE_users GolangTraining/code-in-process/51_appengine-introduction/05_GORILLA_photo-blog GolangTraining/code-in-process/52_memcache/01_get-nil GolangTraining/code-in-process/52_memcache/02_set_get GolangTraining/code-in-process/52_memcache/03_expiration GolangTraining/code-in-process/52_memcache/04_increment GolangTraining/code-in-process/52_memcache/05_memcache-session/01i GolangTraining/code-in-process/52_memcache/05_memcache-session/02i GolangTraining/code-in-process/52_memcache/05_memcache-session/03i GolangTraining/code-in-process/52_memcache/05_memcache-session/04i GolangTraining/code-in-process/52_memcache/05_memcache-session/05i GolangTraining/code-in-process/53_datastore/00_appengine-documentation-example/01_with-modifications GolangTraining/code-in-process/53_datastore/00_appengine-documentation-example/02_as-in-documentation GolangTraining/code-in-process/53_datastore/00_appengine-documentation-example/03_no-favicon GolangTraining/code-in-process/53_datastore/00_appengine-documentation-example/04_no-favicon GolangTraining/code-in-process/53_datastore/01_partial-example_does-not-run GolangTraining/code-in-process/53_datastore/02/01_put GolangTraining/code-in-process/53_datastore/02/02 GolangTraining/code-in-process/53_datastore/02/03_get GolangTraining/code-in-process/53_datastore/02/04_query-filter GolangTraining/code-in-process/53_datastore/02/05_query-ancestor GolangTraining/code-in-process/53_datastore/03_users_datastore_exercise GolangTraining/code-in-process/53_datastore/04_julien-schmidt-router/01 GolangTraining/code-in-process/53_datastore/04_julien-schmidt-router/02-with-appengine GolangTraining/code-in-process/54_AJAX/02_users_datastore_exercise_AJAX GolangTraining/code-in-process/55_todo-list/01v_content-editable GolangTraining/code-in-process/55_todo-list/02v_input GolangTraining/code-in-process/56_twitter/02_ListenAndServe GolangTraining/code-in-process/56_twitter/03_error-handling GolangTraining/code-in-process/56_twitter/04_template_abstraction GolangTraining/code-in-process/56_twitter/05_document GolangTraining/code-in-process/56_twitter/06_document GolangTraining/code-in-process/56_twitter/07_app-engine GolangTraining/code-in-process/56_twitter/08_julien-schmidt GolangTraining/code-in-process/56_twitter/09_login-form GolangTraining/code-in-process/56_twitter/10_signup-form-validate/01v_form-validation GolangTraining/code-in-process/56_twitter/10_signup-form-validate/02v_datastore-put GolangTraining/code-in-process/56_twitter/11_HTTPS-TLS GolangTraining/code-in-process/56_twitter/12_error-handling GolangTraining/code-in-process/56_twitter/13_login_unfinished GolangTraining/code-in-process/56_twitter/14_code-review GolangTraining/code-in-process/56_twitter/15_memcache-home GolangTraining/code-in-process/56_twitter/16_abstract-memcache-code GolangTraining/code-in-process/56_twitter/17_memcache-templates GolangTraining/code-in-process/56_twitter/18_abstract-API-Model GolangTraining/code-in-process/56_twitter/18_abstract-API-Model/API GolangTraining/code-in-process/56_twitter/18_abstract-API-Model/Memcache GolangTraining/code-in-process/56_twitter/18_abstract-API-Model/Model GolangTraining/code-in-process/56_twitter/19_abstract-API-Model_AE-fix/API GolangTraining/code-in-process/56_twitter/19_abstract-API-Model_AE-fix/App GolangTraining/code-in-process/56_twitter/19_abstract-API-Model_AE-fix/Memcache GolangTraining/code-in-process/56_twitter/19_abstract-API-Model_AE-fix/Model GolangTraining/code-in-process/56_twitter/20_reverting_to_only_package-main GolangTraining/code-in-process/56_twitter/21_set-cookie_no-PATH GolangTraining/code-in-process/56_twitter/22_set-cookie_PATH GolangTraining/code-in-process/56_twitter/23_set-cookie-UUID GolangTraining/code-in-process/56_twitter/24_session GolangTraining/code-in-process/56_twitter/25_session-all-pages GolangTraining/code-in-process/56_twitter/26_login GolangTraining/code-in-process/56_twitter/27_logout GolangTraining/code-in-process/56_twitter/28_code-review GolangTraining/code-in-process/56_twitter/29_password-encryption GolangTraining/code-in-process/56_twitter/30_turn-off-memcache GolangTraining/code-in-process/56_twitter/31_modal-post-tweet GolangTraining/code-in-process/56_twitter/32_tweets GolangTraining/code-in-process/56_twitter/33_display-all-tweets GolangTraining/code-in-process/56_twitter/34_humanize GolangTraining/code-in-process/56_twitter/35_schmidt-params/01 GolangTraining/code-in-process/56_twitter/35_schmidt-params/02 GolangTraining/code-in-process/56_twitter/35_schmidt-params/03 GolangTraining/code-in-process/56_twitter/35_schmidt-params/04 GolangTraining/code-in-process/56_twitter/35_schmidt-params/05 GolangTraining/code-in-process/56_twitter/36_user-tweets GolangTraining/code-in-process/56_twitter/37_other-implementations/01_daniel GolangTraining/code-in-process/56_twitter/37_other-implementations/02_tommy GolangTraining/code-in-process/56_twitter/37_other-implementations/03_t GolangTraining/code-in-process/56_twitter/38_follow GolangTraining/code-in-process/56_twitter/39_unfollow GolangTraining/code-in-process/56_twitter/40_send-email GolangTraining/code-in-process/56_twitter/41_twitter-send-email GolangTraining/code-in-process/56_twitter/42_following GolangTraining/code-in-process/56_twitter/43_following-me GolangTraining/code-in-process/56_twitter/44_code-review GolangTraining/code-in-process/57_appengine-channel/01_basic GolangTraining/code-in-process/57_appengine-channel/02_chat-room GolangTraining/code-in-process/58_appengine-search GolangTraining/code-in-process/59_appengine-GCS-storage/01_NewWriter_PEM-auth GolangTraining/code-in-process/59_appengine-GCS-storage/02_NewWriter_JSON-auth GolangTraining/code-in-process/59_appengine-GCS-storage/03_put-get-list_JSON-auth GolangTraining/code-in-process/60_movie-website/01_search GolangTraining/code-in-process/60_movie-website/02_image-upload-GCS GolangTraining/code-in-process/61_http-giffy GolangTraining/code-in-process/62_self-destructing-message/01 GolangTraining/code-in-process/62_self-destructing-message/02_crypto/01_nonce GolangTraining/code-in-process/62_self-destructing-message/02_crypto/02_encrypt GolangTraining/code-in-process/62_self-destructing-message/02_crypto/03_decrypt GolangTraining/code-in-process/62_self-destructing-message/02_crypto/04_complete GolangTraining/code-in-process/63_GCS-filebrowser GolangTraining/code-in-process/64_csv-example/01 GolangTraining/code-in-process/64_csv-example/02 GolangTraining/code-in-process/65_accepting-credit-cards/01_basic-setup GolangTraining/code-in-process/65_accepting-credit-cards/02_customizing_UI GolangTraining/code-in-process/65_accepting-credit-cards/03_stripe-token GolangTraining/code-in-process/65_accepting-credit-cards/04_err-because-of-app-engine GolangTraining/code-in-process/65_accepting-credit-cards/05_charging GolangTraining/code-in-process/65_accepting-credit-cards/06_idempotent GolangTraining/code-in-process/65_accepting-credit-cards/07_complete GolangTraining/code-in-process/66_authentication_OAUTH/01_app-engine-auth_REVIEW GolangTraining/code-in-process/66_authentication_OAUTH/02_manual-auth/01_cookie_REVIEW GolangTraining/code-in-process/66_authentication_OAUTH/02_manual-auth/02_gorilla_REVIEW_photo-blog/01_simple GolangTraining/code-in-process/66_authentication_OAUTH/02_manual-auth/02_gorilla_REVIEW_photo-blog/02_photo-blog GolangTraining/code-in-process/66_authentication_OAUTH/02_manual-auth/03_memcache_REVIEW_twitter GolangTraining/code-in-process/66_authentication_OAUTH/02_manual-auth/04_bcrypt/01 GolangTraining/code-in-process/66_authentication_OAUTH/02_manual-auth/04_bcrypt/02 GolangTraining/code-in-process/66_authentication_OAUTH/03_oauth-github/01_authorization-code GolangTraining/code-in-process/66_authentication_OAUTH/03_oauth-github/02_access-token GolangTraining/code-in-process/66_authentication_OAUTH/03_oauth-github/03_url-ParseQuery GolangTraining/code-in-process/66_authentication_OAUTH/03_oauth-github/04_user-email GolangTraining/code-in-process/66_authentication_OAUTH/03_oauth-github/05_configuration_scheduled-tasks_cron GolangTraining/code-in-process/66_authentication_OAUTH/03_oauth-github/06-complete GolangTraining/code-in-process/66_authentication_OAUTH/05_oauth-google GolangTraining/code-in-process/66_authentication_OAUTH/08_oauth-dropbox GolangTraining/code-in-process/67_digital-ocean_aerospike/01_helloWorld GolangTraining/code-in-process/67_digital-ocean_aerospike/02_fullsite GolangTraining/code-in-process/67_digital-ocean_aerospike/03-aerospike GolangTraining/code-in-process/68_task-queue/01_delay GolangTraining/code-in-process/68_task-queue/02_delay-cron GolangTraining/code-in-process/68_task-queue/03_github GolangTraining/code-in-process/68_task-queue/04_github-goroutines GolangTraining/code-in-process/68_task-queue/05_github-cron GolangTraining/code-in-process/90_append-to-file/01-get-files GolangTraining/code-in-process/90_append-to-file/02-apply GolangTraining/code-in-process/97_temp/01 GolangTraining/code-in-process/97_temp/02 GolangTraining/code-in-process/98-good-student-code/daniel/Week10/dropbox-api GolangTraining/code-in-process/98-good-student-code/daniel/Week10/filebrowser GolangTraining/code-in-process/98-good-student-code/daniel/Week10/payment GolangTraining/code-in-process/98-good-student-code/daniel/Week7/Converter GolangTraining/code-in-process/98-good-student-code/daniel/Week7/Hello GolangTraining/code-in-process/98-good-student-code/daniel/Week7/Loops GolangTraining/code-in-process/98-good-student-code/daniel/Week7/capitalize GolangTraining/code-in-process/98-good-student-code/daniel/Week7/distanceConverter GolangTraining/code-in-process/98-good-student-code/daniel/Week7/findSmallest GolangTraining/code-in-process/98-good-student-code/daniel/Week7/monuments GolangTraining/code-in-process/98-good-student-code/daniel/Week7/my-cat GolangTraining/code-in-process/98-good-student-code/daniel/Week7/my-md5 GolangTraining/code-in-process/98-good-student-code/daniel/Week7/profileGenerator GolangTraining/code-in-process/98-good-student-code/daniel/Week7/rotate GolangTraining/code-in-process/98-good-student-code/daniel/Week7/wordCount GolangTraining/code-in-process/98-good-student-code/daniel/Week7/yahooFinantial GolangTraining/code-in-process/98-good-student-code/daniel/Week8/chatRoom GolangTraining/code-in-process/98-good-student-code/daniel/Week8/colors GolangTraining/code-in-process/98-good-student-code/daniel/Week8/csv-convert GolangTraining/code-in-process/98-good-student-code/daniel/Week8/customHttpServer GolangTraining/code-in-process/98-good-student-code/daniel/Week8/echoServer GolangTraining/code-in-process/98-good-student-code/daniel/Week8/firstAppEngine GolangTraining/code-in-process/98-good-student-code/daniel/Week8/firstTemplate GolangTraining/code-in-process/98-good-student-code/daniel/Week8/formExample GolangTraining/code-in-process/98-good-student-code/daniel/Week8/httpAnimals GolangTraining/code-in-process/98-good-student-code/daniel/Week8/json-example GolangTraining/code-in-process/98-good-student-code/daniel/Week8/photoBlog GolangTraining/code-in-process/98-good-student-code/daniel/Week8/profile GolangTraining/code-in-process/98-good-student-code/daniel/Week8/redisDatabase GolangTraining/code-in-process/98-good-student-code/daniel/Week8/secureHello GolangTraining/code-in-process/98-good-student-code/daniel/Week8/static-http GolangTraining/code-in-process/98-good-student-code/daniel/Week8/testExample GolangTraining/code-in-process/98-good-student-code/daniel/Week8/todolist GolangTraining/code-in-process/98-good-student-code/daniel/Week9/chat-example GolangTraining/code-in-process/98-good-student-code/daniel/Week9/movie-search GolangTraining/code-in-process/98-good-student-code/daniel/Week9/storageExample GolangTraining/code-in-process/99_svcc/01_string-to-html GolangTraining/code-in-process/99_svcc/02_os-args GolangTraining/code-in-process/99_svcc/03_text-template GolangTraining/code-in-process/99_svcc/04_pipeline GolangTraining/code-in-process/99_svcc/05_pipeline-range GolangTraining/code-in-process/99_svcc/06_pipeline-range-else GolangTraining/code-in-process/99_svcc/07_composition GolangTraining/code-in-process/99_svcc/08_composition-conditional GolangTraining/code-in-process/99_svcc/09_methods GolangTraining/code-in-process/99_svcc/10_xss GolangTraining/code-in-process/99_svcc/11_html-templates GolangTraining/code-in-process/99_svcc/12_parsefiles GolangTraining/code-in-process/99_svcc/13_ParseGlob GolangTraining/code-in-process/99_svcc/14_tcp_echo-server GolangTraining/code-in-process/99_svcc/15_tcp_echo-server GolangTraining/code-in-process/99_svcc/16_redis-clone_step-2 GolangTraining/code-in-process/99_svcc/17_redis-clone_step-5 GolangTraining/code-in-process/99_svcc/18_rot13 GolangTraining/code-in-process/99_svcc/19_DIY_http-server_request-line_headers GolangTraining/code-in-process/99_svcc/20_DIY_http-server_step-01 GolangTraining/code-in-process/99_svcc/21_DIY_http-server_step-02 GolangTraining/code-in-process/99_svcc/22_DIY_http-server_step-03 GolangTraining/code-in-process/99_svcc/23_DIY_http-server_step-04 GolangTraining/code-in-process/99_svcc/24_http-server_ServeMux GolangTraining/code-in-process/99_svcc/25_http-server_DefaultServeMux GolangTraining/code-in-process/99_svcc/26_serving-files_io-Copy GolangTraining/code-in-process/99_svcc/27_serving-files_ServeContent GolangTraining/code-in-process/99_svcc/28_serving-files_ServeFile GolangTraining/code-in-process/99_svcc/29_serving-files_FileServer GolangTraining/code-in-process/99_svcc/30_serving-files_FileServer GolangTraining/code-in-process/99_svcc/31_serving-files_FileServer GolangTraining/code-in-process/99_svcc/32_static-FileServer GolangTraining/code-in-process/99_svcc/33_set-cookie GolangTraining/code-in-process/99_svcc/34_get-cookie GolangTraining/code-in-process/99_svcc/35_favicon-bye-bye GolangTraining/code-in-process/99_svcc/36_sessions_cookie GolangTraining/code-in-process/99_svcc/37_sessions_cookie_log-in-out GolangTraining/code-in-process/99_svcc/38_HMAC/01 GolangTraining/code-in-process/99_svcc/38_HMAC/02 GolangTraining/code-in-process/99_svcc/38_HMAC/03 GolangTraining/code-in-process/99_svcc/39_AES-encrypt-decrypt GolangTraining/code-in-process/99_svcc/40_sessions_GORILLA GolangTraining/code-in-process/99_svcc/41_sessions_GORILLA_log-in-out GolangTraining/code-in-process/99_svcc/42_JSON GolangTraining/code-in-process/99_svcc/43_sessions_GORILLA_JSON GolangTraining/code-in-process/99_svcc/44_file-paths GolangTraining/code-in-process/99_svcc/45_sessions_GORILLA_photo-blog GolangTraining/code-in-process/99_svcc/46_HTTPS-TLS GolangTraining/exercises/13_exercise-solutions/01_hello-world GolangTraining/exercises/13_exercise-solutions/02_hello-NAME GolangTraining/exercises/13_exercise-solutions/03_hello-user-input GolangTraining/exercises/13_exercise-solutions/04_user-enters-numbers GolangTraining/exercises/13_exercise-solutions/05_even-numbers GolangTraining/exercises/13_exercise-solutions/06_fizzBuzz GolangTraining/exercises/13_exercise-solutions/07_threeFive GolangTraining/exercises/13_exercise-solutions/08_just-fyi/03_utf GolangTraining/exercises/16_exercise-solutions/01_half/01 GolangTraining/exercises/16_exercise-solutions/01_half/02 GolangTraining/exercises/16_exercise-solutions/02_func-expression GolangTraining/exercises/16_exercise-solutions/03_variadic-greatest GolangTraining/exercises/16_exercise-solutions/04_bool-expression GolangTraining/exercises/16_exercise-solutions/05_params-and-args GolangWebDev/000/02-TCP/02_understanding-TCP-servers/01_write GolangWebDev/000/02-TCP/02_understanding-TCP-servers/02_read GolangWebDev/000/02-TCP/02_understanding-TCP-servers/03_read-write GolangWebDev/000/02-TCP/02_understanding-TCP-servers/04_read-write-setDeadline GolangWebDev/000/02-TCP/02_understanding-TCP-servers/05_dial-read GolangWebDev/000/02-TCP/02_understanding-TCP-servers/06_dial-write GolangWebDev/000/02-TCP/02_understanding-TCP-servers/07_tcp-apps/01_rot13 GolangWebDev/000/02-TCP/02_understanding-TCP-servers/07_tcp-apps/02_memory-database GolangWebDev/000/02-TCP/03_building-a-tcp-server-for-http/01 GolangWebDev/000/02-TCP/03_building-a-tcp-server-for-http/03_solution GolangWebDev/000/02-TCP/03_building-a-tcp-server-for-http/05_solution GolangWebDev/000/029_cookies/01_set_get GolangWebDev/000/029_cookies/02_multiple GolangWebDev/000/029_cookies/04_solution GolangWebDev/000/029_cookies/05_maxage GolangWebDev/000/029_cookies/06_path/01 GolangWebDev/000/029_cookies/06_path/02 GolangWebDev/000/029_cookies/06_path/03_templates/01 GolangWebDev/000/029_cookies/06_path/03_templates/02 GolangWebDev/000/030_sessions/01_uuid GolangWebDev/000/030_sessions/02_session GolangWebDev/000/030_sessions/03_signup GolangWebDev/000/030_sessions/04_bcrypt GolangWebDev/000/030_sessions/05_login GolangWebDev/000/030_sessions/06_logout GolangWebDev/000/030_sessions/07_permissions GolangWebDev/000/030_sessions/08_expire-session GolangWebDev/000/030_sessions/09_middleware GolangWebDev/000/030_sessions/10_temp GolangWebDev/000/031_aws/01_hello GolangWebDev/000/031_aws/02_hands-on/02_solution GolangWebDev/000/032_rdbms/01_connect GolangWebDev/000/032_rdbms/02_SQL GolangWebDev/000/033_aws-scaling/02_load-balancer GolangWebDev/000/033_aws-scaling/03_ami GolangWebDev/000/033_aws-scaling/04_hands-on/02_solution GolangWebDev/000/034_photo-blog/01_starting GolangWebDev/000/034_photo-blog/02_cookie GolangWebDev/000/034_photo-blog/03_store-values GolangWebDev/000/034_photo-blog/04_upload-pictures GolangWebDev/000/034_photo-blog/05_display-pictures GolangWebDev/000/035_hmac/01 GolangWebDev/000/035_hmac/02 GolangWebDev/000/036_base64/01 GolangWebDev/000/036_base64/02 GolangWebDev/000/036_base64/03 GolangWebDev/000/038_context/01 GolangWebDev/000/038_context/02 GolangWebDev/000/038_context/03 GolangWebDev/000/038_context/04 GolangWebDev/000/038_context/05 GolangWebDev/000/039_https/01 GolangWebDev/000/039_https/02 GolangWebDev/000/040_json/01 GolangWebDev/000/040_json/06_unmarshal GolangWebDev/000/040_json/07_unmarshal GolangWebDev/000/040_json/08_unmarshal_tags GolangWebDev/000/040_json/09_string GolangWebDev/000/040_json/10_int GolangWebDev/000/040_json/11_bool GolangWebDev/000/040_json/12_null GolangWebDev/000/040_json/13_marshal GolangWebDev/000/040_json/14_marshal GolangWebDev/000/040_json/15_marshal GolangWebDev/000/040_json/17_solution GolangWebDev/000/041_ajax/02/01 GolangWebDev/000/041_ajax/02/02 GolangWebDev/000/041_ajax/03 GolangWebDev/000/042_mongodb/01_julienschmidt-router GolangWebDev/000/042_mongodb/02_json GolangWebDev/000/042_mongodb/02_json/models GolangWebDev/000/042_mongodb/03_post-delete GolangWebDev/000/042_mongodb/03_post-delete/models GolangWebDev/000/042_mongodb/04_controllers GolangWebDev/000/042_mongodb/04_controllers/controllers GolangWebDev/000/042_mongodb/04_controllers/models GolangWebDev/000/042_mongodb/05_mongodb/01_update-user-controller GolangWebDev/000/042_mongodb/05_mongodb/01_update-user-controller/controllers GolangWebDev/000/042_mongodb/05_mongodb/01_update-user-controller/models GolangWebDev/000/042_mongodb/05_mongodb/02_update-user-model GolangWebDev/000/042_mongodb/05_mongodb/02_update-user-model/controllers GolangWebDev/000/042_mongodb/05_mongodb/02_update-user-model/models GolangWebDev/000/042_mongodb/05_mongodb/03_update-user-controllers-post GolangWebDev/000/042_mongodb/05_mongodb/03_update-user-controllers-post/controllers GolangWebDev/000/042_mongodb/05_mongodb/03_update-user-controllers-post/models GolangWebDev/000/042_mongodb/05_mongodb/04_update-user-controllers-get GolangWebDev/000/042_mongodb/05_mongodb/04_update-user-controllers-get/controllers GolangWebDev/000/042_mongodb/05_mongodb/04_update-user-controllers-get/models GolangWebDev/000/042_mongodb/05_mongodb/05_update-user-controllers-delete GolangWebDev/000/042_mongodb/05_mongodb/05_update-user-controllers-delete/controllers GolangWebDev/000/042_mongodb/05_mongodb/05_update-user-controllers-delete/models GolangWebDev/000/042_mongodb/06_hands-on/starting-code GolangWebDev/000/042_mongodb/06_hands-on/starting-code/controllers GolangWebDev/000/042_mongodb/06_hands-on/starting-code/models GolangWebDev/000/042_mongodb/07_solution GolangWebDev/000/042_mongodb/07_solution/controllers GolangWebDev/000/042_mongodb/07_solution/models GolangWebDev/000/042_mongodb/09_solution GolangWebDev/000/042_mongodb/09_solution/controllers GolangWebDev/000/042_mongodb/09_solution/models GolangWebDev/000/042_mongodb/10_hands-on/starting-code GolangWebDev/000/042_mongodb/11_solution GolangWebDev/000/042_mongodb/11_solution/controllers GolangWebDev/000/042_mongodb/11_solution/models GolangWebDev/000/042_mongodb/11_solution/session GolangWebDev/000/044_postgres/16_go-postgres GolangWebDev/000/044_postgres/17_select GolangWebDev/000/044_postgres/18_routing GolangWebDev/000/044_postgres/19_where-clause GolangWebDev/000/044_postgres/20_insert GolangWebDev/000/044_postgres/21_update GolangWebDev/000/044_postgres/22_delete GolangWebDev/000/045-code-organization/01_one-package GolangWebDev/000/045-code-organization/02_two-packages GolangWebDev/000/045-code-organization/02_two-packages/models GolangWebDev/000/045-code-organization/03_multiple-packages GolangWebDev/000/045-code-organization/03_multiple-packages/books GolangWebDev/000/045-code-organization/03_multiple-packages/config GolangWebDev/000/046_mongodb/15_postgres GolangWebDev/000/046_mongodb/15_postgres/books GolangWebDev/000/046_mongodb/15_postgres/config GolangWebDev/000/046_mongodb/16_go-mongo GolangWebDev/000/046_mongodb/16_go-mongo/books GolangWebDev/000/046_mongodb/16_go-mongo/config GolangWebDev/000/047_google-cloud/01_hello-world/01 GolangWebDev/000/047_google-cloud/01_hello-world/02 GolangWebDev/000/047_google-cloud/02_hello-user GolangWebDev/000/047_google-cloud/03_user GolangWebDev/000/048_memcache/01_get-nil GolangWebDev/000/048_memcache/02_set_get GolangWebDev/000/048_memcache/03_expiration GolangWebDev/000/048_memcache/04_increment GolangWebDev/000/048_memcache/06_solution/01 GolangWebDev/000/048_memcache/06_solution/02_refactor GolangWebDev/000/049_datastore/02_put_NewKey_string GolangWebDev/000/049_datastore/03_get_NewKey_string GolangWebDev/000/049_datastore/04_get_NewKey_int64 GolangWebDev/000/049_datastore/05_put_NewIncompleteKey GolangWebDev/000/049_datastore/06_put_get_doc-example GolangWebDev/000/049_datastore/07_put_get_doc-example GolangWebDev/000/049_datastore/08_query-iterator GolangWebDev/000/049_datastore/09_put_NewKey_string_parent/01 GolangWebDev/000/049_datastore/09_put_NewKey_string_parent/02_html-select GolangWebDev/000/049_datastore/09_put_NewKey_string_parent/03 GolangWebDev/000/049_datastore/10_query-iterator_ancestor GolangWebDev/000/050_cloud-storage/03_put-file GolangWebDev/000/050_cloud-storage/04_get-file GolangWebDev/000/050_cloud-storage/05_media-link GolangWebDev/000/050_cloud-storage/06_display-img/01 GolangWebDev/000/050_cloud-storage/06_display-img/02_medialink GolangWebDev/000/050_cloud-storage/07_list-files GolangWebDev/000/050_cloud-storage/08_object-attributes GolangWebDev/000/050_cloud-storage/09_query-maxresults GolangWebDev/000/050_cloud-storage/10_query-maxresults_next GolangWebDev/000/050_cloud-storage/11_query-prefix GolangWebDev/000/050_cloud-storage/12_query-delimeter/01 GolangWebDev/000/050_cloud-storage/12_query-delimeter/02 GolangWebDev/000/050_cloud-storage/13_query-prefix-delimeter/01 GolangWebDev/000/050_cloud-storage/13_query-prefix-delimeter/02 GolangWebDev/000/050_cloud-storage/13_query-prefix-delimeter/03 GolangWebDev/000/050_cloud-storage/13_query-prefix-delimeter/04 GolangWebDev/000/050_cloud-storage/13_query-prefix-delimeter/05_recursive GolangWebDev/000/050_cloud-storage/14_acl/02_allusers_rolereader GolangWebDev/000/050_cloud-storage/14_acl/03_default GolangWebDev/000/050_cloud-storage/14_acl/04_permission-to-gmail-account GolangWebDev/000/050_cloud-storage/15_file-browser/01_create-files GolangWebDev/000/050_cloud-storage/15_file-browser/02_browse GolangWebDev/000/050_cloud-storage/16_gcs-example GolangWebDev/000/050_cloud-storage/17_challenge/01_helpful-starting-code GolangWebDev/000/050_cloud-storage/17_challenge/02_solutions/01_one-solution GolangWebDev/000/999_old-code/00_temp/xx02_users_datastore_schmidt-router GolangWebDev/000/999_old-code/00_temp/xx03_entry-checker_challenge/02_solution/01_without-json GolangWebDev/000/999_old-code/00_temp/xx03_entry-checker_challenge/02_solution/02_with-json GolangWebDev/000/999_old-code/00_temp/xx04_todo-list GolangWebDev/000/999_old-code/046_appengine-guestbook/01_users GolangWebDev/000/999_old-code/046_appengine-guestbook/02_form GolangWebDev/000/999_old-code/046_appengine-guestbook/03_datastore GolangWebDev/000/999_old-code/047_cookie_memcache_datastore/02_solution GolangWebDev/000/999_old-code/048_photo-blog_cookie_memcache_datastore/02_solution GolangWebDev/000/999_old-code/049_cookie_memcache_datastore_url/02_solution GolangWebDev/000/999_old-code/050_photo-blog_cookie_memcache_datastore_url/01_challenge GolangWebDev/000/999_old-code/050_photo-blog_cookie_memcache_datastore_url/02_solution GolangWebDev/000/999_old-code/052_photo-blog_cookie_memcache_gcs/02_solution GolangWebDev/000/999_old-code/055_http-giffy GolangWebDev/000/999_old-code/056_self-destructing-message/01 GolangWebDev/000/999_old-code/056_self-destructing-message/02_crypto/01_nonce GolangWebDev/000/999_old-code/056_self-destructing-message/02_crypto/02_encrypt GolangWebDev/000/999_old-code/056_self-destructing-message/02_crypto/03_decrypt GolangWebDev/000/999_old-code/056_self-destructing-message/02_crypto/04_complete GolangWebDev/000/999_old-code/057_csv-example/01 GolangWebDev/000/999_old-code/057_csv-example/02 GolangWebDev/000/999_old-code/058_appengine-search GolangWebDev/000/999_old-code/059_movie-website_TODO/01_search GolangWebDev/000/999_old-code/059_movie-website_TODO/02_image-upload-GCS GolangWebDev/000/999_old-code/060_twitter/02_ListenAndServe GolangWebDev/000/999_old-code/060_twitter/03_error-handling GolangWebDev/000/999_old-code/060_twitter/04_template_abstraction GolangWebDev/000/999_old-code/060_twitter/05_document GolangWebDev/000/999_old-code/060_twitter/06_document GolangWebDev/000/999_old-code/060_twitter/07_app-engine GolangWebDev/000/999_old-code/060_twitter/08_julien-schmidt GolangWebDev/000/999_old-code/060_twitter/09_login-form GolangWebDev/000/999_old-code/060_twitter/10_signup-form-validate/01v_form-validation GolangWebDev/000/999_old-code/060_twitter/10_signup-form-validate/02v_datastore-put GolangWebDev/000/999_old-code/060_twitter/11_HTTPS-TLS GolangWebDev/000/999_old-code/060_twitter/12_error-handling GolangWebDev/000/999_old-code/060_twitter/13_login_unfinished GolangWebDev/000/999_old-code/060_twitter/14_code-review GolangWebDev/000/999_old-code/060_twitter/15_memcache-home GolangWebDev/000/999_old-code/060_twitter/16_abstract-memcache-code GolangWebDev/000/999_old-code/060_twitter/17_memcache-templates GolangWebDev/000/999_old-code/060_twitter/18_abstract-API-Model GolangWebDev/000/999_old-code/060_twitter/18_abstract-API-Model/API GolangWebDev/000/999_old-code/060_twitter/18_abstract-API-Model/Memcache GolangWebDev/000/999_old-code/060_twitter/18_abstract-API-Model/Model GolangWebDev/000/999_old-code/060_twitter/19_abstract-API-Model_AE-fix/API GolangWebDev/000/999_old-code/060_twitter/19_abstract-API-Model_AE-fix/App GolangWebDev/000/999_old-code/060_twitter/19_abstract-API-Model_AE-fix/Memcache GolangWebDev/000/999_old-code/060_twitter/19_abstract-API-Model_AE-fix/Model GolangWebDev/000/999_old-code/060_twitter/20_reverting_to_only_package-main GolangWebDev/000/999_old-code/060_twitter/21_set-cookie_no-PATH GolangWebDev/000/999_old-code/060_twitter/22_set-cookie_PATH GolangWebDev/000/999_old-code/060_twitter/23_set-cookie-UUID GolangWebDev/000/999_old-code/060_twitter/24_session GolangWebDev/000/999_old-code/060_twitter/25_session-all-pages GolangWebDev/000/999_old-code/060_twitter/26_login GolangWebDev/000/999_old-code/060_twitter/27_logout GolangWebDev/000/999_old-code/060_twitter/28_code-review GolangWebDev/000/999_old-code/060_twitter/29_password-encryption GolangWebDev/000/999_old-code/060_twitter/30_turn-off-memcache GolangWebDev/000/999_old-code/060_twitter/31_modal-post-tweet GolangWebDev/000/999_old-code/060_twitter/32_tweets GolangWebDev/000/999_old-code/060_twitter/33_display-all-tweets GolangWebDev/000/999_old-code/060_twitter/34_humanize GolangWebDev/000/999_old-code/060_twitter/35_schmidt-params/01 GolangWebDev/000/999_old-code/060_twitter/35_schmidt-params/02 GolangWebDev/000/999_old-code/060_twitter/35_schmidt-params/03 GolangWebDev/000/999_old-code/060_twitter/35_schmidt-params/04 GolangWebDev/000/999_old-code/060_twitter/35_schmidt-params/05 GolangWebDev/000/999_old-code/060_twitter/36_user-tweets GolangWebDev/000/999_old-code/060_twitter/37_other-implementations/01_daniel GolangWebDev/000/999_old-code/060_twitter/37_other-implementations/02_tommy GolangWebDev/000/999_old-code/060_twitter/37_other-implementations/03_t GolangWebDev/000/999_old-code/060_twitter/38_follow GolangWebDev/000/999_old-code/060_twitter/39_unfollow GolangWebDev/000/999_old-code/060_twitter/40_send-email GolangWebDev/000/999_old-code/060_twitter/41_twitter-send-email GolangWebDev/000/999_old-code/060_twitter/42_following GolangWebDev/000/999_old-code/060_twitter/43_following-me GolangWebDev/000/999_old-code/060_twitter/44_code-review GolangWebDev/000/999_old-code/888_json_add/01 GolangWebDev/000/999_old-code/888_json_add/02 GolangWebDev/000/999_old-code/888_json_add/03 GolangWebDev/000/999_old-code/888_json_add/04 GolangWebDev/000/999_old-code/888_json_add/05 GolangWebDev/000/999_old-code/888_json_add/06 GolangWebDev/000/999_old-code/888_json_add/07 GolangWebDev/000/999_old-code/888_json_add/08 GolangWebDev/000/999_old-code/888_json_add/09 GolangWebDev/000/999_old-code/888_json_add/10 GolangWebDev/000/999_old-code/888_json_add/11 GolangWebDev/000/999_old-code/888_json_add/12 GolangWebDev/000/999_old-code/888_json_add/13 GolangWebDev/000/999_old-code/888_json_add/14 GolangWebDev/000/999_old-code/888_json_add/15 GolangWebDev/000/999_old-code/888_json_add/15_exercise_csv-to-JSON/01 GolangWebDev/000/999_old-code/888_json_add/15_exercise_csv-to-JSON/02 GolangWebDev/000/999_old-code/888_json_add/16 GolangWebDev/000/999_old-code/888_json_add/17 GolangWebDev/000/999_old-code/999_useful/01_file-renamer GolangWebDev/000/999_old-code/999_useful/02_crawler/01_http-get GolangWebDev/000/999_old-code/999_useful/02_crawler/02_parse-nodes GolangWebDev/000/999_old-code/999_useful/02_crawler/03_abstract GolangWebDev/000/999_old-code/999_useful/02_crawler/04_recursion GolangWebDev/000/999_old-code/999_useful/02_crawler/05_only-anchor-elements GolangWebDev/000/999_old-code/999_useful/02_crawler/06_anchor-urls GolangWebDev/000/999_old-code/999_useful/058_appengine-search GolangWebDev/000/999_old-code/999_useful/57_appengine-channel/01_basic GolangWebDev/000/999_old-code/999_useful/57_appengine-channel/02_chat-room GolangWebDev/000/xx045_photo-blog/01_hands-on/starting-files GolangWebDev/000/xx045_photo-blog/02_solution/01 GolangWebDev/000/xx045_photo-blog/02_solution/02 GolangWebDev/000/xx045_photo-blog/02_solution/02/controllers GolangWebDev/000/xx045_photo-blog/02_solution/03/packages/controllers GolangWebDev/000/xx045_photo-blog/02_solution/03/packages/errors GolangWebDev/000/xx045_photo-blog/02_solution/03/packages/memcache GolangWebDev/000/xx045_photo-blog/02_solution/03/project GolangWebDev/000/xx045_photo-blog/xx02_solution GolangWebDev/000_prereq/01 GolangWebDev/000_temp/01_rand GolangWebDev/000_temp/02_hello GolangWebDev/000_temp/03_christmas GolangWebDev/000_temp/04_tcp-sample GolangWebDev/000_temp/05_tcp-sample GolangWebDev/000_temp/07_time GolangWebDev/000_temp/10_review-tcp/01 GolangWebDev/000_temp/10_review-tcp/02 GolangWebDev/000_temp/10_review-tcp/03 GolangWebDev/000_temp/10_review-tcp/04 GolangWebDev/000_temp/10_review-tcp/05 GolangWebDev/000_temp/10_review-tcp/06 GolangWebDev/000_temp/10_review-tcp/07 GolangWebDev/000_temp/11_review-tcp/01 GolangWebDev/000_temp/11_review-tcp/02 GolangWebDev/000_temp/11_review-tcp/03 GolangWebDev/000_temp/12_go-fundamentals-review/01 GolangWebDev/000_temp/13_template-must GolangWebDev/000_temp/14_nested-templates/01 GolangWebDev/000_temp/15_tcp-server/01 GolangWebDev/000_temp/15_tcp-server/02 GolangWebDev/000_temp/15_tcp-server/03 GolangWebDev/000_temp/16_svcc/00 GolangWebDev/000_temp/16_svcc/01 GolangWebDev/000_temp/16_svcc/02 GolangWebDev/000_temp/16_svcc/03 GolangWebDev/000_temp/16_svcc/04 GolangWebDev/000_temp/16_svcc/05 GolangWebDev/000_temp/17_hands-on GolangWebDev/000_temp/18_svcc-sat/00 GolangWebDev/000_temp/18_svcc-sat/01 GolangWebDev/000_temp/18_svcc-sat/02 GolangWebDev/000_temp/18_svcc-sat/03 GolangWebDev/000_temp/18_svcc-sat/04 GolangWebDev/000_temp/19_listen-and-serve GolangWebDev/000_temp/20_url-values GolangWebDev/000_temp/21_set-header GolangWebDev/000_temp/22_handson GolangWebDev/000_temp/23_use-DefaultServeMux GolangWebDev/000_temp/24_handson_HandleFunc GolangWebDev/000_temp/25_template-New GolangWebDev/000_temp/26_bufio-NewScanner/01 GolangWebDev/000_temp/26_bufio-NewScanner/02 GolangWebDev/000_temp/26_bufio-NewScanner/03 GolangWebDev/000_temp/27_review-exercise/01 GolangWebDev/000_temp/27_review-exercise/02 GolangWebDev/000_temp/28_exercise GolangWebDev/000_temp/29_exercise-NICE GolangWebDev/000_temp/30_default-servemux GolangWebDev/000_temp/31_chaining GolangWebDev/000_temp/32_servefile GolangWebDev/000_temp/33_stripprefix GolangWebDev/000_temp/34_test/01 GolangWebDev/000_temp/34_test/01/calc GolangWebDev/000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/01_unit/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/02_coverage/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/business_demo/src GolangWebDev/000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/business_demo/src/poms GolangWebDev/000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/business_demo/src/poms/ctrl GolangWebDev/000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/business_demo/src/poms/model GolangWebDev/000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/business_demo/src/services/orgStructureService GolangWebDev/000_temp/34_test/go-testing-applications/1-go-testing-applications-m1-exercise-files/business_demo/src/services/vendorService GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/01_cli/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/02_skip_short_and_verbose/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/03_parallel/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/04_custom_runner/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/05_table_driven/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/06_business_unit_test/src GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/06_business_unit_test/src/poms GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/06_business_unit_test/src/poms/ctrl GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/06_business_unit_test/src/poms/model GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/06_business_unit_test/src/services/orgStructureService GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/06_business_unit_test/src/services/vendorService GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/07_business_mocks/src GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/07_business_mocks/src/poms GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/07_business_mocks/src/poms/ctrl GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/07_business_mocks/src/poms/model GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/07_business_mocks/src/services/orgStructureService GolangWebDev/000_temp/34_test/go-testing-applications/2-go-testing-applications-m2-exercise-files/07_business_mocks/src/services/vendorService GolangWebDev/000_temp/34_test/go-testing-applications/3-go-testing-applications-m3-exercise-files/01_business/src GolangWebDev/000_temp/34_test/go-testing-applications/3-go-testing-applications-m3-exercise-files/01_business/src/poms GolangWebDev/000_temp/34_test/go-testing-applications/3-go-testing-applications-m3-exercise-files/01_business/src/poms/ctrl GolangWebDev/000_temp/34_test/go-testing-applications/3-go-testing-applications-m3-exercise-files/01_business/src/poms/model GolangWebDev/000_temp/34_test/go-testing-applications/3-go-testing-applications-m3-exercise-files/01_business/src/services/orgStructureService GolangWebDev/000_temp/34_test/go-testing-applications/3-go-testing-applications-m3-exercise-files/01_business/src/services/vendorService GolangWebDev/000_temp/34_test/go-testing-applications/3-go-testing-applications-m3-exercise-files/02_heat_map/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/4-go-testing-applications-m4-exercise-files/01_Value/src GolangWebDev/000_temp/34_test/go-testing-applications/4-go-testing-applications-m4-exercise-files/02_Check/src GolangWebDev/000_temp/34_test/go-testing-applications/4-go-testing-applications-m4-exercise-files/02_Check/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/4-go-testing-applications-m4-exercise-files/03_CheckEqual/src GolangWebDev/000_temp/34_test/go-testing-applications/4-go-testing-applications-m4-exercise-files/03_CheckEqual/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/4-go-testing-applications-m4-exercise-files/04_Generator/src GolangWebDev/000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/1_benchmark_standalone/src GolangWebDev/000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/1_benchmark_standalone/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/2_benchmark/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/3_timers/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/4_parallelism/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/5_reportallocs/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/6_business/src GolangWebDev/000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/6_business/src/poms GolangWebDev/000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/6_business/src/poms/ctrl GolangWebDev/000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/6_business/src/poms/model GolangWebDev/000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/6_business/src/services/orgStructureService GolangWebDev/000_temp/34_test/go-testing-applications/5-go-testing-applications-m5-exercise-files/6_business/src/services/vendorService GolangWebDev/000_temp/34_test/go-testing-applications/6-go-testing-applications-m6-exercise-files/src GolangWebDev/000_temp/34_test/go-testing-applications/6-go-testing-applications-m6-exercise-files/src/pack GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/1_initial/src GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/1_initial/src/poms GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/1_initial/src/poms/ctrl GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/1_initial/src/poms/model GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/1_initial/src/services/orgStructureService GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/1_initial/src/services/vendorService GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/2_Server/src GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/2_Server/src/poms GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/2_Server/src/poms/ctrl GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/2_Server/src/poms/model GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/2_Server/src/services/orgStructureService GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/2_Server/src/services/vendorService GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/3_ResponseRecorder_a/src GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/3_ResponseRecorder_a/src/poms GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/3_ResponseRecorder_a/src/poms/ctrl GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/3_ResponseRecorder_a/src/poms/model GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/3_ResponseRecorder_a/src/services/orgStructureService GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/3_ResponseRecorder_a/src/services/vendorService GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/4_ResponseRecorder_b/src GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/4_ResponseRecorder_b/src/poms GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/4_ResponseRecorder_b/src/poms/ctrl GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/4_ResponseRecorder_b/src/poms/model GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/4_ResponseRecorder_b/src/services/orgStructureService GolangWebDev/000_temp/34_test/go-testing-applications/7-go-testing-applications-m7-exercise-files/4_ResponseRecorder_b/src/services/vendorService GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/01_standalone_cpu/src GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/01_standalone_cpu/src/poms GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/01_standalone_cpu/src/poms/ctrl GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/01_standalone_cpu/src/poms/model GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/01_standalone_cpu/src/profiles GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/01_standalone_cpu/src/services/orgStructureService GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/01_standalone_cpu/src/services/vendorService GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/02_standalone_heap/src GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/02_standalone_heap/src/poms GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/02_standalone_heap/src/poms/ctrl GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/02_standalone_heap/src/poms/model GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/02_standalone_heap/src/profiles GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/02_standalone_heap/src/services/orgStructureService GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/02_standalone_heap/src/services/vendorService GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/03_standalone_goroutines/src GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/03_standalone_goroutines/src/poms GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/03_standalone_goroutines/src/poms/ctrl GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/03_standalone_goroutines/src/poms/model GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/03_standalone_goroutines/src/profiles GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/03_standalone_goroutines/src/services/orgStructureService GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/03_standalone_goroutines/src/services/vendorService GolangWebDev/000_temp/34_test/go-testing-applications/8-go-testing-applications-m8-exercise-files/04_tests/src/pack GolangWebDev/000_temp/35_intro-to-go/00_ GolangWebDev/000_temp/35_intro-to-go/01 GolangWebDev/000_temp/36_packages/icomefromalaska GolangWebDev/000_temp/36_packages/main GolangWebDev/000_temp/36_packages/stringutil GolangWebDev/000_temp/37_tcp-mux/01 GolangWebDev/000_temp/37_tcp-mux/02 GolangWebDev/000_temp/37_tcp-mux/03 GolangWebDev/000_temp/38_code-school/01-chat GolangWebDev/000_temp/38_code-school/02-chat GolangWebDev/000_temp/38_code-school/03-time GolangWebDev/000_temp/39_basic/01 GolangWebDev/000_temp/39_basic/02 GolangWebDev/000_temp/40_time GolangWebDev/000_temp/41_class/01_web-server GolangWebDev/000_temp/41_class/02_composition GolangWebDev/000_temp/42_class/01 GolangWebDev/000_temp/42_class/03 GolangWebDev/000_temp/42_class/04 GolangWebDev/000_temp/42_class/05 GolangWebDev/000_temp/42_class/06 GolangWebDev/000_temp/42_class/07 GolangWebDev/000_temp/43_multipart GolangWebDev/000_temp/44_class/01_redirect GolangWebDev/000_temp/44_class/02_cookie GolangWebDev/000_temp/44_class/03_uuid GolangWebDev/000_temp/44_class/04_session GolangWebDev/000_temp/44_class/05_cookie-nil GolangWebDev/000_temp/44_class/06_user-password GolangWebDev/000_temp/44_class/07_hands-on_login/starting-code GolangWebDev/000_temp/44_class/08_bcrypt GolangWebDev/000_temp/44_class/09 GolangWebDev/000_temp/44_class/10_hello-world GolangWebDev/000_temp/44_class/11_hello-world GolangWebDev/000_temp/44_class/12_interface GolangWebDev/000_temp/44_class/13_interface GolangWebDev/000_temp/44_class/13_interface/cache GolangWebDev/000_temp/44_class/13_interface/cmd GolangWebDev/000_temp/44_class/13_interface/memcache GolangWebDev/000_temp/44_class/14_data-structure GolangWebDev/000_temp/44_class/15 GolangWebDev/000_temp/45_pagination GolangWebDev/000_temp/46_sp17/01 GolangWebDev/000_temp/46_sp17/02 GolangWebDev/000_temp/46_sp17/03_handle_handler_handlefunc/01_handle GolangWebDev/000_temp/46_sp17/03_handle_handler_handlefunc/02_handlefunc GolangWebDev/000_temp/46_sp17/03_handle_handler_handlefunc/03_handlerfunc GolangWebDev/000_temp/46_sp17/04 GolangWebDev/000_temp/46_sp17/05 GolangWebDev/000_temp/46_sp17/06 GolangWebDev/000_temp/46_sp17/07_bond GolangWebDev/000_temp/46_sp17/08_notfound-notfoundhandler GolangWebDev/000_temp/46_sp17/09_fundamentals/01 GolangWebDev/000_temp/46_sp17/09_fundamentals/02 GolangWebDev/000_temp/46_sp17/09_fundamentals/03 GolangWebDev/000_temp/46_sp17/10_cli-input GolangWebDev/000_temp/46_sp17/11 GolangWebDev/000_temp/46_sp17/12 GolangWebDev/000_temp/46_sp17/13 GolangWebDev/000_temp/46_sp17/14 GolangWebDev/000_temp/46_sp17/15 GolangWebDev/000_temp/46_sp17/16 GolangWebDev/000_temp/46_sp17/17 GolangWebDev/000_temp/46_sp17/18 GolangWebDev/000_temp/46_sp17/19 GolangWebDev/000_temp/46_sp17/20-string-int GolangWebDev/000_temp/46_sp17/21-struct-slice-map GolangWebDev/000_temp/46_sp17/22 GolangWebDev/000_temp/46_sp17/23 GolangWebDev/000_temp/46_sp17/24_ParseGlob GolangWebDev/000_temp/46_sp17/25 GolangWebDev/000_temp/46_sp17/26 GolangWebDev/000_temp/46_sp17/27 GolangWebDev/000_temp/46_sp17/28 GolangWebDev/000_temp/46_sp17/29_ServeFile GolangWebDev/000_temp/46_sp17/30_fileserver GolangWebDev/000_temp/46_sp17/31_fileserver-strip-prefix GolangWebDev/000_temp/46_sp17/32_fileserver-strip-prefix GolangWebDev/000_temp/46_sp17/33_fileserver GolangWebDev/000_temp/46_sp17/34_ServeFile GolangWebDev/000_temp/46_sp17/35_ServeFile GolangWebDev/000_temp/46_sp17/36_ServeFile GolangWebDev/000_temp/46_sp17/37_FileServer GolangWebDev/000_temp/46_sp17/38_template GolangWebDev/000_temp/46_sp17/39_template-vars GolangWebDev/000_temp/46_sp17/40_NotFoundHandler GolangWebDev/000_temp/46_sp17/42_cookie/01 GolangWebDev/000_temp/46_sp17/42_cookie/02 GolangWebDev/000_temp/46_sp17/43_cookie GolangWebDev/000_temp/46_sp17/44_map GolangWebDev/000_temp/46_sp17/45_session/01_cookie GolangWebDev/000_temp/46_sp17/45_session/02_session GolangWebDev/000_temp/46_sp17/45_session/03_signup GolangWebDev/000_temp/46_sp17/46_cookie GolangWebDev/000_temp/46_sp17/47_JSON GolangWebDev/000_temp/46_sp17/48_json/01_marshal GolangWebDev/000_temp/46_sp17/48_json/02_unmarshal GolangWebDev/000_temp/46_sp17/48_json/03_tags GolangWebDev/000_temp/46_sp17/48_json/04_encode GolangWebDev/000_temp/46_sp17/48_json/05_decode GolangWebDev/000_temp/46_sp17/48_json/06_cookie GolangWebDev/000_temp/46_sp17/49_multiple-redirects GolangWebDev/000_temp/46_sp17/50_mongo GolangWebDev/000_temp/46_sp17/51_question/01 GolangWebDev/000_temp/46_sp17/51_question/02 GolangWebDev/000_temp/46_sp17/52-review/01 GolangWebDev/000_temp/46_sp17/52-review/02 GolangWebDev/000_temp/46_sp17/52-review/03 GolangWebDev/000_temp/46_sp17/52-review/04 GolangWebDev/000_temp/46_sp17/52-review/05 GolangWebDev/000_temp/46_sp17/52-review/06 GolangWebDev/000_temp/46_sp17/52-review/07 GolangWebDev/000_temp/46_sp17/52-review/08 GolangWebDev/000_temp/46_sp17/52-review/09 GolangWebDev/000_temp/47_ajax/01 GolangWebDev/000_temp/48_gmail GolangWebDev/000_temp/49_interfaces GolangWebDev/000_temp/49_interfaces/species GolangWebDev/000_temp/50_disney/01 GolangWebDev/000_temp/50_disney/02 GolangWebDev/000_temp/50_disney/03 GolangWebDev/000_temp/50_disney/04 GolangWebDev/000_temp/50_disney/05_to-illustrate-not-working GolangWebDev/000_temp/50_disney/06 GolangWebDev/000_temp/50_disney/07 GolangWebDev/000_temp/50_disney/08 GolangWebDev/000_temp/51_bcrypt GolangWebDev/000_temp/52-race-condition/01 GolangWebDev/000_temp/52-race-condition/02 GolangWebDev/000_temp/52-race-condition/03_race GolangWebDev/000_temp/52-race-condition/04_mutex GolangWebDev/000_temp/52-race-condition/05_atomic GolangWebDev/000_temp/52-race-condition/06_chan-pre-lecture GolangWebDev/000_temp/53-hello-world GolangWebDev/000_temp/53_chan GolangWebDev/000_temp/54-paradise-html-css/01_html-css GolangWebDev/000_temp/55-website GolangWebDev/000_temp/56_SVCC-17/01a GolangWebDev/000_temp/56_SVCC-17/01b GolangWebDev/000_temp/56_SVCC-17/01c GolangWebDev/000_temp/56_SVCC-17/01d GolangWebDev/000_temp/56_SVCC-17/02a GolangWebDev/000_temp/56_SVCC-17/02b GolangWebDev/000_temp/56_SVCC-17/02c GolangWebDev/000_temp/56_SVCC-17/02d GolangWebDev/000_temp/56_SVCC-17/03a GolangWebDev/000_temp/56_SVCC-17/03b GolangWebDev/000_temp/56_SVCC-17/03c GolangWebDev/000_temp/56_SVCC-17/03d GolangWebDev/000_temp/56_SVCC-17/04a GolangWebDev/000_temp/56_SVCC-17/04b GolangWebDev/000_temp/56_SVCC-17/04c GolangWebDev/000_temp/56_SVCC-17/04d GolangWebDev/000_temp/56_SVCC-17/05a GolangWebDev/000_temp/56_SVCC-17/05b GolangWebDev/000_temp/56_SVCC-17/05c GolangWebDev/000_temp/56_SVCC-17/05d GolangWebDev/000_temp/56_SVCC-17/06a GolangWebDev/000_temp/56_SVCC-17/06b GolangWebDev/000_temp/56_SVCC-17/06c GolangWebDev/000_temp/56_SVCC-17/07-concurrency GolangWebDev/000_temp/57-form/01 GolangWebDev/000_temp/57-form/02 GolangWebDev/000_temp/58-simple GolangWebDev/000_temp/59-html-form GolangWebDev/000_temp/60-redirect GolangWebDev/000_temp/61-assertion GolangWebDev/000_temp/62-kelowna/00-prep/01 GolangWebDev/000_temp/62-kelowna/00-prep/02 GolangWebDev/000_temp/62-kelowna/01-present/01 GolangWebDev/000_temp/62-kelowna/01-present/02 GolangWebDev/000_temp/62-kelowna/01-present/03 GolangWebDev/01-Templates/010_hands-on/01_hands-on/starting-code GolangWebDev/01-Templates/010_hands-on/02_solution GolangWebDev/01-Templates/010_hands-on/04_solution/01 GolangWebDev/01-Templates/010_hands-on/04_solution/02 GolangWebDev/01-Templates/010_hands-on/04_solution/03 GolangWebDev/01-Templates/010_hands-on/06_solution/01 GolangWebDev/01-Templates/010_hands-on/06_solution/02 GolangWebDev/01-Templates/010_hands-on/08_solution/01 GolangWebDev/01-Templates/010_hands-on/10_solution GolangWebDev/01-Templates/013_xss/01_text-template_no-escaping GolangWebDev/01-Templates/013_xss/02_html-template_escaping GolangWebDev/01-Templates/01_string-to-html/01_stdout GolangWebDev/01-Templates/01_string-to-html/02_file GolangWebDev/01-Templates/01_string-to-html/03_os-Args GolangWebDev/01-Templates/02_parse_execute/01_stdout GolangWebDev/01-Templates/02_parse_execute/02_file GolangWebDev/01-Templates/02_parse_execute/03_ParseFiles GolangWebDev/01-Templates/02_parse_execute/04_ParseGlob GolangWebDev/01-Templates/02_parse_execute/05_performant-parsing_func-init GolangWebDev/01-Templates/03_data/01 GolangWebDev/01-Templates/03_data/02_variables GolangWebDev/01-Templates/04_data-structures/01_slice/01 GolangWebDev/01-Templates/04_data-structures/01_slice/02_variable GolangWebDev/01-Templates/04_data-structures/02_map/01 GolangWebDev/01-Templates/04_data-structures/02_map/02_variable GolangWebDev/01-Templates/04_data-structures/02_map/03_no-order GolangWebDev/01-Templates/04_data-structures/03_struct/01 GolangWebDev/01-Templates/04_data-structures/03_struct/02_variable GolangWebDev/01-Templates/04_data-structures/04_slice-struct GolangWebDev/01-Templates/04_data-structures/05_struct-slice-struct/01 GolangWebDev/01-Templates/04_data-structures/05_struct-slice-struct/02_refactored GolangWebDev/01-Templates/05_func/01_func GolangWebDev/01-Templates/05_func/02_date-formatting GolangWebDev/01-Templates/05_func/03_pipeline GolangWebDev/01-Templates/05_func/04_pipeline GolangWebDev/01-Templates/05_func/05_predefined-global-functions/01_index/01 GolangWebDev/01-Templates/05_func/05_predefined-global-functions/01_index/02 GolangWebDev/01-Templates/05_func/05_predefined-global-functions/02_and GolangWebDev/01-Templates/05_func/05_predefined-global-functions/03_comparison GolangWebDev/01-Templates/06_nested-templates/01_nested-templates GolangWebDev/01-Templates/06_nested-templates/02_data-to-template GolangWebDev/01-Templates/06_nested-templates/03_define-template GolangWebDev/01-Templates/06_nested-templates/04_preview GolangWebDev/01-Templates/07_composition-and-methods/01 GolangWebDev/01-Templates/07_composition-and-methods/02 GolangWebDev/01-Templates/07_composition-and-methods/03 GolangWebDev/01-Templates/07_composition-and-methods/04_method GolangWebDev/03-HTTP/01_net-http/01_Handler GolangWebDev/03-HTTP/01_net-http/02_listenAndServe GolangWebDev/03-HTTP/01_net-http/03_Request/01_ParseForm_Form GolangWebDev/03-HTTP/01_net-http/03_Request/02_Method GolangWebDev/03-HTTP/01_net-http/03_Request/03_URL GolangWebDev/03-HTTP/01_net-http/03_Request/04_Header GolangWebDev/03-HTTP/01_net-http/03_Request/05_Host_ContentLength GolangWebDev/03-HTTP/01_net-http/04_ResponseWriter GolangWebDev/03-HTTP/02_net-http-ServeMux/01_routing GolangWebDev/03-HTTP/02_net-http-ServeMux/02_NewServeMux GolangWebDev/03-HTTP/02_net-http-ServeMux/03_DefaultServeMux GolangWebDev/03-HTTP/02_net-http-ServeMux/04_HandleFunc GolangWebDev/03-HTTP/02_net-http-ServeMux/05_HandlerFunc GolangWebDev/03-HTTP/03_third-party-serveMux GolangWebDev/03-HTTP/04_hands-on/01/02_solution GolangWebDev/03-HTTP/04_hands-on/01/04_solution GolangWebDev/03-HTTP/04_hands-on/01/06_solution GolangWebDev/03-HTTP/04_hands-on/02/02_solution GolangWebDev/03-HTTP/04_hands-on/02/04_solution GolangWebDev/03-HTTP/04_hands-on/02/06_solution GolangWebDev/03-HTTP/04_hands-on/02/08_solution GolangWebDev/03-HTTP/04_hands-on/02/10_solution GolangWebDev/03-HTTP/04_hands-on/02/12_solution GolangWebDev/03-HTTP/04_hands-on/02/14_solution GolangWebDev/03-HTTP/04_hands-on/02/16_solution GolangWebDev/03-HTTP/04_hands-on/02/18_solution GolangWebDev/04-Serving-Files/01_serving-files/01_not-serving/01 GolangWebDev/04-Serving-Files/01_serving-files/01_not-serving/02 GolangWebDev/04-Serving-Files/01_serving-files/02_serving/01_io-Copy GolangWebDev/04-Serving-Files/01_serving-files/02_serving/02_ServeContent GolangWebDev/04-Serving-Files/01_serving-files/02_serving/03_ServeFile GolangWebDev/04-Serving-Files/01_serving-files/02_serving/04_FileServer/01 GolangWebDev/04-Serving-Files/01_serving-files/02_serving/04_FileServer/02 GolangWebDev/04-Serving-Files/01_serving-files/02_serving/04_FileServer/03 GolangWebDev/04-Serving-Files/01_serving-files/02_serving/04_FileServer/04_static GolangWebDev/04-Serving-Files/02_hands-on/02_solution GolangWebDev/04-Serving-Files/02_hands-on/04_solution GolangWebDev/04-Serving-Files/02_hands-on/06_solution GolangWebDev/04-Serving-Files/02_hands-on/08_solution GolangWebDev/04-Serving-Files/02_hands-on/10_solution GolangWebDev/04-Serving-Files/02_hands-on/11_hands-on/starting-files GolangWebDev/04-Serving-Files/02_hands-on/12_solution GolangWebDev/04-Serving-Files/03_NotFoundHandler/01 GolangWebDev/04-Serving-Files/03_NotFoundHandler/02 GolangWebDev/05-Deploy01/026_appengine-deploy/01 GolangWebDev/05-Deploy01/026_appengine-deploy/02 GolangWebDev/06-passing-data/01_url GolangWebDev/06-passing-data/02_form-post GolangWebDev/06-passing-data/03_form-get GolangWebDev/06-passing-data/04_form GolangWebDev/06-passing-data/05_form-file/01_read GolangWebDev/06-passing-data/05_form-file/02_store GolangWebDev/06-passing-data/06_enctype/01_default GolangWebDev/06-passing-data/06_enctype/02_multipart GolangWebDev/06-passing-data/06_enctype/03_text GolangWebDev/07-redirect/01_303_SeeOther GolangWebDev/07-redirect/02_307_TemporaryRedirect GolangWebDev/07-redirect/03_301_MovedPermanently GolangWebDev/07-redirect/04_WriteHeader GolangWebDev/11-docker/06_hello-go lib misc HTTP gifs/lissajous iota json oop sqlite term/hide-cursor term/input Click to show internal directories. Click to hide internal directories.