From f5ddf1a557ec00be51fb2608303e65f9256f8d8d Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 15 Dec 2024 23:53:06 +0300 Subject: Auto-commit 2024-12-15 --- .../posts/2024-12-15-conditional-operator-go/index.md | 2 +- .../posts/2024-12-15-conditional-operator-go/ternary.png | Bin 0 -> 3881 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 content/posts/2024-12-15-conditional-operator-go/ternary.png (limited to 'content') 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 90e25db..eeeff04 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="" +image="ternary.png" +++ Хотите немного ~~наркомании~~ сахара для 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 new file mode 100644 index 0000000..f6b69d6 Binary files /dev/null and b/content/posts/2024-12-15-conditional-operator-go/ternary.png differ -- cgit v1.2.3