()
| 29 | var Environment = "development" |
| 30 | |
| 31 | func init() { |
| 32 | os.Setenv("env", Environment) |
| 33 | // run generate script |
| 34 | exec.Command("make", "tailwind-build").Run() |
| 35 | } |
| 36 | |
| 37 | func main() { |
| 38 | logger := slog.New(slog.NewJSONHandler(os.Stdout, nil)) |
nothing calls this directly
no outgoing calls
no test coverage detected