diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2025-01-02 23:16:38 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2025-01-02 23:16:38 +0300 |
commit | 940af50d96e9a7916674d237dec53738ab776103 (patch) | |
tree | 8309097577c27913d094edfbe60d880da968e680 /content/posts/2024-12-15-conditional-operator-go | |
parent | bd7ba4fe06dcf39ef0219d51e40b38da80fdefcd (diff) |
Auto-commit 2025-01-02
Diffstat (limited to 'content/posts/2024-12-15-conditional-operator-go')
-rw-r--r-- | content/posts/2024-12-15-conditional-operator-go/index.md | 23 |
1 files changed, 14 insertions, 9 deletions
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 a409ecf..0636616 100644 --- a/content/posts/2024-12-15-conditional-operator-go/index.md +++ b/content/posts/2024-12-15-conditional-operator-go/index.md @@ -1,12 +1,17 @@ -+++ -title = "Тернарник в Go" -description = "" -date = 2024-12-15T23:47:08+03:00 -categories = [ "Без рубрики" ] -tags = [ "IT", "Go" ] -location = "Казань" -image="ternary.webp" -+++ +--- +categories: +- Без рубрики +date: "2024-12-15T23:47:08+03:00" +description: "" +image: ternary.webp +location: Казань +tags: +- IT +- Go +title: Тернарник в Go +--- + +# Тернарник в Go Хотите немного ~~наркомании~~ сахара для Go? |