check in go.work
This commit is contained in:
parent
4dd501a2f8
commit
90fc6e8726
2 changed files with 15 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,7 +4,6 @@ node_modules/
|
|||
dist/
|
||||
js/dist
|
||||
js/node_modules
|
||||
go.work
|
||||
go.work.sum
|
||||
.idea
|
||||
!framework/assets/dist
|
||||
|
|
|
|||
14
go.work
Normal file
14
go.work
Normal 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
|
||||
)
|
||||
Loading…
Reference in a new issue