check in go.work

This commit is contained in:
maddalax 2024-10-24 08:39:19 -05:00
parent 4dd501a2f8
commit 90fc6e8726
2 changed files with 15 additions and 2 deletions

3
.gitignore vendored
View file

@ -4,8 +4,7 @@ node_modules/
dist/ dist/
js/dist js/dist
js/node_modules js/node_modules
go.work
go.work.sum go.work.sum
.idea .idea
!framework/assets/dist !framework/assets/dist
/**/__htmgo /**/__htmgo

14
go.work Normal file
View file

@ -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
)