aboutsummaryrefslogtreecommitdiff
path: root/content/go/extra.md
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 01:21:22 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 01:21:22 +0300
commita79499018bed35bab05f888ce0103b37655e2852 (patch)
treed182886009aeafffb247a68ff425c740b3cb6a31 /content/go/extra.md
parent418eac8c0b978089644f48e27a0fbdd20e18ac91 (diff)
Auto-commit 2024-12-11
Diffstat (limited to 'content/go/extra.md')
-rw-r--r--content/go/extra.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/content/go/extra.md b/content/go/extra.md
new file mode 100644
index 0000000..bd78ace
--- /dev/null
+++ b/content/go/extra.md
@@ -0,0 +1,11 @@
++++
+title = "Extra"
+name = "extra"
+repository = "https://git.neonxp.ru/extra.git"
+description = "Пакет с разными полезными функциями без дополнительных зависимостей"
+gomod = true
++++
+
+Пакет с разными полезными функциями без дополнительных зависимостей.
+
+Большинство функций написаны с использованием обобщенных типов. Другие - вызовы этих же функций с конкретными типами для упрощения использования. \ No newline at end of file