check in go.work
This commit is contained in:
parent
4dd501a2f8
commit
90fc6e8726
2 changed files with 15 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
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