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