MCPcopy Create free account
hub / github.com/TomDoesTech/GOTTH / init

Function init

cmd/main.go:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected