mirror of
https://github.com/helix-editor/helix
synced 2026-07-23 09:54:54 +02:00
f6f3eb1fe4
* feat(runtime/queries/go): public functions and methods Same as https://github.com/helix-editor/helix/pull/15879 but for Go. Add dedicated scope for public functions/methods. * feat(book): document new 'public' scope for functions/methods * chore: fixups