home.social

#goland — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #goland, aggregated by home.social.

fetched live
  1. Why didn't I use package-url/packageurl-go? Because it does a lot of low level processing (see here for example), that I'm sure Go url.URL already does. After all, the specification clearly states that A PURL is a URL.

    #purl #go #goland

  2. [Перевод] Что нового в GoLand 2026.2

    В статье разберём основные изменения GoLand 2026.2, а также расскажем, какие возможности для Go-разработки уже доступны в

    habr.com/ru/companies/haulmont

    #go #goland #ide

  3. أعلنت شركة JetBrains عن إطلاق تحديث GoLand 2026.2 الذي يجمع أدوات تحليل الأداء وتحسين الذاكرة في نافذة موحدة تسمى Go Optimization. تهدف هذه الخطوة لتبسيط سير العمل وتحسين أداء تطبيقات لغة Go بشكل كبير. كما أصبح تحليل الأداء متاحاً للتطبيقات العادية دون الحاجة لإعدادات إضافية. بالإضافة إلى ذلك، تم دمج أداة go fix الرسمية لتمكين المطورين من مراجعة وتطبيق هجرات اللغة والمكتبات مباشرة من داخل محرر الأكواد بكل سهولة.

    #GoLand #Go #JetBrains

  4. GoLand Blog
    @goland • Joined: Dec 04, 2023

    Regular updates from #goland blog.
    The complete IDE crafted for Gophers. GoLand and the GoLand logo are registered trademarks of JetBrains s.r.o. The developers of this unofficial non-profit bot are not affiliated with the company.
    Account created by @tikhonov_a

    #bot #BotsOfMastodon

  5. "We're collaborating with LinkedIn to make it easier for you to showcase your expertise with JetBrains"

    Does anyone use this new function?

    Please only answer, if u live in europe.

    #jetbrains #survey #IntelliJIDEA #PyCharm #WebStorm #GoLand #PhpStorm #Rider #CLion #RustRover #RubyMine #development #developers #boost #pleaseboost #linkedin

  6. "We're collaborating with LinkedIn to make it easier for you to showcase your expertise with JetBrains"

    Does anyone use this new function?

    Please only answer, if u live in europe.

    #jetbrains #survey #IntelliJIDEA #PyCharm #WebStorm #GoLand #PhpStorm #Rider #CLion #RustRover #RubyMine #development #developers #boost #pleaseboost #linkedin

  7. @feb

    Darum finde ich es aber auch schade, das Firmen wie @jetbrains dieses Update/Upgrade Konzept aushebeln. Hier würde ich mir auch ein Update über das Software-Management von Linux wünschen, nicht über ein eigenes System.

    #jetbrains #phpstorm #goland

  8. @feb

    Darum finde ich es aber auch schade, das Firmen wie @jetbrains dieses Update/Upgrade Konzept aushebeln. Hier würde ich mir auch ein Update über das Software-Management von Linux wünschen, nicht über ein eigenes System.

    #jetbrains #phpstorm #goland

  9. Anyone else had to turn off "Insert selected suggestion by pressing space, dot, or other context-dependent keys" in the latest release of Goland? Since updating to 2026.1, it has started to auto-complete the blank identifier (_) to a variable when typing the following comma. As well as other similar issues.

    Specifically, when authoring a member function, it's auto-completing _ to the first member variable of the struct against which the member function is defined.

    #Jetbrains #Goland #Golang

  10. Anyone else had to turn off "Insert selected suggestion by pressing space, dot, or other context-dependent keys" in the latest release of Goland? Since updating to 2026.1, it has started to auto-complete the blank identifier (_) to a variable when typing the following comma. As well as other similar issues.

    Specifically, when authoring a member function, it's auto-completing _ to the first member variable of the struct against which the member function is defined.

    #Jetbrains #Goland #Golang

  11. Один сервис — четыре стека: практический бенчмарк с SLO по p99 и Docker/JMeter

    В статье я сравниваю четыре реализации одного и того же сервиса поверх PostgreSQL: 1. Spring MVC + JDBC 2. Spring WebFlux + R2DBC 3. Ktor + JDBC 4. Go + pgx Все сервисы крутятся в Docker с одинаковыми ресурсными лимитами и прогоняются через один и тот же JMeter-план. Для каждого стека я ищу максимальный RPS при соблюдении SLO по p99-латентности. Я подробно разбираю: - как устроен стенд (Docker-compose, Postgres, Prometheus, Grafana, JMeter); - как реализованы сервисы и чем различаются модели конкурентности; - методологию нагрузочного тестирования и расчёта RPS@p99≤SLA; - как реально ведут себя блокирующий стек, реактивный стек и Go под честной нагрузкой.

    habr.com/ru/companies/domclick

    #java #kotlin #go #goland #spring #load_testing

  12. [Перевод] Что нового в GoLand 2025.3

    Команда Go for Devs подготовила краткий разбор новинок GoLand 2025.3. В этот раз IDE получила анализатор утечек ресурсов, встроенный Terraform, улучшенную работу с Kubernetes, поддержку нескольких ИИ-агентов и заметный прирост производительности.

    habr.com/ru/articles/974572/

    #GoLand #Terraform #Kubernetes #golangcilint #производительность #ресурсныеутечки

  13. The Go Ecosystem in 2025: Key Trends in Frameworks, Tools, and Developer Practices

    blog.jetbrains.com/go/2025/11/

  14. If you recently upgraded to #golang 1.25 and get "WARNING: undefined behavior - version of Delve is too old for Go version go1.25.0 (maximum supported version 1.24)" while debugging in #goland, the fix at youtrack.jetbrains.com/issue/G is simple and works well.

  15. @jetbrains,
    do you have a learn #goland video series anywhere. the goland playlist on youtube is a muddled list of very interesting things I could do with things *in* goland

    is there a structured set of videos, that I could use to get familiar with my editor? I have a yearly subscription to all the editors.

  16. I’m working on something which uses the VirusTotal API and I pasted the test JSON response in Goland to build structs for each object. Goland just made my day when it asked if it can turn the whole response to a struct for me. THIS is the automation I’m interested in.
    #ide #golang #goland