木 pyrossh
|
cv
|
posts
~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.
Readme
|
Commits
|
Files
4b06160d
—
Peter John
tag: v0.16.2
v0.16.2
3 years ago
fix logging color
Files changed (1)
hide
show
http.go
+1
-0
http.go
CHANGED
Viewed
@@ -36,6 +36,7 @@ func init() {
36
36
log.Logger = log.Output(zerolog.ConsoleWriter{
37
37
Out: os.Stdout,
38
38
TimeFormat: zerolog.TimeFormatUnix,
39
+
NoColor: IsCloundRun,
39
40
})
40
41
}
41
42