From b3c2b5293b0e5bbbc98c6f0e268111bd98025305 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 19 Jan 2023 22:44:35 -0300 Subject: [PATCH] Go --- Go.md | 2 ++ Lenguajes de programación.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 Go.md diff --git a/Go.md b/Go.md new file mode 100644 index 0000000..352d9de --- /dev/null +++ b/Go.md @@ -0,0 +1,2 @@ +## Links +- [Jeffail/tunny: A goroutine pool for Go](https://github.com/Jeffail/tunny) diff --git a/Lenguajes de programación.md b/Lenguajes de programación.md index 091fd36..54a4b44 100644 --- a/Lenguajes de programación.md +++ b/Lenguajes de programación.md @@ -1,3 +1,4 @@ - [Wren is a small, fast, class-based concurrent scripting language](https://wren.io/) - [[Lua]] - [[JavaScript]] +- [[Go]]