Tootfinder

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

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