Directories ¶ Show internal Expand all Path Synopsis CH001_VARIABLES 001_Learn_Go/assignment command 002_Basic_Types/assignment command 003_Short_Variable_Declaration/assignment command 004_Why_Go/assignment command 005_Comments/assignment command 006_Compiling_Code/assignment command 008_Type_Sizes/assignment command 011_Statically_Typed/assignment command 014_Same_Line_Declarations/assignment command 017_Constants/assignment command 018_Computed_Constants/assignment command 020_Formatting_Strings/assignment command 021_Runes_String_Encoding/assignment command 0C1_Fix_More_Bugs/assignment command 0C2_Fix_types/assignment command 0C3_Type_Inference/assignment command 0C4_Format_Practice/assignment command CH002_CONDITIONALS 001_Conditionals/assignment command 004_Switch/assignment command 0C1_Calculate_Balance/assignment command CH003_FUNCTIONS 001_Functions/assignment command 003_Unit_Test_Lessons/assignment command 007_Passing_Variables_by_Value/assignment command 008_Ignoring_Return_Values/assignment command 009_Named_Return_Values/assignment command 012_Explicit_Returns/assignment command 015_Functions_as_values/assignment command 016_Anonymous_Functions/assignment command 017_Defer/assignment command 018_Block_Scope/assignment command 0C1_Billing_System/assignment command 0C2_Processing_Orders/assignment command 0C3_Closures/assignment command CH004_STRUCTS 001_Structs_in_Go/assignment command 002_Nested_structs_in_Go/assignment command 005_Embedded_Structs/assignment command 006_Struct_methods_in_Go/assignment command 007_Memory_Layout/assignment command 0C1_Update_users/assignment command 0C2_Send_Message/assignment command CH005_INTERFACES 001_Interfaces_in_Go/assignment command 002_Interface_Implementation/assignment command 007_Multiple_Interfaces/assignment command 010_Type_assertions_in_Go/assignment command 011_Type_Switches/assignment command 0C1_Message_Formatter/assignment command 0C2_Process_Notifications/assignment command CH006_ERRORS 001_The_Error_Interface/assignment command 002_Formatting_strings_review/assignment command 003_The_Error_Interface/assignment command 006_The_Errors_Package/assignment command 0C1_User_Input/assignment command CH007_LOOPS 001_Loops_in_Go/assignment command 002_Omitting_conditions_from_a_for_loop_in_Go/assignment command 003_There_is_no_while_loop_in_Go/assignment command 004_Fizzbuzz/assignment command 005_Continue_and_Break/assignment command 0C1_Connections/assignment command CH008_SLICES 001_Arrays_in_Go/assignment command 002_Slices_in_Go/assignment command 006_Make/assignment command 010_Variadic/assignment command 011_Append/assignment command 012_Slice_of_slices/assignment command 016_Range/assignment command 0C1_Message_Filter/assignment command 0C2_Password_Strength/assignment command 0C3_Mailio/assignment command 0C4_Print_Reports/assignment command 0C5_Message_tagger/assignment command 0C6_Currying/assignment command CH009_MAPS 001_Maps/assignment command 002_Mutations/assignment command 005_Count_Instances/assignment command 010_Nested/assignment command 0C1_Distinct_Words/assignment command 0C2_Suggested_Friends/assignment command 0C3_Log_and_Delete/assignment command CH010_POINTERS 001_Introduction_to_Pointers/assignment command 002_References/assignment command 003_Pass_by_Reference/assignment command 004_Pointers_check/assignment command 006_Nil_Pointers/assignment command after code correction after code correction 008_Pointer_Reciver_Code/assignment command 0C1_Update_Balance/assignment command CH012_CHANNELS 001_Concurrency/assignment command 002_Channels/assignment command 003_Channels/assignment command 004_Buffered_Channels/assignment command 005_Closing_channels_in_Go/assignment command 006_Range/assignment command 007_Select/assignment command 008_Select_Default_Case/assignment command 0C1_Ping_Pong/assignment command 0C2_Process_Messages/assignment command CH013_MUTEXES 001_Mutexes_in_Go/assignment command 005_RW_Mutex/assignment command CH014_GENERICS 001_Generics_in_Go/assignment command 005_Constraints/assignment command 007_Parametric_Constraints/assignment command CH015_ENUMS 001_Lack_of_Enums/assignment command 003_Iota/assignment command Click to show internal directories. Click to hide internal directories.