Tootfinder

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

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

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

@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.
@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

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

Apache Fury (incubating)
#java #python