~repos /gromer
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/gromer.git
Discussions:
https://groups.google.com/g/rust-embed-devs
gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.
c4509cf3
—
Peter John 3 years ago
fix icons
- _example/main.go +1 -1
_example/main.go
CHANGED
|
@@ -2,10 +2,10 @@ package main
|
|
|
2
2
|
|
|
3
3
|
import (
|
|
4
4
|
"github.com/pyros2097/gromer"
|
|
5
|
+
"github.com/pyros2097/gromer/_example/assets"
|
|
5
6
|
"github.com/pyros2097/gromer/_example/components"
|
|
6
7
|
"github.com/pyros2097/gromer/_example/containers"
|
|
7
8
|
"github.com/pyros2097/gromer/_example/routes"
|
|
8
|
-
"github.com/pyros2097/gromer/assets"
|
|
9
9
|
"github.com/pyros2097/gromer/gsx"
|
|
10
10
|
)
|
|
11
11
|
|