-
- Downloads
Modifying taskfile, adding template : base Templ working
Showing
- .gitignore 3 additions, 1 deletion.gitignore
- Taskfile.yml 2 additions, 0 deletionsTaskfile.yml
- app.go 6 additions, 6 deletionsapp.go
- frontend/index.html 11 additions, 7 deletionsfrontend/index.html
- frontend/src/Util.ts 0 additions, 32 deletionsfrontend/src/Util.ts
- frontend/src/vite-env.d.ts 0 additions, 2 deletionsfrontend/src/vite-env.d.ts
- frontend/tailwind.config.js 1 addition, 1 deletionfrontend/tailwind.config.js
- go.mod 1 addition, 0 deletionsgo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- hello.templ 5 additions, 0 deletionshello.templ
- main.go 6 additions, 1 deletionmain.go
frontend/src/Util.ts
deleted
100644 → 0
frontend/src/vite-env.d.ts
deleted
100644 → 0
... | ... | @@ -3,6 +3,7 @@ module changeme |
go 1.22.4 | ||
require ( | ||
github.com/a-h/templ v0.2.747 | ||
github.com/go-chi/chi/v5 v5.1.0 | ||
github.com/go-faker/faker/v4 v4.4.2 | ||
github.com/wailsapp/wails/v3 v3.0.0-alpha.0 | ||
... | ... |
... | ... | @@ -5,6 +5,8 @@ github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migc |
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= | ||
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 h1:kkhsdkhsCvIsutKu5zLMgWtgh9YxGCNAw8Ad8hjwfYg= | ||
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0= | ||
github.com/a-h/templ v0.2.747 h1:D0dQ2lxC3W7Dxl6fxQ/1zZHBQslSkTSvl5FxP/CfdKg= | ||
github.com/a-h/templ v0.2.747/go.mod h1:69ObQIbrcuwPCU32ohNaWce3Cb7qM5GMiqN1K+2yop4= | ||
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8= | ||
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4= | ||
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= | ||
... | ... |
hello.templ
0 → 100644
Please register or sign in to comment