Tootfinder

Opt-in global Mastodon full text search. Join the index!

@fanf@mendeddrum.org
2025-06-26 01:51:51

on my blog!
dotat.at/@/2025-06-28-boulder.
Golang and Let's Encrypt: a free software story

@frankel@mastodon.top
2025-07-03 08:25:01

Lies we tell ourselves to keep using #Golang
fasterthanli.me/articles/lies-

@Zer0Rank@social.linux.pizza
2025-07-23 04:40:06

My golang knowledge is pretty basic. I had to do some updates to a product at work, and it was pretty easy and straight forward. Actually quite fun. Just to learn more golang, I started working on a cli-tool for my Niri setup, and it's actually pretty usable already.
I just want to polish it and clean up the code a bit more before publishing it. Also, since I'm not that good at the language yet, I'm totally not sure if I even do things correctly or the 'golang' way.…

@ian@phpc.social
2025-06-19 18:30:11

Golang makes up for the benefits of type aliases and generics and arbitrary key and value types for maps with nil pointer and zero value shenanigans.

@frankel@mastodon.top
2025-06-20 16:06:02

#OpenTelemetry for #GoLang: measuring the overhead
coroot.com/blog/opentelemetry-

@piger@mastodon.social
2025-05-23 18:49:34

what is a golang? probably this:

An alien character from Star Trek, specifically a Gorn.
@vyskocilm@witter.cz
2025-05-16 09:56:24

TIL that go language server gopls can generate the boilerplate for a unit test of a function.
#go #golang #gopls

List of available language server actions provided by gopls. The highlighted one is Add test for findNotFound which adds the boilerplate for unit testing the new function.
@fanf@mendeddrum.org
2025-07-20 20:42:03

from my link log —
Golang's weird little iterators.
mcyoung.xyz/2024/12/16/rangefu
saved 2024-12-17

@lil5@social.linux.pizza
2025-06-06 12:25:42

Go Wiki: SliceTricks - The Go Programming Language
Cut:
a = append(a[:i], a[j:]...)
#golang

@dawid@social.craftknight.com
2025-07-12 14:03:27

No to trochę na tym w wielu momentach polega moja praca - dużo pisania małych tooli do robienia pojedynczych rzeczy, jakiś w kółko podobnych projektów, zaczynania od zera z małymi różnicami :)

Do czegoś takiego - idealnie sobie napisać "prompt" początkowy z zasadami, potem dopisać co się konkretnie chce zmienić - np. teraz mi napisz nowe cli w golang, które zrobi to i to (np. podsuwam mu endpoint swaggera), dorób do tego kontener, CI/CD, testy, lintery, pre-commity, dependency …

@fanf@mendeddrum.org
2025-07-05 11:42:03

from my link log —
Using otel to emit and view debug traces from Golang command-line tools.
github.com/jonjohnsonjr/til/bl
saved 2025-05-27

@frankel@mastodon.top
2025-05-31 16:05:00

Apache Fury (incubating)
#java #python