From 90fc6e87263e3ce7739f2c203db3dc34a5ac50bb Mon Sep 17 00:00:00 2001 From: maddalax Date: Thu, 24 Oct 2024 08:39:19 -0500 Subject: [PATCH] check in go.work --- .gitignore | 3 +-- go.work | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 go.work diff --git a/.gitignore b/.gitignore index 5f752a3..9a4cf05 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,7 @@ node_modules/ dist/ js/dist js/node_modules -go.work go.work.sum .idea !framework/assets/dist -/**/__htmgo \ No newline at end of file +/**/__htmgo diff --git a/go.work b/go.work new file mode 100644 index 0000000..0d27f48 --- /dev/null +++ b/go.work @@ -0,0 +1,14 @@ +go 1.23.0 + +use ( + cli/htmgo + examples/todo-list + framework + framework-ui + htmgo-site + templates/starter + examples/chat + examples/hackernews + tools/html-to-htmgo + examples/simple-auth +)