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.
488e9be
— pyros2097
2020-11-13T19:38:33+05:30
fix cli packagename
- cli/main.go +1 -1
cli/main.go
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
package
|
|
1
|
+
package cli
|
|
2
2
|
|
|
3
3
|
import (
|
|
4
4
|
"bytes"
|