~repos /gromer

#golang#htmx#ssr

git clone https://pyrossh.dev/repos/gromer.git

gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.


35470188 Peter John

tag: v0.3.0tag: push

v0.3.0 push

4 years ago
rename package to wapp
Files changed (1) hide show
  1. html.go +1 -3
html.go CHANGED
@@ -1,4 +1,4 @@
1
- package app
1
+ package wapp
2
2
 
3
3
  import (
4
4
  "io"
@@ -6,8 +6,6 @@ import (
6
6
  "strconv"
7
7
  )
8
8
 
9
- type M map[string]interface{}
10
-
11
9
  type Element struct {
12
10
  tag string
13
11
  attrs map[string]string