From 12acb8041060306b361109b46f9f05dbb4382ea0 Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Thu, 19 Sep 2024 21:45:31 +0200 Subject: Add full example app (#204) Also, remove the other examples and simplify the readme.--- internal/examples/app/go.mod | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 internal/examples/app/go.mod (limited to 'internal/examples/app/go.mod') diff --git a/internal/examples/app/go.mod b/internal/examples/app/go.mod new file mode 100644 index 0000000..a86bad6 --- /dev/null +++ b/internal/examples/app/go.mod @@ -0,0 +1,5 @@ +module app + +go 1.23.1 + +require github.com/maragudk/gomponents v0.20.5 -- cgit 1.4.1