Tootfinder

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

@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.
@castarco@hachyderm.io
2025-03-12 05:28:56

Just occurred to me that, while #TypeScript transition to a #Golang based typechecker and compiler is going to be quite good for development agility... this move could force other actors such as #Deno to rethink how they operate.
Types striping will be as easy as today, perhaps even easier, but if I recall correctly, Deno was offering typechecking as well, keeping this feature might become much more expensive in the future.