~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.


4b06160d Peter John

tag: v0.16.2

v0.16.2

3 years ago
fix logging color
Files changed (1) hide show
  1. http.go +1 -0
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