gui/pkg/help/examples
2026-02-16 06:33:58 +00:00
..
show_at fix: update import paths to new repository location 2026-02-16 06:33:58 +00:00
show_help fix: update import paths to new repository location 2026-02-16 06:33:58 +00:00
README.md feat: initial Wails v3 desktop framework 2026-01-30 08:44:23 +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.