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.
fb97ef7
— Peter John
2022-04-15T14:00:56+05:30
fix logging color
http.go
CHANGED
|
@@ -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
|
|