Directories ¶ Show internal Expand all Path Synopsis go 000_hello_world 001_packages 002_imports 003_exported_names 004_functions 005_functions_parameters_shared_type 006_function_multiple_return_types 007_function_named_return_values 008_variables 009_variables_with_initializers 010_variables_short_declarations 011_variable_basic_types 012_variable_zero_values 013_type_convertion 015_constants 016_numerica_constants 017_for_loop 018_for_loop_init_post_stmts_optionals 019_for_is_go_while 020_for_forever 021_if_statement 022_if_with_short_statement 023_if_and_else_stmts 024_loops_functions 025_switch 026_switch_evaluation_order 027_switch_without_condition 028_defer 029_stacking_defer 030_pointers 031_structures 032_structures_accessing_fields 033_pointers_to_structs 034_struct_literal 035_arrays 036_slices 037_slices_reference_to_array 038_slice_literals 039_slice_defaults 041_nil_slices 044_appending_to_a_slice 045_range 046_range_continue 047_slice_picture_exercise 048_maps 049_map_literals 052_map_exercise_word_count 054_function_values 055_function_closures 056_fibonacci_closure 057_methods 058_methods_are_functions 059_methods_on_non-struct_types 063_interfaces 065_nil_interface_values 066_empty_interface 067_type_assertions basics/001_command_line_arguments basics/004_while_loop basics/005_range_loop basics/006_reading_file basics/008_slices_and_array basics/010_embedded_structs Click to show internal directories. Click to hide internal directories.