Added static capture example

- Added static capture example
- Added instruction on how to view plugin info
This commit is contained in:
Toby Chui
2025-05-30 17:28:14 +08:00
parent 54c130165a
commit a1df5a1060
29 changed files with 1156 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package main
import (
_ "embed"
)