gromer
git clone https://git.pyrossh.dev/gromer
gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.
87e8c38
— Peter John
2021-09-24T23:27:31+05:30
rename package to wapp
html.go
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
package
|
|
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
|