gui/pkg/help/examples/README.md
Snider 032c426ac3 feat: initial Wails v3 desktop framework
GUI packages, examples, and documentation for building
desktop applications with Go and web technologies.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 08:44:23 +00:00

9 lines
605 B
Markdown

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