Documentation
¶
Overview ¶
Package deeplink registers a custom URL scheme (myapp://) so links launch or wake the app. Windows uses HKCU\Software\Classes; Linux a x-scheme-handler .desktop entry; macOS declares the scheme in the .app Info.plist at bundle time (so runtime Register is a no-op there). Handling: the OS launches the app with the URL as an argument — on first launch it's in os.Args, and on a running app it arrives via single-instance forwarding.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.