diff --git a/example/plugins/helloworld/go.mod b/example/plugins/helloworld/go.mod new file mode 100644 index 0000000..acfde6b --- /dev/null +++ b/example/plugins/helloworld/go.mod @@ -0,0 +1,3 @@ +module example.com/zoraxy/helloworld + +go 1.23.6 diff --git a/example/plugins/helloworld/index.html b/example/plugins/helloworld/index.html new file mode 100644 index 0000000..3edafe1 --- /dev/null +++ b/example/plugins/helloworld/index.html @@ -0,0 +1,24 @@ + + +
+ + +Welcome to your first Zoraxy plugin
+