parent
90fc6e8726
commit
7af750b9e7
2 changed files with 2 additions and 15 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,7 +4,8 @@ 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
14
go.work
|
|
@ -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
|
|
||||||
)
|
|
||||||
Loading…
Reference in a new issue