diff --git a/images/A_concurrency_pipeline_1_generate_dummy_files.png b/images/A_concurrency_pipeline_1_generate_dummy_files.png index fcd7c5c1d..114316486 100644 Binary files a/images/A_concurrency_pipeline_1_generate_dummy_files.png and b/images/A_concurrency_pipeline_1_generate_dummy_files.png differ diff --git a/images/A_concurrency_pipeline_2_rename_sequentially.png b/images/A_concurrency_pipeline_2_rename_sequentially.png index 1b1c5db00..978a6fdeb 100644 Binary files a/images/A_concurrency_pipeline_2_rename_sequentially.png and b/images/A_concurrency_pipeline_2_rename_sequentially.png differ diff --git a/images/A_concurrency_pipeline_3_rename_concurrently.png b/images/A_concurrency_pipeline_3_rename_concurrently.png index 2af2ed246..68038f7e4 100644 Binary files a/images/A_concurrency_pipeline_3_rename_concurrently.png and b/images/A_concurrency_pipeline_3_rename_concurrently.png differ diff --git a/images/A_generics_1.png b/images/A_generics_1.png index 02347071b..2848fa574 100644 Binary files a/images/A_generics_1.png and b/images/A_generics_1.png differ diff --git a/images/A_generics_2.png b/images/A_generics_2.png index 7a55bf648..10d1189d7 100644 Binary files a/images/A_generics_2.png and b/images/A_generics_2.png differ diff --git a/images/A_generics_3.png b/images/A_generics_3.png index a51530598..8113c1ab0 100644 Binary files a/images/A_generics_3.png and b/images/A_generics_3.png differ diff --git a/images/A_generics_4.png b/images/A_generics_4.png index 6d9bd94b0..1f899462b 100644 Binary files a/images/A_generics_4.png and b/images/A_generics_4.png differ diff --git a/images/A_go_command_1_go_run.png b/images/A_go_command_1_go_run.png index 8cd4c705d..9e83b59d3 100644 Binary files a/images/A_go_command_1_go_run.png and b/images/A_go_command_1_go_run.png differ diff --git a/images/A_go_command_3_go_test.png b/images/A_go_command_3_go_test.png index 97f523fe6..2b0faa604 100644 Binary files a/images/A_go_command_3_go_test.png and b/images/A_go_command_3_go_test.png differ diff --git a/images/A_go_command_4_go_build.png b/images/A_go_command_4_go_build.png index ca5f83974..55b94b647 100644 Binary files a/images/A_go_command_4_go_build.png and b/images/A_go_command_4_go_build.png differ diff --git a/images/A_go_command_6_go_get.png b/images/A_go_command_6_go_get.png index 1c851791c..83079e78d 100644 Binary files a/images/A_go_command_6_go_get.png and b/images/A_go_command_6_go_get.png differ diff --git a/images/A_go_modules_1_initmodule.png b/images/A_go_modules_1_initmodule.png index a6f0c95ad..22927f968 100644 Binary files a/images/A_go_modules_1_initmodule.png and b/images/A_go_modules_1_initmodule.png differ diff --git a/images/A_go_vendoring_1_vendor.png b/images/A_go_vendoring_1_vendor.png index 5487dc666..8871a170e 100644 Binary files a/images/A_go_vendoring_1_vendor.png and b/images/A_go_vendoring_1_vendor.png differ diff --git a/images/A_hello_world_1_init_project.png b/images/A_hello_world_1_init_project.png index 4f123019f..a305d23ba 100644 Binary files a/images/A_hello_world_1_init_project.png and b/images/A_hello_world_1_init_project.png differ diff --git a/images/A_hello_world_2_load_project_to_editor.png b/images/A_hello_world_2_load_project_to_editor.png index 109027ed2..e7fa6e1c0 100644 Binary files a/images/A_hello_world_2_load_project_to_editor.png and b/images/A_hello_world_2_load_project_to_editor.png differ diff --git a/images/A_hello_world_3_new_file_on_editor.png b/images/A_hello_world_3_new_file_on_editor.png index 33836cdc4..b8dc43318 100644 Binary files a/images/A_hello_world_3_new_file_on_editor.png and b/images/A_hello_world_3_new_file_on_editor.png differ diff --git a/images/A_hello_world_4_execute_hello_world.png b/images/A_hello_world_4_execute_hello_world.png index 1b352b0a8..1f1a7c443 100644 Binary files a/images/A_hello_world_4_execute_hello_world.png and b/images/A_hello_world_4_execute_hello_world.png differ diff --git a/images/A_instalasi_editor_2_vscode_go_extension.png b/images/A_instalasi_editor_2_vscode_go_extension.png index 6574eeae7..5717e41cb 100644 Binary files a/images/A_instalasi_editor_2_vscode_go_extension.png and b/images/A_instalasi_editor_2_vscode_go_extension.png differ diff --git a/images/A_instalasi_editor_3_vscode_editorconfig_extension.png b/images/A_instalasi_editor_3_vscode_editorconfig_extension.png index 2a61fda5a..75e30a533 100644 Binary files a/images/A_instalasi_editor_3_vscode_editorconfig_extension.png and b/images/A_instalasi_editor_3_vscode_editorconfig_extension.png differ diff --git a/images/A_pipeline_context_cancellation_1_concurrent_without_cancellation.png b/images/A_pipeline_context_cancellation_1_concurrent_without_cancellation.png index 5685338eb..1d442a785 100644 Binary files a/images/A_pipeline_context_cancellation_1_concurrent_without_cancellation.png and b/images/A_pipeline_context_cancellation_1_concurrent_without_cancellation.png differ diff --git a/images/A_pipeline_context_cancellation_2_context_timeout.png b/images/A_pipeline_context_cancellation_2_context_timeout.png index ff2f6a2f9..4a070e67c 100644 Binary files a/images/A_pipeline_context_cancellation_2_context_timeout.png and b/images/A_pipeline_context_cancellation_2_context_timeout.png differ diff --git a/images/A_properti_public_private_1_folder_structure.png b/images/A_properti_public_private_1_folder_structure.png index 21f6f440a..93993874b 100644 Binary files a/images/A_properti_public_private_1_folder_structure.png and b/images/A_properti_public_private_1_folder_structure.png differ diff --git a/images/A_properti_public_private_5_structure.png b/images/A_properti_public_private_5_structure.png index 543898e30..08068614f 100644 Binary files a/images/A_properti_public_private_5_structure.png and b/images/A_properti_public_private_5_structure.png differ diff --git a/images/A_random_1.png b/images/A_random_1.png index 853d5e21f..c103f1643 100644 Binary files a/images/A_random_1.png and b/images/A_random_1.png differ diff --git a/images/A_random_2.png b/images/A_random_2.png index 313073740..a3fb3b6dd 100644 Binary files a/images/A_random_2.png and b/images/A_random_2.png differ diff --git a/images/A_simplified_fan_in_fan_out_pipeline_1_generate_dummy_files_sequentially.png b/images/A_simplified_fan_in_fan_out_pipeline_1_generate_dummy_files_sequentially.png index 16849ec05..db997730d 100644 Binary files a/images/A_simplified_fan_in_fan_out_pipeline_1_generate_dummy_files_sequentially.png and b/images/A_simplified_fan_in_fan_out_pipeline_1_generate_dummy_files_sequentially.png differ diff --git a/images/A_simplified_fan_in_fan_out_pipeline_2_benchmark.png b/images/A_simplified_fan_in_fan_out_pipeline_2_benchmark.png index 03ad47b90..96438b225 100644 Binary files a/images/A_simplified_fan_in_fan_out_pipeline_2_benchmark.png and b/images/A_simplified_fan_in_fan_out_pipeline_2_benchmark.png differ diff --git a/images/A_simplified_fan_in_fan_out_pipeline_3_concurrent.png b/images/A_simplified_fan_in_fan_out_pipeline_3_concurrent.png index 5685338eb..e0082d2f0 100644 Binary files a/images/A_simplified_fan_in_fan_out_pipeline_3_concurrent.png and b/images/A_simplified_fan_in_fan_out_pipeline_3_concurrent.png differ diff --git a/images/A_sync_once_1_simple.png b/images/A_sync_once_1_simple.png index 04708843b..9a2958b35 100644 Binary files a/images/A_sync_once_1_simple.png and b/images/A_sync_once_1_simple.png differ diff --git a/images/A_sync_once_2_nillable_pointer.png b/images/A_sync_once_2_nillable_pointer.png index 47c435e32..443f34b9c 100644 Binary files a/images/A_sync_once_2_nillable_pointer.png and b/images/A_sync_once_2_nillable_pointer.png differ diff --git a/images/A_sync_once_3_init_pointer_var.png b/images/A_sync_once_3_init_pointer_var.png index 93db351b6..3b51f40c8 100644 Binary files a/images/A_sync_once_3_init_pointer_var.png and b/images/A_sync_once_3_init_pointer_var.png differ diff --git a/images/A_time_duration_1.png b/images/A_time_duration_1.png index 18dbc87d8..52af7fc98 100644 Binary files a/images/A_time_duration_1.png and b/images/A_time_duration_1.png differ diff --git a/images/A_web_service_2_test_api_users.png b/images/A_web_service_2_test_api_users.png index 7166309ad..9d43845b1 100644 Binary files a/images/A_web_service_2_test_api_users.png and b/images/A_web_service_2_test_api_users.png differ diff --git a/images/A_web_service_3_test_api_user.png b/images/A_web_service_3_test_api_user.png index 6233df621..d27c0f396 100644 Binary files a/images/A_web_service_3_test_api_user.png and b/images/A_web_service_3_test_api_user.png differ diff --git a/images/A_web_service_4.png b/images/A_web_service_4.png index 8da0ab33a..6f68dfce9 100644 Binary files a/images/A_web_service_4.png and b/images/A_web_service_4.png differ diff --git a/images/C_best_practice_configuration_env_var_1_run.png b/images/C_best_practice_configuration_env_var_1_run.png index 9fbf1745d..a0c78927c 100644 Binary files a/images/C_best_practice_configuration_env_var_1_run.png and b/images/C_best_practice_configuration_env_var_1_run.png differ diff --git a/images/C_dockerize_golang_1_start_hello_world.png b/images/C_dockerize_golang_1_start_hello_world.png index 559443fa0..085b7daf4 100644 Binary files a/images/C_dockerize_golang_1_start_hello_world.png and b/images/C_dockerize_golang_1_start_hello_world.png differ diff --git a/images/C_dockerize_golang_2_build_image.png b/images/C_dockerize_golang_2_build_image.png index 5482a009f..335379fad 100644 Binary files a/images/C_dockerize_golang_2_build_image.png and b/images/C_dockerize_golang_2_build_image.png differ diff --git a/images/C_dockerize_golang_3_create_container.png b/images/C_dockerize_golang_3_create_container.png index 4037a726d..b4664a48d 100644 Binary files a/images/C_dockerize_golang_3_create_container.png and b/images/C_dockerize_golang_3_create_container.png differ diff --git a/images/C_dockerize_golang_4_start_container.png b/images/C_dockerize_golang_4_start_container.png index 163b6f4c9..8597029ee 100644 Binary files a/images/C_dockerize_golang_4_start_container.png and b/images/C_dockerize_golang_4_start_container.png differ diff --git a/images/C_redis_1.png b/images/C_redis_1.png index 4dca4ffc4..14440b60f 100644 Binary files a/images/C_redis_1.png and b/images/C_redis_1.png differ diff --git a/images/C_redis_2.png b/images/C_redis_2.png index d716d032e..01764d03a 100644 Binary files a/images/C_redis_2.png and b/images/C_redis_2.png differ diff --git a/images/C_singleflight_1.png b/images/C_singleflight_1.png index 4fc101bf3..091f315e6 100644 Binary files a/images/C_singleflight_1.png and b/images/C_singleflight_1.png differ diff --git a/images/C_singleflight_2.png b/images/C_singleflight_2.png index 19f0c1541..e09c22ba3 100644 Binary files a/images/C_singleflight_2.png and b/images/C_singleflight_2.png differ diff --git a/images/C_singleflight_3.png b/images/C_singleflight_3.png index 20f387910..d8984af79 100644 Binary files a/images/C_singleflight_3.png and b/images/C_singleflight_3.png differ diff --git a/images/D_insert_1mil_csv_record_into_db_in_a_minute_1_preview.png b/images/D_insert_1mil_csv_record_into_db_in_a_minute_1_preview.png index df2a994be..7c03782e0 100644 Binary files a/images/D_insert_1mil_csv_record_into_db_in_a_minute_1_preview.png and b/images/D_insert_1mil_csv_record_into_db_in_a_minute_1_preview.png differ diff --git a/images/banner.png b/images/banner.png index d811cad9d..c913d2b00 100644 Binary files a/images/banner.png and b/images/banner.png differ diff --git a/images/cover_fb_share.jpg b/images/cover_fb_share.jpg index 1dab23780..858b03435 100644 Binary files a/images/cover_fb_share.jpg and b/images/cover_fb_share.jpg differ