From f598d4cb9a83cfc4410a04b6a7ee59f3b46017a0 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 20 Dec 2024 01:27:13 +0300 Subject: Auto-commit 2024-12-20 --- .../posts/2024-12-15-conditional-operator-go/index.md | 2 +- .../posts/2024-12-15-conditional-operator-go/ternary.png | Bin 3881 -> 0 bytes .../2024-12-15-conditional-operator-go/ternary.webp | Bin 0 -> 7408 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 content/posts/2024-12-15-conditional-operator-go/ternary.png create mode 100644 content/posts/2024-12-15-conditional-operator-go/ternary.webp (limited to 'content/posts/2024-12-15-conditional-operator-go') diff --git a/content/posts/2024-12-15-conditional-operator-go/index.md b/content/posts/2024-12-15-conditional-operator-go/index.md index eeeff04..5275348 100644 --- a/content/posts/2024-12-15-conditional-operator-go/index.md +++ b/content/posts/2024-12-15-conditional-operator-go/index.md @@ -5,7 +5,7 @@ date = 2024-12-15T23:47:08+03:00 categories = [ "Без рубрики" ] tags = [ "IT", "Go" ] location = "Казань" -image="ternary.png" +image="ternary.webp" +++ Хотите немного ~~наркомании~~ сахара для Go? diff --git a/content/posts/2024-12-15-conditional-operator-go/ternary.png b/content/posts/2024-12-15-conditional-operator-go/ternary.png deleted file mode 100644 index f6b69d6..0000000 Binary files a/content/posts/2024-12-15-conditional-operator-go/ternary.png and /dev/null differ diff --git a/content/posts/2024-12-15-conditional-operator-go/ternary.webp b/content/posts/2024-12-15-conditional-operator-go/ternary.webp new file mode 100644 index 0000000..5eeea58 Binary files /dev/null and b/content/posts/2024-12-15-conditional-operator-go/ternary.webp differ -- cgit v1.2.3