go/pkg/help/examples
Snider 41a0faba75 refactor: migrate module path from Snider/Core to host-uk/core
Move Go module from github.com/Snider/Core to github.com/host-uk/core
to match the new repository location under the host-uk organization.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 15:29:42 +00:00
..
show_at refactor: migrate module path from Snider/Core to host-uk/core 2026-01-28 15:29:42 +00:00
show_help refactor: migrate module path from Snider/Core to host-uk/core 2026-01-28 15:29:42 +00:00
README.md refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00

Help Module Examples

This directory contains examples of how to use the help module.

Important Note

These examples are for illustrative purposes only. The help module is a Wails service, which means it is designed to run within a Wails application. The Go files in this directory are not runnable on their own as they depend on the Wails runtime and other services that are not present in a standard Go command-line application.

To use the help module, you should integrate it into your Wails project. The examples demonstrate the basic API calls for the Show() and ShowAt() functions.