Revert "check in go.work"

This reverts commit 90fc6e8726.
This commit is contained in:
maddalax 2024-10-24 08:41:36 -05:00
parent 90fc6e8726
commit 7af750b9e7
2 changed files with 2 additions and 15 deletions

1
.gitignore vendored
View file

@ -4,6 +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

14
go.work
View file

@ -1,14 +0,0 @@
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
)