aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2024-12-15-conditional-operator-go/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2024-12-15-conditional-operator-go/index.md')
-rw-r--r--content/posts/2024-12-15-conditional-operator-go/index.md6
1 files changed, 4 insertions, 2 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 5275348..a409ecf 100644
--- a/content/posts/2024-12-15-conditional-operator-go/index.md
+++ b/content/posts/2024-12-15-conditional-operator-go/index.md
@@ -25,6 +25,8 @@ func If[T any](condition bool, thn T, els T) T {
[Плейграунд чтобы потыкать](https://go.dev/play/p/sBDnPGHce8I)
-Будет настроение — добавлю в свою либку https://neonxp.ru/go/extra , а пока, как-то так держите.
+Будет настроение — добавлю в свою либку https://neonxp.ru/go/extra , а пока,
+как-то так держите.
-**Не стоит** использовать в реальном коде. Я лично не вижу никакого оправдания для использования, кроме как покекать. \ No newline at end of file
+**Не стоит** использовать в реальном коде. Я лично не вижу никакого оправдания
+для использования, кроме как покекать. \ No newline at end of file